/* Basic sample */

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	word-break: break-all !important;
}

body {
	overflow: hidden;
	background-color: #fcfcfc;
	margin: 0;
	padding: 0;
	background: url(../images/padbg.png);
	/* 背景图垂直、水平均居中 */
	background-position: center center;
	/* 背景图不平铺 */
	background-repeat: no-repeat;
	/* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
	background-attachment: fixed;
	/* 让背景图基于容器大小伸缩 */
	background-size: cover;

	/*滚动条滑块*/
	&::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #cccccc;
	}

	/*滚动条轨道*/
	&::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
		border-radius: 10px;
		background: initial;
	}
}

html {

	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;

	font-size: 0.875rem;

	color: #333;

	/* 滚动条样式 */
	::-webkit-scrollbar-track-piece {

		background-color: #f8f8f8;

	}

	::-webkit-scrollbar {

		width: 6px;

		height: 6px;

	}

	::-webkit-scrollbar-thumb {

		background-color: #dddddd;

		background-clip: padding-box;

		min-height: 28px;

	}

	::-webkit-scrollbar-thumb:hover {

		background-color: #bbb;

	}

}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {

	text-decoration: none;

	color: #333;

}

body,
html {
	width: 100%;
	height: 100%;
}

#canvas {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.flipbook-viewport {
	width: 100%;
}

.container {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* margin-left: 15px; */
}

.flipbook {
	margin: 0 auto;
}

/* 详情 */

.details {
	z-index: 21;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #fff;
}

.wrap .fanhui {
	overflow: hidden;
	cursor: pointer;
	box-sizing: border-box;
	line-height: 49px;
	border-bottom: 1px solid #d5d5d5;
}

.wrap .fanhui .goback {
	float: left;
	padding: 0 15px;
}

.wrap .fanhui img {
	vertical-align: middle;
	height: 12px;
	margin-right: 5px;
}

/* 详情结束 */

/* 日期-声音开始 */

.time_shengyin {
	color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.time_shengyin .time {
	font-size: 1.125rem;
	font-weight: 400;
}

.time_shengyin .shengyin {
	font-size: 1.125rem;
}

.time_shengyin .shengyin img {
	Vertical-align: text-bottom;
	/* img和span水平对齐 */
	width: 20px;
}


/* 日期-声音结束 */


/* 按钮样式 */

.btn {
	z-index: 22;
	width: 100vw;
	height: 50px;
	position: absolute;
	bottom: 0;
	background-color: #fff;
}

.btn .btn_ul {
	display: flex;
	line-height: 50px;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.btn .btn_ul .btn_li {
	height: 100%;
}

.btn .btn_ul .btn_li img {
	width: 20px;
	Vertical-align: text-bottom;
}

.btn .btn_ul .btn_li span {
	font-size: 1.375rem;
	margin-left: 5px;
}

/* 按钮结束 */


/* 版面列表 */
.pageList {
	width: 100vw;
	height: 100%;
	background: #e2e2e2;
	opacity: 0.84;
	overflow-y: auto;
	z-index: 1111;
}

.pageList ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	margin: 0px 0 80px 20px;
}

.pageList ul li {
	list-style-type: none;
	margin: 20px;
	cursor: pointer;
	height: 22vh;
	flex: 0 0 calc(33.33% - 0px);
}


.pageList ul li img {
	/* width: 8.4375rem; */
	height: 100%;
}

.pageList ul li span {
	display: block;
	height: 32px;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	color: #000;
	line-height: 32px;
	text-align: center;
	font-style: normal;
}

.page-swiper {
	overflow: hidden;
	position: absolute;
	z-index: 1111;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.page-swiper .swiper-container {
	position: absolute;
	bottom: 50px;
	padding-left: 13px;
	padding-right: 23px;
	width: 100%;
	height: 199px;
	white-space: nowrap;
	scrollbar-width: none;
	z-index: 998;
	box-sizing: border-box;
}

.swiper-wrapper li {
	width: 110px;
	height: 182px;
	background: #FFFFFF;
	border-radius: 6px;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	font-size: 13px;
	color: #666666;
	overflow: hidden;
}

.swiper-wrapper li {
	width: 110px;
	height: 182px;
}

.swiper-wrapper li img {
	width: 100%;
	height: 156px;
}

.swiper-slide.actives {
	border: 1px solid #FF5507;
}

/* 版面列表结束 */

/* 目录列表开始 */

.list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 1.25rem;
	font-family: MicrosoftYaHeiSemibold;
	color: #000000;
	background-color: #fff;
}

.list .items {
	overflow-y: auto;
	height: 90vh;
}


.list .items .item ul {
	margin: 20px 0 1px 0px;
}

.list .items .item h3 {
	margin: 0;
	padding-left: 15px;
	font-size: 24px;
	line-height: 56px;
	border-left: 5px solid #ff3636;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.list .items .item h3 div {
	Vertical-align: baseline;
	/* img和span水平对齐 */
	width: 3px;
	height: 72px;
	background: #DF0000;
	display: inline-block;
}

.list .items .item ul li {
	list-style: none;
	font-size: 1rem;
	display: flex;
	align-items: center;
	margin: 10px 20px 20px 24px;
	line-height: 1.8;
	letter-spacing: 1px;
}

.list .items .item ul li a {
	font-size: 1.25rem;
	color: #333333;
}

.list .items .item ul li div {
	width: 13px;
	height: 13px;
	background: #CDCDCD;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}

.item_title {
	margin-top: 10px;
	font-size: 1.125rem;
	font-weight: 600;
}

/* 列表结束 */

/* 日历牌 */

.timeBg {
	background: #333;
	opacity: 0.8;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
}

.timelist {
	position: absolute;
	top: calc((100% - 335px) / 1.5);
	left: calc((100% - 320px) / 2);
	background-color: #fff;
	width: 320px;
	text-align: center;
	height: 255px;
	z-index: 120;
}

/* 日历结束 */


/* 详情 */

.wrap {
	height: 100%;
	background-color: #fff;
}

.newsshow {
	height: 100%;
	overflow-y: auto;
}

/* // text-indent 首行缩进  */
/* word-break: break-all; 将详情中的中英文换行 */

#ozoom {
	padding: 0 20px 40px 20px;
	font-size: 1.25rem;
	/* text-indent: 2em; */
	line-height: 1.8;
	word-break: break-all !important;
}

#ozoom img {
	/* width: 90%; */
}

founder-content {
	word-break: break-all !important;
}

founder-content p {
	word-break: break-all !important;
}

.detailBtns {
	width: 100vw;
	height: 0;
	z-index: 99;
}

.previous {
	text-align: center;
	position: absolute;
	left: 20%;
	bottom: 0;
	width: 97px;
	height: 34px;
	line-height: 34px;
	font-size: 3rem;
	color: #454647;
	border-radius: 4px;
	border: 1px solid #E1E4E5;
}

.previous:hover {
	background: rgba(223, 0, 0, 0.1);
	box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.09);
	border-radius: 4px;
	border: 1px solid #DF0000;
}

.previous a:hover {
	font-family: MicrosoftYaHeiLight;
	line-height: 34px;
	color: #DF0000;
	text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.09);
	text-align: left;
	font-style: normal;
}

.next {
	text-align: center;
	position: absolute;
	right: 20%;
	bottom: 0;
	width: 97px;
	height: 34px;
	line-height: 34px;
	font-size: 3rem;
	color: #454647;
	border-radius: 4px;
	border: 1px solid #E1E4E5;
}

.next:hover {
	background: rgba(223, 0, 0, 0.1);
	box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.09);
	border-radius: 4px;
	border: 1px solid #DF0000;
}

.next a:hover {
	font-family: MicrosoftYaHeiLight;
	line-height: 34px;
	color: #DF0000;
	text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.09);
	text-align: left;
	font-style: normal;
}

.newsdetatit {
	font-size: 3.25rem;
	font-weight: 700;
}

.paper-intro-title {
	font-family: MicrosoftYaHei;
	font-size: 1.5rem;
	color: #454647;
	text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.09);
	text-align: left;
	font-style: normal;
	margin: 16px;
}

.newsdetatit h3 {
	font-family: MicrosoftYaHeiSemibold;
	font-size: 1.875rem;
	color: #000000;
	text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.09);
	text-align: left;
	font-style: normal;
	margin: 16px;
}

.paper-sub-title {
	font-family: MicrosoftYaHei;
	font-size: 1.5rem;
	color: #454647;
	text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.09);
	text-align: left;
	font-style: normal;
	margin: 16px;
	margin-bottom: 15px;
}

.paper-info {
	padding-left: 20px;
	font-size: 1.25rem;
	color: #969798;
	text-align: left;
	font-style: normal;
	font-weight: 400;
}

/* 详情结束 */

/* .flipbook-viewport{
	width:100%;
	height:100%;
} */

/* .flipbook-viewport .container{
	width: 100%;
	position:relative;
} */

/* .flipbook-viewport .flipbook{
	display: none;
	position: absolute;
	top:50%;
	left:2.5%;
	transform: translateX(-50%) translateY(-50%);
	margin-top: 1.875rem;
}

.flipbook-viewport .page{
	width:100%;
	height:100%;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
} */

.flipbook .page {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.flipbook-viewport .page img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	/* Chrome 和 Safari */
	-moz-backface-visibility: hidden;
	/* Firefox */
	-ms-backface-visibility: hidden;
	/* Internet Explorer */
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/*Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */

}

.flipbook-viewport .shadow {
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow: 0 0 20px #ccc;
	-moz-box-shadow: 0 0 20px #ccc;
	-o-box-shadow: 0 0 20px #ccc;
	-ms-box-shadow: 0 0 20px #ccc;
	box-shadow: 0 0 20px #ccc;
}


/* 单页翻页时图片不透明 */
.page {
	background-color: #fff;
	/* 设置页面背景为白色 */
	backface-visibility: hidden;
	/* 隐藏背面 */
	transform-style: preserve-3d;
	/* 保持3D变换 */
	position: absolute;
	/* 确保页面定位正确 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page .back {
	background-color: #fff;
	/* 背面也设置为白色 */
	transform: rotateY(180deg);
	/* 以Y轴旋转180度，显示正面内容 */
	z-index: -1;
	/* 确保背面在正面之下 */
}

/* 书籍连接处的效果 */

.shadows {
	pointer-events: none;
}

.odd .leftShadow {
	display: none;
}

.leftShadow {
	pointer-events: none;
	z-index: 1;
	top: 0;
	position: absolute;
	left: 0;
	width: 16%;
	height: 100%;
	background-image: -webkit-linear-gradient(left, rgb(8 8 8 / 40%) 0%, rgb(78 78 78 / 10%) 54%, rgb(143 132 132 / 0%) 100%);
}

.even .even-shadow {
	pointer-events: none;
	z-index: 1;
	top: 0;
	position: absolute;
	right: 0%;
	width: 10%;
	height: 100%;
	background-image: -webkit-linear-gradient(right,
			rgba(60, 60, 60, 0.4) 0%,
			rgba(50, 50, 50, 0.1) 54%,
			rgba(200, 200, 200, 0) 100%);
}

.odd .odd-shadow {
	pointer-events: none;
	z-index: 1;
	top: 0;
	position: absolute;
	left: 0%;
	width: 10%;
	height: 100%;
	background-image: -webkit-linear-gradient(left,
			rgba(53, 53, 53, 0.5) 0%,
			rgba(53, 53, 53, 0.2) 40%,
			rgba(53, 53, 53, 0.1) 60%,
			rgba(200, 200, 200, 0) 100%);
}


/* .paper_map {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
} */


.paper-box {
	position: relative;
}

.paper-img-layout,
.paper-img-origin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
	/* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%; */
}

.paper-img-origin {
	z-index: 2;
	opacity: 0;
}

.paper-mask {
	pointer-events: none;
	display: none;
	position: absolute;
	background-color: #EA5521;
	opacity: 0.2;
	z-index: 10;
}

.paper-canvas {
	position: absolute;
	top: 0;
	left: 0;
}

map area {
	cursor: pointer;
}

#hotArea {
	display: none;
}

.pic-img {
	position: relative;
	margin: 16px 20px;
	border: 1px solid #f5f5f5;
}

.pic-img img {
	max-width: 100%;
}

.no-content {
	display: none;
	float: left;
	width: 100%;
	color: #b3b3b3;
	font-size: 18px;
	text-align: center;
}

.no-content dt {
	margin: 20px 0;
}

.no-content img {
	width: 300px;
}

.no-content dd {
	margin-left: 0;
}
.flipbook .page.p-temporal {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #fff !important;
}
.flipbook .page.p-temporal img.page-img {
	z-index: 6;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}