/** {*/
/*    -webkit-box-sizing: inherit !important;*/
/*    box-sizing: inherit !important;*/
/*}*/


/*.header_main .tel {*/
/*    margin-right: -100px;*/
/*}*/

#willesPlay{

}

#willesPlay .playContent{
	position: relative;
	height: auto;
	overflow: hidden;
	background:#efefef;
	color: #efefef;
	cursor: pointer;
}

#willesPlay .playContent .playTip{
	position: absolute;
	width: 120px;
	height: 120px;
	text-align: center;
	line-height: 110px;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -60px;
	font-size: 60px;
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
}

#willesPlay .playContent .playTip img{
	margin-left: -60px !important;
}

video::-webkit-media-controls-enclosure {
    /*禁用播放器控制栏的样式*/
    display: none !important;
}
:-webkit-full-screen{}
