/* 文章页内嵌阅读器（工具栏由 iframe 内 viewer 页渲染） */
.chenle-pay-reader {
    margin: 24px 0;
    border: 1px solid #e3e7ee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 4px rgba(20, 40, 80, .06);
}
.chenle-pay-iframe {
    width: 100%;
    height: 800px;
    border: 0;
    display: block;
    background: #525659;
}
@media (max-width: 768px) {
    .chenle-pay-iframe { height: 600px; }
}
