.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    font-size: 15px;
	line-height: 26px;
	padding: 5px 0px;
	overflow-y: auto;
	overflow-x: hidden;
}

.swiper-container-detail .swiper-slide{
	padding: 5px 0px;
}


.swiper-container-detail {
}
.swiper-pagination-detail {
    bottom: 30px !important;
}

.swiper-pagination-sound{
	bottom: 30px !important;
	text-align: center !important;
	background-color: transparent !important;
	border-bottom: none !important;
	display: block !important;
}

.swiper-pagination-main{
	display: none !important;
}

.swiper-pagination {
	position: relative;
	text-align: left;
	margin-top: 5px;
	display: flex;
	overflow-x: auto;
	padding: 0px 5px;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
	bottom: 5px !important;
	/*border-bottom: 1px solid #eee;*/
	/*background-color: #fff;*/
	background-color: transparent;
	width: 100%;
}

.swiper-pagination::-webkit-scrollbar {
	display: none; /* Chrome Safari */
}

.swiper-pagination-bullet {
	width: auto;
	height: auto;
	margin: 0 !important;
	text-align: center;
	font-size: 14px;
	opacity: 1;
	/*background-color: #fff; */
	background-color: transparent;
	border-radius : 0;
	padding: 4px 10px;
	border-radius: 0;
	white-space:nowrap;
}

.swiper-pagination-bullet {
	color: #666 !important;
	position: relative;
	/*font-weight: bold;*/
	outline-style: none;
}
.swiper-pagination-bullet:visited {
	color: #666 !important;
	outline-style: none;
}


.swiper-pagination-bullet-active {
	background-color: #eee;
	font-weight: bold;
	border-radius : 5px;
	color: #333 !important;
	outline-style: none;
}

.swiper-pagination-bullet-active:visited {
	color: #333 !important;
	outline-style: none;
}

/*
.swiper-pagination-bullet::after {
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	background-color: #FF573A;
	width: 0;
	content: "";
	height: 3px;
	transition: all 0.5s ease-in-out;
}



.swiper-pagination-bullet-active::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #FF573A;
	width: 100%;
	content: "";
	height: 3px;
	transition: all 0.5s ease-in-out;
}



.swiper-pagination-bullet.undermark:hover::after {
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.no-after::after{width:0 !important;transition: all 0.5s ease-in-out;}

*/