﻿*
{
    box-sizing: border-box;
    padding: 0;
    outline: 0;
}
body h1
{
    font-size: 0;
}
body, h1, h2, h3, h4, h5, p, ul, ol, dl, dd, fieldset, textarea
{
    margin: 0;
}
ul, ol, p
{
    margin: 0;
    padding: 0;
}
ul, ol
{
    list-style-type: none;
}
a
{
    color: inherit;
    text-decoration: none;
}
img
{
    max-width: 100%;
    height: auto!important;
}
blockquote
{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}
.content:not([dir=rtl]) blockquote
{
    border-left: 2px solid #ccc;
    margin-left: 1.5em;
    padding-left: 1em;
}
.content p
{
    clear: both;
    min-height: 1em;
}
p video
{
    max-width: 100%!important;
    height: auto!important;
}
.article-preview-root
{
    padding: 20px 20px 9px;
    padding: calc(20px + constant(safe-area-inset-top)) calc(20px + constant(safe-area-inset-right)) 7px calc(20px + constant(safe-area-inset-left));
    padding: calc(20px + env(safe-area-inset-top)) calc(20px + env(safe-area-inset-right)) 7px calc(20px + env(safe-area-inset-left));
    background-color: #fafafa;
    min-height: 100%;
}
.article-warp
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.article-content
{
    position: relative;
    overflow: hidden;
    color: #222;
    font-size: 17px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    z-index: 0;
}
.article-content .content
{
    overflow: hidden!important;
}/* 二维码模块 */
.qrcode-root-warp
{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}
.qrcode-root
{
    position: relative;
    width: 740px;
    margin-left: auto;
    margin-right: auto;
}
.system-change
{
    position: absolute;
    right: -140px;
    top: 0;
    width: 140px;
    padding: 16px;
    border: 1px solid #d9dadc;
    background-color: #fff;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.system-box
{
    margin-bottom: 14px;
    width: 102px;
    height: 102px;
}
.qrcode-text
{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #717375;
}
.article-content *
{
    max-width: 100%!important;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    word-wrap: break-word!important;
}
@media screen and (min-width: 1024px)
{
    .qrcode-root-warp
    {
        display: block;
        top: 32px;
    }
    .article-preview-root
    {
        padding-top: 32px;
    }
    .article-preview-root .article-content
    {
        width: 677px;
    }
    .article-preview-root .article-warp
    {
        width: 677px;
    }
}
.article-content .title
{
    color: #222;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 14px;
}
.article-content .intro
{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 22px;
    line-height: 20px;
    font-size: 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.article-content .intro .author
{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    font-size: 15px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.article-content .intro .time
{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    font-size: 15px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: rgba(0,0,0,.3);
    font-style: normal;
}