/*新闻详情页分享出去页面 图片点击放大缩放轮播*/
.swiper-bg{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	background: rgb(20, 20, 20);
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    display: none;
}
.swiper-bg i{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../img/close.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}
.swiper-container{
	margin: auto;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: hidden;
    display: none;
    max-width: 640px;
}
.swiper-container img {
    position: absolute;
    display: block;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    margin: 0px auto;
    left: 50%;
}
.swiper-container .swiper-pagination{
	color: #fff;
}
