@charset "utf-8";

#hd_pop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999; display : flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	background: rgba(0, 0, 0, .8);
	display: flex;
}

.hd_pops img {
	max-width: 100%;
	height: auto;
}

.hd_pop_container {
	position: relative;
	width: 797px;
	background: #000;
}

.hd_pops {
	position: relative;
	float: left;
	width: 597px;
	border: 0;
}

.hd_pops_footer {
	clear: both;
	padding: 10px 0;
	text-align: center;
}

.hd_pops_footer button {
	padding: 5px 10px;
}

.hd_pops_footer .hd_pops_reject {
	background: #393939;
}

.hd_pops_footer .hd_pops_close {
	position: relative;
	top: auto;
	right: auto;
}

#hd_pop .swiper-slide {
	max-width: none;
	margin: 0;
	padding: 0;
}

#hd_pop .swiper-pagination {
	position: relative;
	float: left;
}

#hd_pop .swiper-horizontal>.swiper-pagination-bullets, #hd_pop .swiper-pagination-bullets.swiper-pagination-horizontal,
	#hd_pop .swiper-pagination-custom, .swiper-pagination-fraction {
	display: flex;
	flex-flow: column;
	bottom: auto;
	width: 200px;
	background: #000;
}

#hd_pop .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
	{
	overflow: hidden;
	width: 100% !important;
	height: 49px !important;
	line-height: 49px;
	margin: 0;
	background: #686868 !important;
	border-bottom: 1px solid #cccccc;
	border-radius: inherit !important;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	opacity: inherit !important;
	transition: all .3s !important;
}

#hd_pop .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active
	{
	width: calc(100% + 35px) !important;
	margin-left: -35px;
	background: #686868 url(/extend/popup_slide/img/flash_on.png) no-repeat !important;
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
	transition: all .3s;
}

.hd_pops_footer .hd_pops_reject {
	color: #fff;
}

@media ( max-width : 767px) {
	#hd_pop {
		padding: 0 15px;
	}
	.hd_pop_container {
		width: 100%;
	}
	.hd_pops {
		width: 70%;
	}
	#hd_pop .swiper-horizontal>.swiper-pagination-bullets, #hd_pop .swiper-pagination-bullets.swiper-pagination-horizontal,
		#hd_pop .swiper-pagination-custom, .swiper-pagination-fraction 
	{
		width: 30%;
		height: auto;
	}
	#hd_pop .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
	{
		height: auto !important;
		line-height: normal !important;
		padding: 8px 0;
		font-size: 0.75rem;
	}
	
	#hd_pop .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
		background: #f49590 !important;
	}
}