.article-container {
    background:#fff;
    padding: 10px 20px;
    margin-bottom:20px;
}
@media (max-width:767px) {
    .article-container {
        padding:10px;
        padding-top: 10px;
    }
}
.article *{
    word-break: break-all;
}
.article h1 {
    font-size: 28px;
    margin: 18px 0;
    padding: 0;
}
.article h2 {
    font-size: 24px;
    margin: 18px 0;
    padding: 0;
}
.article h3 {
    font-size: 22px;
    margin: 18px 0;
    padding: 0;
}
.article h4 {
    font-size: 20px;
    margin: 18px 0;
    padding: 0;
}
.article h5 {
    font-size: 18px;
    margin: 18px 0;
    padding: 0;
}
.article .article-title {
    margin-top:0;
    margin-bottom:5px;
    font-size:28px;
    line-height:1.4;
}
.article .article-info {
    color:#999;
}
.article .article-info a {
    color:#999;
}
.article .article-info a:focus, .article .article-info a:hover {
    color:#4285f4;
    text-decoration:none;
}
.article .article-info .article .article-info .dot {
    margin:0 6px;
    color:#ccc;
}
.article .article-info .article-poster {
    float: right;
}
.article .article-excerpt {
    padding:15px;
    margin-bottom:25px;
    font-size:15px;
    line-height:1.8;
    color:#999;
    background:#fbfbfb;
    border:1px solid #efefef;
    border-radius:2px;
}
.article .article-excerpt p:last-child {
    margin-bottom:0;
}
.article .article-content {
    font-size:16px;
    color:#444;
    margin-bottom: 15px;
}
.article .article-content p {
    margin: 15px 0;
    line-height:1.8;
    overflow: auto;
}
.article .article-content pre {
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    margin: 15px 0;
}
.article .article-content pre .button-pre-copy {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    color: hsla(0,0%,60%,.8);
    transition: color .1s;
}
.article .article-content pre, .article .article-content pre * {
    font-size: 13px !important;
}
.article .article-content blockquote {
    margin-bottom: 15px !important;
    padding: 10px !important;
    font-size: 15px !important;
    border-left: 2px solid #e3e3e3 !important;
    background-color: #f6f6f7 !important;
}
.article .article-content blockquote * {
    color: #888888;
    font-size: 15px !important;
}
.article .article-content blockquote p {
    margin: 0 !important;
    padding: 0 0 5px !important;
}
.article .article-content blockquote p:last-child {
    padding-bottom: 0px !important;
}

.article .article-content ul, .article .article-content ol {
    list-style-type: disc;
    display: block !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    padding-inline-start: 20px !important;
}
.article .article-content ul {
    list-style-type: disc;
}
.article .article-content ol {
    list-style-type: decimal;
}
.article .article-content ol ul {
    list-style-type: circle;
}
.article .article-content ul li, .article .article-content ol li {
    display: list-item;
}

.article-breadcrumb {
    padding:12px 20px;
    margin:0;
    color:#999;
    background:#fff;
    border-radius:0;
    border-bottom:1px solid #f7f7f7;
}
.article-breadcrumb a {
    color:#999;
}
@media (max-width:767px) {
    .banner, .article-breadcrumb {
        display:none;
    }
}
.article-tag span {
    background: rgba(239,239,239,.4);
    color: #61666d;
    border: none;
    padding: 2px 12px;
    border-radius: 14px;
    box-sizing: border-box;
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
.article-tag a {
    background: rgba(239,239,239,.4);
    color: #61666d;
    border: none;
    padding: 2px 12px;
    border-radius: 14px;
    box-sizing: border-box;
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
.article-tag a:hover {
    color: #037ef3;
}
.article-footer .article-attachment {
    font-size: 14px;
    line-height: 1.8;
    color: #999;
    border: 1px solid #efefef;
    border-radius: 2px;
    padding:15px;
    margin-bottom: 10px;
}
.article-footer .article-attachment p {
    display: block;
    margin-bottom: 5px;
}
.article-footer .article-attachment a {
    display: block;
    color: #777777;
}
.article-footer .article-attachment a:hover {
    color: #037ef3;
}
.article-footer .article-copyright {
    font-size: 14px;
    line-height: 1.8;
    color: #999;
    border: 1px solid #efefef;
    background:rgba(239,239,239,.4);;
    border-radius: 2px;
    padding:15px;
    margin-bottom: 5px;
}
.article-footer .article-copyright a {
    color: #999;
}
.article-footer .article-copyright a:hover {
    color: #ff6666;
}

.article-footer .article-share-poster {
    font-size: 14px;
    line-height: 1.8;
    color: #999;
    border: 1px solid #efefef;
    background:rgba(239,239,239,.4);;
    border-radius: 2px;
    text-align: center;
    padding:15px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.article-footer .article-share-poster p {
    margin-bottom: 5px;
}
.article-footer .article-share-poster div {
    margin-bottom: 5px;
}
.article-footer .article-share-poster i {
    margin-right: 5px;
}
.article-footer .article-share-poster button {
    border: none;
    font-size: 12px;
    background: #037ef3;
    color: #fff;
    border-radius: 2px;
    padding: 4px 10px;
    cursor: pointer;
}

.article table {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.article table th, .article table td {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}