body,
div {
	margin: 0;
	padding: 0;
}

div.swiper-container {
	width: 100vw;
	height: 100vh;
}

div.swiper-slide {
	width: 100%;
	height: 100%;
	color: #ffffff;
}

.swiperImg {
	width: 100%;
	height: 100%;
}


.swiper-btn {
	position: absolute;
	right: 60px;
	bottom: 17px;

}

.swiper-button {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 35px;
	line-height: 35px;
	text-align: center;

}

.next1 {
	margin-left: 15px;

}

.prev1 {
	margin-left: 15px;
}

.fullSlide .prev {
	right: 175px;
}

.swiper-pagination1 {
	font-size: 16px;
	color: #fff;
	text-align: right;
	font-weight: bold;
	padding-right: 26px;
	position: relative;
	right: 0px;
	bottom: 100px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 65px;
	left: 145px;
	width: 100%;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	/* border-radius: 100%; */
	/* background: #fff; */
	/* opacity: 0.2; */

}

.fullSlide .hd ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	left: 12px;
	top: 12px;
	border-radius: 5px;
}

.swiper-pagination-bullets span {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	overflow: hidden;
	/* background: rgba(255, 255, 255,1); */
	line-height: 999px;
	transition: all 0.5s;
	position: relative;
	background-color: transparent;
	opacity: 1;
}

.swiper-pagination-bullets span:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	left: 12px;
	top: 12px;
	border-radius: 5px;
}

.swiper-pagination-bullet-active {
	width: 30px;
	height: 30px;
	display: inline-block;
	/* opacity: 0.2; */
	/* color: #000; */
	background: url(../images/quan.png);
	background: #de5524 url(../images/quan.png) no-repeat;
	background-size: contain;
	/* background-image: ; */
}

span.swiper-pagination-bullet-active::before {

	background: #de5524 !important;

}
