* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

body {
	overflow-x: hidden;
}

ul,
li {
	list-style: none;
}

.swiper-container img {
	max-width: 100%;
}

a,
a:hover,
a:visited,
a:active {
	text-decoration: none;
}

p {
	margin-bottom: 0;
}

.clearfix::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/* swiper reset */
.swiper-container a {
	display: block;
}

.swiper-button-prev,
.swiper-button-next {
	background-image: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	background-color: pink;
	transition: .5s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover{
	background-color: red;
}

.swiper-button-reset,
.swiper-button-reset:hover{
	background: transparent;
}

.swiper-container.hidden-button .swiper-button-prev,
.swiper-container.hidden-button .swiper-button-next {
	visibility: hidden;
	opacity: 0;
}

.swiper-container.hidden-button:hover .swiper-button-prev,
.swiper-container.hidden-button:hover .swiper-button-next {
	visibility: visible;
	opacity: 1;
}

.swiper-button-circle {
	border-radius: 50%;
}

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border-radius: 15px;
}

.swiper-pagination-bullet-active {
	background: deeppink;
}

/* banner */

.scroll-banner-swiper .swiper-button-prev {
	left: 20px;
}

.scroll-banner-swiper .swiper-button-next {
	right: 20px;
}

.scroll-banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	transition: .5s;
}

.scroll-banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #e30124;
	width: 30px;
	border-radius: 10px;
}

.swiper-container img{
	width: 100%;
}