.share-tuji {
	position: absolute;
	top: 16vw;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	overflow: hidden;
	user-select: none;
}

.share-tuji img {
	pointer-events: none;
}

.share-tuji .tuji-body {
	height: 100%;
}

.share-tuji .content {
	box-sizing: border-box;
	height: 100%;
	overflow: hidden;
	will-change: transform;
	transition: 0.2s transform ease-in-out;
}

.share-tuji .group {
	position: relative;
	box-sizing: border-box;
	float: left;
	height: 100%;
}

.share-tuji .group .img-wrap {
	width: 100%;
	height: 100%;
}

.share-tuji .img-inner {
	width: 100%;
	height: 80%;
}

.share-tuji .content img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.share-tuji .info,
.share-tuji .pure-info {
	display: none;
}

.share-tuji .info-container {
	position: absolute;
	right: 0;
	bottom: 2.6667vw;
	left: 0;
	padding: 0 2.4vw 2.4vw;
	max-height: 56vw;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.share-tuji .index {
	margin-bottom: 1.6vw;
	color: #fff;
}

.share-tuji .index p {
	display: flex;
	align-items: baseline;
}

.share-tuji .curpage {
	font-size: 8vw;
	font-family: HelveticaNeue;
	font-weight: bold;
}

.share-tuji .divider {
	font-size: 4.5333vw;
}

.share-tuji .pagecount {
	font-size: 4.5333vw;
	font-weight: bold;
}

.share-tuji .title {
	margin-bottom: 1.3333vw;
	color: #fff;
	font-size: 4.8vw;
	line-height: 5.8667vw;
}

.share-tuji .des {
	color: #bdbdbd;
	font-size: 3.7333vw;
	line-height: 4.5333vw;
}
