/* Basic sample */

body{
	overflow: hidden;
	background-color:#fcfcfc;
	margin:0;
	padding:0;
	height: 100%;
	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;
	  }
}

.hidden {
	display: none;
}



html{

	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;

    font-size: 0.875rem;

    color: #333;

	height: 100%;


	/* 滚动条样式 */
	::-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%;
	background-size: 100% 90px;
	background-repeat: no-repeat;
}

/* 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% - 250px) / 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;
	right:0px;
	width: 650px;
	min-width: 30%;
	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: calc(100% - 55px);
	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.8;
	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;
}

.btnList .bdsharebuttonbox {
	overflow: hidden;
	display: inline-block;
	margin-top: 18px;
	line-height: 60px;
	width: 20px;
}

.btnList .bdsharebuttonbox a.bds_weixin {
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	width: 18px;
	height: 20px;
	background: none;
}

/* 按钮结束 */


/* 版面列表 */
.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 {
	padding-bottom: 50px;
    height: calc(100% - 52px);
    width: 0;
    overflow: hidden;
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    transition: width 0.4s cubic-bezier(0.68, -0.2, 0.32, 1.4);
    box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}


.searchList.open {
	display: block;
    width: 440px;
}


.searchInput {
	height: 154px;
    background: #f1f3f6;
}

.search_top {
	display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #000000;
	padding: 20px;
}

.search_top_delete {
	height: 14px;
	width: 14px;
}

.search_icon {
	width: 19.33px;
    height: 18.37px;
    padding: 3px;
	margin-left: 3px;
}

.search_input {
	position: relative;
    /* margin-top: 10px; */
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: white;
    overflow: hidden;
    height: 40px;
    width: 400px;
    left: 20px;
}


.button-area {
	position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
}



.search-form {
	position: relative; /* 确保搜索框和按钮位置相对正确 */
	display: inline-block; /* 使得搜索框和按钮在一行内显示 */
	width: 90%;
}

.search_input input {
	flex: 1;
    font-size: 14px;
    padding: 0.7rem 3px;
    /* padding-right: 120px;  */
    outline: none;
    border: none;
    background-color: transparent;
    box-sizing: border-box; 
	max-width: 72%;
}
  
/* input[type="text"] {
	flex: 1;
    font-size: 18px;
    padding: 0.7rem 10px;
    outline: none;
	border: 0;
    border-radius: 18px 0 0 18px;
} */

/* 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;
} */

.search_input .clearBth {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: none;
    opacity: 0.6;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_input .clearBth img {
    width: 12px;
    height: 12px;
}

.SearchDataCenter {
    width: 1px;
    height: 24px;
    background-color: #c7c7c7;
}

#search-button {
    width: 34px;
    height: 34px;
    background-color: red;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .pagination {
	display: flex;
    font-size: 17px;
    align-items: center;
    justify-content: space-evenly;
	padding-top: 8px;
} */
#pagination-container {
    height: 62px;
    display: none;
    font-size: 17px;
    /* padding-top: 8px; */
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

#pagination-buttons {
    display: flex;
    gap: 15px;
    scroll-behavior: smooth;
}

#pagination-buttons button {
    height: 27px;
    width: 27px;
    border: 1px solid rgba(210, 211, 212, 1);
    background-color: #fff;
	font-size: 12px;
    cursor: pointer;
	border-radius: 4px;
}

#pagination-buttons button.active {
	background-color: rgba(223, 0, 0, 0.1);
    border-color: rgba(223, 0, 0, 1);
}

#prev-page-btn,
#next-page-btn {
    padding: 5px 8px;
    border: none;
    background-color: #fff;
    cursor: pointer;
}
/* button:hover {
	background-color: #0056b3;
} */

#search-button img {
    width: 16px;
    height: 16px;
}

/* 响应式布局 */
@media (max-width: 768px) {
    .searchList.open {
        width: 50%;
    }

    .search_input input {
        font-size: 16px;
        padding: 0.5rem 8px;
        /* padding-right: 100px; */
		max-width: 75%;
    }

    .button-area {
        gap: 4px;
        padding-right: 8px;
    }

    .search_input .clearBth,
    #search-button {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 480px) {
    .searchList.open {
        width: 80%;
    }

    .search_input input {
        font-size: 14px;
        padding: 0.4rem 6px;
		/* padding-right: 80px; */
		max-width: 75%;
    }

    .button-area {
        gap: 2px;
        padding-right: 6px;
    }

    .search_input .clearBth,
    #search-button {
        width: 28px;
        height: 28px;
    }
}

.search_data {
	display: none;
	margin-left: calc((100% - 80px) / 2);
    margin-top: 10px;
	color: #969798;
}

.searchData {
    margin: 0.875rem 0 0 -1.25rem;
	height: calc(100% - 170px);
    overflow: auto;
	background-color: white;
}

.searchData ul {
	list-style: none;
	width: 90%;
}

.searchData ul li {
	width: 401.04px;
    height: 137px;
	margin: 10px 0;
	border-bottom: 1px solid #c3c3c3;
	user-select: none;
	cursor: pointer;
}

.search_title {
    font-size: 16px;
    color: #454647;
    height: 20px;
	font-weight: 600;
	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 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 {
	color: red;
}

/* 检索结束 */

.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); */
	padding-top: 4rem;
}

.flipbook-viewport .flipbook{
	display: none;
	/* width:922px;
	height:600px; */
	position: absolute;
	/* top:50%; */
	left:4%;
	/* 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;
}

.thickness.right {
	-webkit-mask-box-image-source: url(../images/thickness-right.png);
    background: repeating-linear-gradient(90deg, #fcfcfc, #c9c9c9 2px);
    height: 100%;
    position: absolute;
    background-size: 100% 100%;
    z-index: 50;
    transition: width .2s, right .2s;
}

.thickness.left {
    -webkit-mask-box-image-source: url(../images/thickness-left.png);
    background: repeating-linear-gradient(90deg, #fcfcfc, #c9c9c9 2px);
    height: 100%;
    position: absolute;
    background-size: 100% 100%;
    z-index: 50;
    transition: width .2s, right .2s;
}

/* 书籍连接处的效果 */

.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%;
}
.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 {
	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;
}
.btnList .foot-bottom {
	width: 485px;
	height: 60px;
	font-size:14px;
	text-align: right;
}
.btnList .foot-bottom p {
	font-size:14px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #969798;
}

.btnList .foot-bottom-one {
	font-size: 14px;
    text-align: left;
    height: 36px;
    padding-right: 150px;
    line-height: 20px;
}

.btnList .foot-bottom-two {
	width: 680px;
	height: 36px;
	font-size: 12px;
	text-align: left;
	padding-left: 60px;
	line-height: 20px;
}

.switchJournal {
	font-size: 17px;
    display: flex;
	padding-top: 5px;
}

.switchJournal a {
	margin-left: 0;
	cursor: pointer;
}

.journalNum {
	padding-bottom: 5px;
	padding-inline: 10px;
}

.disabled-link {
	opacity: 0.7;
    cursor: not-allowed !important;
    text-decoration: none;
}