/* [z-paging-x]公共css*/

.zpx-content {
	height: 100%;
}

.zpx-flex1 {
	flex: 1;
}

.zpx-back-to-top {
	width: 76rpx;
	height: 76rpx;
	z-index: 999;
	position: absolute;
	bottom: 260rpx;
	right: 25rpx;
	transition-duration: .3s;
	transition-property: opacity;
}

.zpx-back-to-top-show {
	opacity: 1;
}

.zpx-back-to-top-hide {
	opacity: 0;
}

.zpx-back-to-top-img {
	width: 100%;
	height: 100%;
	z-index: 999;
}