html,body{
	height: 100%;
}
a{
	color: #000;
}
.item{
	display: flex;
	flex-direction: column;
	padding: 10px;
}
.ad{
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px #f1f1f1 solid;
	padding: 10px 0;
}
.ad-image{
	width: 45px;
	height: 45px;
	background: #f1f1f1;
	background-size: cover;
	background-position: center;
}
.ad-title{
	margin-left: 10px;
	flex: 1;
	font-size: 14px;
	overflow: hidden;
    line-height: 23px;
    /* height: 45px; */
}
.ad-title div {
	margin-bottom: -1px;
}
.ad-title span {
	padding: 2px 7px;
	border: 1px solid;
}
.video{
	flex: 1;
	display: block;
}
.video video,
#my-player{
	width: 100%;
}
.video-title{
	font-size: 14px;
	padding: 10px 0;
}
.ad-item{
	text-align: center;
}
.ad-item-title,
.ad-item-text{
	font-size: 16px;
	padding: 10px;
}
.ad-item-image{
	width: 200px;
	height: 200px;
	background-size: cover;
	background-color: #f1f1f1;
	background-position: center;
	margin: 0 auto;
}
.ad-item-button{
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	margin: 10px auto;
	font-size: 14px;
	background-color: #00db4d;
	color: #fff;
	border-radius: 3px;
}
.video-view{
	padding-bottom: 70px;
}