/* 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 {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	/* align-items: center; */
	justify-content: center;
}

.flipbook-viewport {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.container {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* margin-left: 15px; */
}

.flipbook {
	margin: 0 auto;
}

/* 搜索框 */
.combineHelper{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.search-container {
	background-color: rgba(255, 255, 255, 1);
    border-radius: 32px;
    width: 95%;
    height: 2rem;
    border: 1px solid rgba(237, 237, 237, 1);
    /* margin-block: 1rem; */
	margin-top: 16px;
	margin-bottom: 16px;
    padding-inline: 0.5rem;
}
.search-area {
	display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.fake-search {
	width: 1.5rem;
    height: 1.5rem;
    padding-left: 0.5rem;
}
.search-placeHolder {
	display: flex;
    height: 100%;
    padding-left: 0.5rem;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    align-items: center;

}
/* 搜索框结束 */

/* 详情 */

.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%;
} */

/* 检索开始 */
.searchList {
	/* height: calc(100% - 61px); */
	width: 0;
	overflow: hidden;
	background: #FCFCFC;
	position: absolute;
	left: 0;
	top: 0;
	transition: width 0.4s cubic-bezier(0.68, -0.2, 0.32, 1.4);
	/* transition: width 0.2s ease-in-out; */
	box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.1);
	z-index: 20;
}

.searchList.open {
	display: block;
	width: 100%;
}

.search-head {
	padding: 0.1rem 0.1rem 0.01rem 0.1rem;
    background-color: white;
}

.searchInput {
	margin-top: 1rem;
    margin-bottom: 1rem;
}

.search_top {
	display: flex;
	justify-content: space-around;
	height: 2rem;
	align-items: center;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #000000;
}

.search-field {
	display: flex;
	align-items: center;
	width: 80%;
	max-width: 600px;
	border: 1px solid #ccc;
	border-radius: 25px;
	overflow: hidden;
	background-color: #fff;
	margin-right: 10px;
}

.search-field img {
	border: none;
	background-color: transparent;
	cursor: pointer;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-field img:hover {
	opacity: 0.8;
}

.search-top-delete {
	height: 1rem;
    /* padding-inline: 0.5rem; */
}

/* .clear-search {
	position: absolute;
    right: 2rem;
    height: 0.7rem;
    width: 0.7rem;
}

.search_input {
	position: relative;
} */

.search-form {
	position: relative; 
	display: inline-block; 
	width: 90%;
}

/* .search-button {
	position: absolute;
    height: 1.5rem;
    padding-left: 0.4rem;
} */


input[type="text"] {
	flex: 1;
	border: none;
	outline: none;
	padding: 10px 20px;
	font-size: 16px;
}

button {
	position: absolute;
    top: 0px;
    right: 0%;
    width: 36px;
    border-radius: 50%;
    height: 36px;
    background-color: red;
    border: none;
    cursor: pointer;
    margin-top: 0.16rem;
}

.clear-search {
	margin-right: 5px;
}

.search-button {
	margin-left: 3px;
}

@media (max-width: 480px) {
	.search-field {
		width: 78%;
		height: 33px;
	}

	.search-field input {
		font-size: 16px;
		padding: 4px 4px;
	}

	.search-field img {
		padding: 4px;
		height: 12px;
	}
}

.search_input .clearBth {
	position: absolute;
    margin: 0.25rem 1rem 1rem 0rem;
	right: 1.7rem;
    width: 36px;
    border-radius: 50%;
    height: 35px;
    background-color: #ffffff00;
    border: none;
	opacity: 0.6;
    cursor: pointer;
}

.SearchDataCenter {
	height: 1.5rem;
	border: 1px solid #c7c7c7;
	position: absolute;
    top: 0.7rem;
	right: 3rem;
}

/* button:hover {
	background-color: #0056b3;
} */

button img {
	margin-top: 0.2rem;
	color: white; /* 设置图标颜色为白色 */
	font-size: 18px;
}

.search_data {
	display: flex;
    margin-top: .625rem;
    align-items: center;
    justify-content: center;
	height: 12px;
	color: #999999;
	font-size: 12px;
}

.searchData {
	height: calc(100% - 51px);
    overflow: auto;
}

.searchData ul {
	list-style: none;
	padding-inline: .625rem;
}

.searchData ul li {
	margin: 12px 0;
	border-bottom: 1px solid #F1F3F6;
}

.search_title {
    font-size: 13px;
    color: #333333;
	font-family: MicrosoftYaHeiSemibold;
	font-weight: bold;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 10px 13px 0;
    font-size: 12px;
    color: #888888;
}

.search_time {
    display: flex;
    justify-content: space-between;
    width: 97%;
    font-size: 12px;
    color: #888888;
    font-family: MicrosoftYaHei;
    padding-bottom: 12px;
}

.searchError {
    text-align: center;
}

/* 检索高亮 */
.highlight {
	color: red;
}

/* 检索结束 */

.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%);
}

.flipbook-viewport
/* .paper_map {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
} */


/* .paper-box {
	position: relative;
} */



.paper-img-layout,
.paper-img-origin {
	height: 100%;
	width: 100%;
	/* 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 {
	width: 100%;
	height: 100%;
	max-width: 800px; /* 最大宽度 */
	max-height: 600px; /* 最大高度 */
	overflow: hidden; /* 防止内容溢出 */
	margin: 0 auto; /* 居中显示 */
	margin-right: 38%;
}

.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);
}


.page {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.page img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain; /* 保证图片在容器内完整显示 */
}

.page .paper-img-layout,
.page .paper-img-origin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.page .paper-img-origin {
	z-index: 2;
	opacity: 0;
}
