#lunbotu {
	overflow: hidden;
	position: relative;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 200px;
}
.swipe-wrap > div {
	float:left;
	width:100%;
	position: relative;
	overflow: hidden;
}
.swipe-wrap img {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.yuandian {
	width:100%;
	bottom:15px;
	position: absolute;
	list-style: none;
	display: flex;
	justify-content:center;
}
.yuandian li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	margin:0 8px;
}
.yuandian .cur {
	width: 8px;
	height: 8px;
	border: 2px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
}
