html, body, div, video, #ad, #video-container, #banner {
	margin: 0;
	padding: 0;
}

body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
#CAR-CAMPAIGN {
	position: absolute;
	left:0;
	top:0;	
	overflow: hidden;
	display: block;
	border: #333 1px solid;
	box-sizing: border-box;
}
#clickthroughButton {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
}
.btnPlay
{
	position:absolute;
	width:100%;
	height:100%;
	left:7890px;/*for pc don't show*/
	top:0;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url('../images/btnPlay.png');
	display:none;	
}
.controls__play {
	position: absolute;
	height: 40px;
	width: 40px;
	background: url('../images/controls_play.png') 0 0 no-repeat;
	right: 0;
	bottom: 2px;
	cursor: pointer;
	display:none;
}
.controls__play_s {
	background-position: 0 -40px;
}
.controls__sound {
	position: absolute;
	height: 40px;
	width: 40px;
	background: url('../images/controls_sound.png') 0 0 no-repeat;
	right: 30px;
	bottom: 2px;
	cursor: pointer;
	display:none;
}
.controls__sound_s {
	background-position: 0 -40px;
}
/*弃用*/
#sdk-video-player {
	display: none;
}


.pointer-cursor {
    cursor: pointer;
}