/* Basic sample */

body{
	overflow:hidden;
	background-color:#fcfcfc;
	margin:0;
	padding:0;
	background: url(../images/bg.png);
	word-break: break-all;
	/* 背景图垂直、水平均居中 */
	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;
		
		}

}

a{

	text-decoration: none;

	color:#333;

}

@media screen and (min-width: 1024px) and (max-width:1100px){
	
} /*>=1024 and <1100的设备*/

@media screen and (min-width: 1100px) {
    
} /*>=1100的设备*/

@media screen and (min-width: 1280px) {
    
} /*>=1280的设备*/

@media screen and (min-width: 1366px) {
    
}  

@media screen and (min-width: 1440px) {
    
} 

@media screen and (min-width: 1680px) {
    
} 
@media screen and (min-width: 1920px) {
    
} 


#canvas {
	width: 100%;
	height: 100%;
}

/* logo */
.logo {
    font-size: 1.125rem;
    font-family: FZZDHJW--GB1;
    font-weight: 600;
    color: #df0000;
	position:absolute;
	width:60px;
	height:22px;
	top:20px;
	left:20px;
	
}

.imgRight {
	position:absolute;
	top: calc((100% - 60px) / 2);
	width: 12px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: #DF0000;
	border-radius: 12px 0px 0px 12px;
	z-index: 100;
	cursor:pointer;
}

.container {
	-webkit-user-select:none; 
	-moz-user-select:none; 
	-ms-user-select:none; user-select:none;
}

/* 列表开始 */
.wrap_right {
	z-index: 100;
	position:absolute;
	top:0px;
	right:0px;
	width: 650;
	height: calc(100% - 60px);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.08);
	background-color: #fff;
}

.wrap_right .list .top {
	float: left;
	width: 90%;
	height: 40px;
	line-height: 40px;
	margin-left: 5%;
	margin-top: 15px;
	font-size: 1.25rem;
	font-weight: 800;
	font-family: MicrosoftYaHeiSemibold;
	color: #000000;
}

.wrap_right .list .items {
	margin: 0 20px auto;
	display: inline-block;
	overflow: auto;
	width: 90%;
	height: 80vh;
	margin-left: 5%;
}

.wrap_right .list .items .item ul {
	border: 1px solid #E6E6E6;
	width: 90%;
	margin: 20px 0 1px 0px;
}

.wrap_right .list .items .item h3 {
	margin-top: 20px;
}

.wrap_right .list .items .item h3 div {
	width: 3px;
	height: 20px;
	background: #DF0000;
	display: inline-block;
}

.wrap_right .list .items .item ul li {
	list-style: none;
    font-size: 1rem;
	display: flex;
	align-items: center;
    margin: 30px 20px 20px -20px
}

.wrap_right .list .items .item ul li a {
	font-size: 1.25rem;
}

.wrap_right .list .items .item ul li div {
	width: 7px;
	height: 7px;
	background: #CDCDCD;
	border-radius: 4px;
	display: inline-block;
	margin-right: 10px;
}

.item_title {
	margin-top: 10px;
	font-size: 1.125rem;
	font-weight: 600;
}
/* 列表结束 */

/* 详情 */

.wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: #fff;
}

.newsshow {
	margin: 0 20px 20px 20px;
	height: 90%;
	overflow-y: auto;
}

/* // text-indent 首行缩进  */
#ozoom {
	padding: 0 20px 20px 20px;
	font-size: 1.25rem;
	/* text-indent: 2em; */
    line-height: 1.8;
	word-break: break-all;
}

#ozoom img {
	/* width: 90%; */
}

/* 将详情中的中英文换行 */
#ozoom p {
	word-break: break-all;
}

.detailBtns {
	width: 100%;
	height: 0;
	z-index: 99;
}

.previous {
	text-align: center;
	position: absolute;
	left: 20%;
	bottom: 0;
	width: 97px;
	height: 34px;
	line-height: 34px;
	font-size: 1rem;
	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: 1rem;
	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;
}

.details {
	position:absolute;
	top:0px;
	right:0px;
	width: 655px;
	height: calc(100% - 49px);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.08);
	border-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #fff;
}

.details .fanhui {
	cursor:pointer;
}

.details .fanhui div {
	display: flex;
	align-items: center;
	width: 100%;
	height: 45px;
	line-height: 45px;
}

.details div .img {
	margin-left: 20px;
	width: 16px;
	height: 16px;
}

.details div .img img {
	width: 100%;
	height: 100%;
}

.details div .span {
	font-family: MicrosoftYaHeiLight;
	font-size: 1rem;
	color: #6D6E6F;
	text-align: left;
	font-style: normal;
	margin-left: 8px;
}

.newsdetatit {
	font-size: 20px;
    font-weight: 700;
    /* text-align: center; */
    margin-top: 10px;
}

.paper-intro-title {
	font-family: MicrosoftYaHei;
	font-size: 1.125rem;
	color: #454647;
	line-height: 24px;
	text-shadow: -2px 0px 2px rgba(0,0,0,0.09);
	text-align: left;
	font-style: normal;
	margin-left: 20px;
}

.newsdetatit h3 {
	font-family: MicrosoftYaHeiSemibold;
	font-size: 1.875rem;
	color: #000000;
	/* line-height: 10px; */
	text-shadow: -2px 0px 2px rgba(0,0,0,0.09);
	text-align: left;
	font-style: normal;
	margin-left: 20px;
}

.paper-sub-title {
	font-family: MicrosoftYaHei;
	font-size: 1.125rem;
	color: #454647;
	line-height: 24px;
	text-shadow: -2px 0px 2px rgba(0,0,0,0.09);
	text-align: left;
	font-style: normal;
	margin-left: 20px;
	margin-bottom: 15px;
}

.paper-info {
	padding-left: 20px;
	font-size: 14px;
	color: #969798;
	line-height: 19px;
	text-align: left;
	font-style: normal;
	font-weight: 400;
}

/* 详情结束 */

/* 图片放大之后的还原按钮样式 */

.reduction {
	width: 137px;
	height: 60px;
	background: #000000;
	border-radius: 4px;
	opacity: 0.34;
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 1002;
	text-align: center;
	line-height: 60px;
	cursor:pointer;
}

.reduction:hover {
	opacity: 0.7;
}

.reduction div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.reduction .span {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
}

.reduction .img {
    width: 15px;
    height: 15px;
	margin-right: 10px;
}

.reduction .img img {
	width: 100%;
	height: 100%;
}

/* 按钮样式 */
.btnList {
	position: absolute;
	bottom: 0;
	height: 60px;
	width: 100%;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.08);
	background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
	opacity: 0.9;
	z-index: 999;
}

.btnList >div {
	width: 40px;
    height: 40px;
    line-height: 30px;
    margin-left: 30px;
	cursor:pointer;
}

.btnList >img {
	display: inline-block;
	width: 20px;
	/* height: 20px; */
	line-height: 60px;
	margin-left: 30px;
	cursor:pointer;
}

.divider {
	width: 1px;
	height: 33px;
	background: #333;
	opacity: 0.2;
	margin-left: 40px;
	margin-right: 10px;
}

.btnList a {
	margin-left: 30px;
}

/* 按钮结束 */


/* 版面列表 */
.pageList {
	position: absolute;
	bottom: 62px;
	left: 0;
	width: 100%;
	/* height: 315px; */
	height: 35%;
	background: #333333;
    opacity: 0.84;
    overflow: auto;
	z-index: 1111;
}

.dragPaperImgList {
	margin: auto;
	padding: 20px;
	cursor:pointer;
}

.vertical-scroll {
	overflow: hidden;
	/* margin-right: 60px; */
	width: 100%;
}

.pageList ul {
	margin: 0;
    padding: 0;
    text-align: center;
	display: flex;
	overflow: hidden;
	height: 100%;
	/* width: 100%; */
}

.pageList ul li {
	list-style-type:none;
	margin: 40px 12px;
	cursor:pointer;
}

.pageList ul li:nth-child(2n) {
	margin-right: 0px;
}

.pageList ul li:nth-child(2n+1) {
	margin-left: 0;
}

.pageList ul li img {
	/* width: 8.4375rem; */
	height: 100%;
}

.pageList ul li span {
	display: block;
	height: 19px;
	font-family: MicrosoftYaHei;
	font-size: 0.875rem;
	color: #D9D9D9;
	line-height: 19px;
	text-align: center;
	font-style: normal;
}

/* 版面列表结束 */

/* 日历牌 */
.timelist {
	position: absolute;
	bottom: 60px;
	left: 30%;
	background-color: #fff;
	width: 400px;
	height: 400px;
}

/* 日历结束 */

/* 检索开始 */
.searchList {
	height: calc(100% - 61px);
	width: 28%;
	border: 1px solid #333;
	background: #F1F3F6;
	position: absolute;
	left: 0;
	top: 0;
	transition: width 0.2s ease-in-out;
}

.searchInput {
	margin: 20px;
}

.search_top {
	display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
	font-family: AppleSystemUIFont;
	font-size: 18px;
	color: #000000;
}

.search_input {
	position: relative;
	margin-top: 10px;
}

.search-form {
	position: relative; /* 确保搜索框和按钮位置相对正确 */
	display: inline-block; /* 使得搜索框和按钮在一行内显示 */
	width: 90%;
}
  
input[type="text"] {
	padding: 10px 30px 10px 10px; /* 调整输入框的内边距，留出图标空间 */
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 16px;
	width: 90%;
}

button {
	position: absolute;
    top: 0px;
    right: 2%;
    width: 36px;
    border-radius: 50%;
    height: 36px;
    background-color: red;
    border: none;
    cursor: pointer;
    margin-top: 2px;
}

.search_input .clearBth {
	position: absolute;
    top: 0px;
    right: 12%;
    width: 36px;
    border-radius: 50%;
    height: 36px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 2px;
}

.SearchDataCenter {
	height: 30px;
	border: 1px solid #c7c7c7;
	position: absolute;
    top: 4px;
    right: 11%;
}

/* button:hover {
	background-color: #0056b3;
} */

button img {
	color: white; /* 设置图标颜色为白色 */
	font-size: 18px;
}

.search_data {
	margin-left: calc((100% - 80px) / 2);
    margin-top: 10px;
}

.searchData {
    margin: 30px 0 0 -20px;
	height: calc(100% - 130px);
    overflow: auto;
}

.searchData ul {
	list-style: none;
	width: 90%;
}

.searchData ul li {
	margin: 20px 0;
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 30px;
}

.search_title {
    font-size: 16px;
    color: #454647;
}

.search_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin: 10px 10px 10px 0;
	font-size: 14px;
    color: #969798;
}

.search_time {
    display: flex;
    justify-content: space-between;
    width: 97%;
	font-size: 14px;
    color: #969798;
}

.searchError {
    text-align: center;
}

/* 检索高亮 */
.highlight {
	background-color: red;
	font-weight: bold;
}

/* 检索结束 */

.flipbook-viewport{
	/* overflow:hidden; */
	width:100%;
	height:100%;
}

.flipbook-viewport .container{
	width: calc(100% - 650 -12);
	/* height: calc(100% - 60); */
	position:relative;
	/* top:50%;
	left:50%; */
	/* margin:auto; */
	/* transform: translateX(-50px) translateY(-50px); */
}

.flipbook-viewport .flipbook{
	display: none;
	/* width:922px;
	height:600px; */
	position: absolute;
	top:50%;
	left:2.5%;
	/* margin:auto; */
	transform: translateX(-50%) translateY(-50%);
	margin-top: 1.875rem;
}

.flipbook-viewport .page{
	width:461px;
	height:600px;
	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;
}

.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;
}

/* 书籍连接处的效果 */

.shadows {
  pointer-events: none;
}

.odd .leftShadow {
	display: none;
}

.leftShadow {
	pointer-events: none;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	height: 100%;
	background-image: -webkit-linear-gradient(
		left, 
		rgb(118 117 117 / 40%) 0%,
		rgb(78 78 78 / 10%) 54%,
		rgb(143 132 132 / 0%) 100%
		);
}

.even .even-shadow {
	pointer-events: none;
	z-index: 1;
	position: absolute;
	top: 0;
	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;
	position: absolute;
	top: 0;
	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-box .paper-img-layout,
.paper-box .paper-img-origin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.paper-box .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;
}
.no-content {
	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;
}
