@charset "utf-8";

#popup_swiper {position:fixed; display:none;top:0; left:0; z-index:1000; width:100%; height: 100%; background:rgba(0,0,0,0.8);}
#popup_swiper .popupInner {position:absolute; top:50%; left:50%; width:1250px; height: 658px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
#popup_swiper .btn_close {position: absolute; top: 0; right: -45px; z-index: 1; cursor: pointer;}
/* #popup_swiper .bg{position:fixed; top:0; left:0; z-index:-1; width:3000px; height:100%; background:rgba(0,0,0,0.8); content:'';} */

#popup_swiper .swiper-container.gallery-thumbs {
	display: -webkit-flex; /* Safari */
	-webkit-flex-flow: row wrap; /* Safari 6.1+ */
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #fff;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	cursor: pointer;
}
#popup_swiper .swiper-container.gallery-thumbs .swiper-slide {
	-webkit-flex: 1; /* Safari 6.1+ */
	-ms-flex: 1; /* IE 10 */
	flex: 1;
	text-align: center;
	-webkit-ransition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
#popup_swiper .swiper-container.gallery-thumbs .swiper-slide::before {
	content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 44px;
    background: #d9d9d9;
}
#popup_swiper .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	background: #1c3e86;
	color: #fff;
}
#popup_swiper .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before {
	background: #1c3e86;
}
#popup_swiper .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active::after {
	content: '';
    position: absolute;
    right: -1px;
    width: 1px;
    height: 44px;
	background: #1c3e86;
	z-index: 1;
}

#popup_swiper .swiper-container {
	height: 100%;
}
#popup_swiper .swiper-pagination {
    display: -webkit-flex; /* Safari */
	-webkit-flex-flow: row wrap; /* Safari 6.1+ */
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	cursor: pointer;
	bottom: 0;
}
#popup_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	position: relative;
	width: 100%;
    height: 100%;
    border-radius: 0;
	-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -webkit-ransition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
	margin: 0;
	background: #fff;
    opacity: 1;
}
#popup_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 44px;
    background: #d9d9d9;
}
#popup_swiper .swiper-pagination-bullet-active {
    background: #1c3e86 !important;
    color: #fff;
    opacity: 1;
}
#popup_swiper .swiper-pagination-bullet-active::before {
    background: #1c3e86 !important;
}
#popup_swiper .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    right: -1px;
    width: 1px;
    height: 44px;
    background: #1c3e86;
    z-index: 1;
}

#popup_swiper .swiper-pagination-bullet {
	background: #fff;
    width: 16px;
    height: 16px;
}