#lunbobox {
	width:100%;
	height:100%;
	position:relative;
}
.lunbo {
	width:100%;
	height:100%;
}
#lunbobox ul {
	position:absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom:1.875rem;
	z-index:15;
}

.ban-dot-li {
	display: inline-block;
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 0.625rem;
	background: #fff;
	margin: 0 1.25rem;
	cursor: pointer
}

.ban-dot-li.active {
	background-color: #3c73ea
}
#toleft {
	width:1.875rem;
	height:6.25rem;
	font-size:3rem;
	line-height:6.25rem;
	text-align:center;
	color:#fff;
    position:absolute;
	top:50%;
	left:6.25rem;
	cursor:pointer;
	z-index:99;
	opacity:0.7;
}
#toright {
	width:1.875rem;
	height:6.25rem;
	font-size:3rem;
	line-height:6.25rem;
	text-align:center;
	color:#fff;
    position:absolute;
	top:50%;
	right:6.25rem;
	cursor:pointer;
	z-index:99;
	opacity:0.7;
}
