* {
	margin: 0;
	padding: 0;
	list-style: none;
}

#divSmallBox {
	overflow: hidden;
	*display: inline;
	*zoom: 1;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
	background: #ffffff;
}

#playBox {
	/* border-radius: 20px; */
	height: 850px;
	/*background: #333;*/
	position: relative;
	overflow: hidden;
}

#playBox .oUlplay {
	width: 99999px;
	position: absolute;
	left: 0;
	top: 0;
}

#playBox .oUlplay li {
	float: left;
}
.img{
	width: 100%;
	height: 100%;
	/* width: 1200px; */
	/* height: 400px; */
	/* border-radius: 20px; */
}
.img img{
	width: 100%;
	height: 100%;
}
#playBox .pre {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(../img/l.png) no-repeat;
	position: absolute;
	top: 45%;
	left: 10px;
	z-index: 10;
}

#playBox .next {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(../img/r.png) no-repeat;
	position: absolute;
	top: 45%;
	right: 10px;
	z-index: 10;
}

#playBox .smalltitle {
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 15px;
	display: flex;
	align-items: center;
	z-index: 10
}

#playBox .smalltitle ul {
	/* width: 120px; */
	/* background: red; */
	display: inline-block;
	margin: 0 auto;
}

#playBox .smalltitle ul li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
	background: #ffffff;
	float: left;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
}

#playBox .smalltitle .thistitle {
	background: #69aaec;
}