.zk-previewer {
	background-color: rgba(0,0,0,0.1);
	justify-content: center;
	align-items: center;
		&-swiper{
			width: 750rpx;
			height: 750rpx;
			justify-content: center;
		}
		&-item{
			width: 750rpx;
		}
		&-iamge{
			width: 750rpx;
			height: 750rpx;
		}
		&-page{
			position: fixed;
			bottom: 50px;
			width: 750rpx;
			text-align: center;
			color: #FFFFFF;
		}
		&-close{
			position: fixed;
			top: 5px;
			right: 5px;
		}
	}