﻿* {
	padding: 0;
	margin: 0;
}

#scroll_wrap {
	width: 100vw;
	min-height: 550px;
	position: relative;
}

ul#scroll {
	position: absolute;
}

#scroll li {
	list-style: none;
	width: 100vw;
	min-height: 550px;
	text-align: center;
	color: #fff;
	font-size: 32px;
	position: absolute;
	opacity: 0;
	z-index: 0;
}
#scroll_wrapBottom {
	width: 260px;
	height: 454px;
	position: relative;
}

ul#scrollBottom {
	position: absolute;
}

#scrollBottom li {
	list-style: none;
	width: 260px;
	height: 454px;
	text-align: center;
	color: #fff;
	font-size: 32px;
	position: absolute;
	opacity: 0;
	overflow: hidden;
}

/*#scroll li:nth-of-type(1) {
	background: red;
}

#scroll li:nth-of-type(2) {
	background: green;
}

#scroll li:nth-of-type(3) {
	background: blue;
}

#scroll li:nth-of-type(4) {
	background: yellow;
}

#scroll li:nth-of-type(5) {
	background: red;
}*/

.scrollbanner ul .select {
	background: #004386;
}

.scrollbanner ul {
	position: absolute;
	bottom: 30px;
	z-index: 99;
	text-align:center;
	width:100%;
}

.scrollbanner ul li {
	display:inline-block;
	list-style: none;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin-left: 10px;
	background: #fff;
	cursor: pointer;
}

.btn {
	position: absolute;
	width: 30px;
	height: 30px;
	color: aqua;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	display: none;
}

.pre {
	top: 50%;
	left: 10px;
}

.next {
	top: 50%;
	right: 10px;
}