
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;
    background-attachment: fixed;
    background-size: cover;
}

:root {
    --paper-logo-height: 85px;
    --paper-header-stack: var(--paper-logo-height);
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #cccccc;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    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;
}

#canvas {
    width: 100%;
    height: 100%;
    background-size: 100% var(--paper-header-stack);
    background-repeat: no-repeat;
}

/* logo */
.logo {
    font-size: 1.125rem;
    font-family: FZZDHJW--GB1;
    font-weight: 600;
    color: #df0000;
    height: var(--paper-logo-height);
}
.logo img {
    height: 100%;
}

.imgRight {
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #df0000;
    border-radius: 12px 0px 0px 12px;
    z-index: 101;
    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;
    box-sizing: border-box;
    overflow: visible;
    /* 与内边距一致，避免子级再写百分比宽度 */
    --wrap-right-pad-x: 20px;
    top: 0;
    width: clamp(280px, 38vw, 650px);
    height: calc(100% - 60px);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.wrap_right_body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

/* 目录区：用固定左右内边距 +块级自适应宽度，避免90%/5% 随栏宽变化反复重排 */
.wrap_right .list {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    min-height: 0;
    padding: 0 var(--wrap-right-pad-x);
}

.wrap_right .list .top {
    float: none;
    width: auto;
    height: 40px;
    line-height: 40px;
    margin: 15px 0 0;
    flex-shrink: 0;
    font-size: 1.25rem;
    font-weight: 800;
    font-family: MicrosoftYaHeiSemibold;
    color: #000000;
}

.wrap_right .list .items {
    display: block;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    margin: 0;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.wrap_right .list .items .item ul {
    border: 1px solid #e6e6e6;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    margin: 20px 10px 1px 0;
}

.wrap_right .list .items .item h3 {
    margin-top: 20px;
	border-left: 3px solid #df0000;
    padding-left: 10px;
}

.wrap_right .list .items .item ul li {
    list-style: none;
    font-size: 1rem;
    display: flex;
    align-items: center;
    margin: 30px 0 20px;
    cursor: pointer;
}

.wrap_right .list .items .item ul li span {
    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: calc(100% - 50px);
    overflow-y: auto;
}

#ozoom {
    padding: 0 20px 20px 20px;
    font-size: 22px;
    line-height: 1.8;
    word-break: break-all;
}

#ozoom img {
    max-width: 100%;
}

#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: 16px;
    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 {
    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: 16px;
    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 {
    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;
    line-height: 45px;
}

.details div .img {
    margin-left: 20px;
    height: 12px;
}

.details div .img img {
    width: 100%;
    height: 100%;
}

.details div .span {
    font-family: MicrosoftYaHeiLight;
    font-size: 16px;
    color: #6d6e6f;
    text-align: left;
    font-style: normal;
    margin-left: 8px;
}

.newsdetatit {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.paper-intro-title {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #454647;
    line-height: 1.5;
    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: 32px;
    line-height: 1.5;
    color: #000000;
    text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.09);
    text-align: left;
    font-style: normal;
    margin: 25px 20px;
}

.paper-sub-title {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #454647;
    line-height: 1.5;
    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 {
    overflow: hidden;
    padding-left: 20px;
    font-size: 18px;
    color: #969798;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    font-weight: 400;
}

.paper-audio {
    float: right;
    margin-right: 20px;
    display: none;
    align-items: center;
    color: #006bff;
    cursor: pointer;
}

.paper-audio img {
    width: 16px;
    height: 15px;
    margin-right: 3px;
}

.paper-audio audio {
    display: none;
}
.font-change-box {
    float: right;
    margin-top: 3px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.font-change-box img {
    margin-right: 15px;
    cursor: pointer;
}

/* 详情结束 */

.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: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    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;
}

.btnList .reduce-zoom {
    padding: 12px 0;
    height: auto;
}

.divider {
    width: 1px;
    height: 33px;
    background: #333;
    opacity: 0.2;
    margin-left: 40px;
    margin-right: 10px;
}

.btnList a {
    margin-left: 30px;
}

.btnList .digital-paper-btn-weixin {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 60px;
    margin-left: 30px;
    cursor: pointer;
}

.digital-paper-weixin-share-layer .layui-layer-content {
    height: auto !important;
    overflow: visible;
    padding: 0 20px 16px;
    box-sizing: border-box;
}

.digital-paper-weixin-share-qr {
    padding: 16px 0 0;
    text-align: center;
    min-height: 200px;
}

.digital-paper-weixin-share-qr canvas {
    display: block;
    margin: 0 auto;
}

.digital-paper-weixin-share-tip {
    margin: 0;
    padding-top: 16px;
    font-size: 12px;
    line-height: 1.8;
    color: #666;
    text-align: center;
}

/* 按钮结束 */

/* 版面列表 */
.pageList {
    position: absolute;
    bottom: 62px;
    left: 0;
    width: 100%;
    height: 35%;
    background: #333333;
    opacity: 0.84;
    overflow: auto;
    z-index: 1111;
}

.dragPaperImgList {
    margin: auto;
    padding: 20px;
    cursor: pointer;
}

.vertical-scroll {
    overflow: hidden;
    width: 100%;
}

.pageList ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    overflow: hidden;
    height: 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 {
    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;
}

/* 版面列表结束 */

/* 日历牌（内部 #digital-paper-cal-root，见 paper-calendar.css） */
.timelist {
    position: absolute;
    bottom: 60px;
    left: 30%;
    background-color: #fff;
    width: 400px;
    height: 400px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
}

/* 日历结束 */

/* 检索开始 */
.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;
    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%;
}

/* 至少 16px：避免部分浏览器聚焦输入框时异常缩放 */
.search_input input,
#myInput {
    flex: 1;
    font-size: 16px;
    padding: 0.7rem 3px;
    outline: none;
    border: none;
    background-color: transparent;
    box-sizing: border-box;
    max-width: 72%;
}

.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-container {
    height: 62px;
    display: none;
    font-size: 17px;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

#pagination-buttons {
    display: flex;
    gap: 15px;
    scroll-behavior: smooth;
}

#pagination-buttons button {
    padding: 0;
    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;
}
#prev-page-btn img,
#next-page-btn img {
    height: 8px;
}

#search-button img {
    width: 16px;
    height: 16px;
}

.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 {
    position: relative;
    width: 100%;
    height: 100%;
}

.flipbook-viewport .container {
    /* 与 .wrap_right 的 clamp(280px, 38vw, 650px) 对齐，避免写死 662px；顶区由 .logo 文档流占位，勿再 margin-top 重复留白 */
    width: calc(100% - clamp(280px, 38vw, 650px) - 12px);
    position: relative;
    padding-top: 0;
    box-sizing: border-box;
}

.flipbook-viewport .flipbook {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
}

.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-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 0.2s,
        right 0.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 0.2s,
        right 0.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-box {
    position: relative;
}
.paper-box .paper-img-layout,
.paper-box .paper-img-origin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left top;
}
.paper-box .paper-img-origin {
    z-index: 2;
    opacity: 0;
}
.paper-article-topic {
    display: none;
    z-index: 13;
    position: absolute;
    font-size: 18px;
    border: 2px solid #ccccff;
    background-color: #f1f7f9;
    color: #000000;
    padding: 15px;
    width: 300px;
    font-weight: bold;
}
.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;
}
.anima-box {
    z-index: 11;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.anima-link:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.anima-box .anima-video-play {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url(../images/anima-video-play.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.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;
}

.digital-paper-issue-switch {
    font-size: 17px;
    display: flex;
    padding-top: 5px;
}

.digital-paper-issue-switch 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;
}

/* 服务端注入、仅供脚本读取的隐藏配置（避免模板里写内联 display:none） */
#digital-paper-config {
    display: none;
}

/**
 * PC 版面页（body.paper-layout-pc）
 * 默认显隐由样式表维护；jQuery .show()/.hide() 仍会写行内样式覆盖。
 */
body.paper-layout-pc .flipbook-viewport .imgRight .leftImg {
    display: none;
}

body.paper-layout-pc .flipbook-viewport > .wrap_right {
    display: inline-block;
    vertical-align: top;
}

body.paper-layout-pc .flipbook-viewport .wrap_right .list {
    display: flex;
}

body.paper-layout-pc .flipbook-viewport .wrap_right .details,
body.paper-layout-pc .flipbook-viewport .reduction,
body.paper-layout-pc .flipbook-viewport .searchList .searchData,
body.paper-layout-pc .flipbook-viewport .searchList .searchError,
body.paper-layout-pc .flipbook-viewport .pageList,
body.paper-layout-pc .flipbook-viewport .timelist {
    display: none;
}

body.paper-layout-pc .flipbook-viewport .btnList .mute,
body.paper-layout-pc .flipbook-viewport .btnList .stop {
    display: none;
}

/* 文章详情 iframe（原 width/height=100%、frameborder=0） */
#myIframe.digital-paper-detail-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
