
.arLeft{
    background:#FFF;
    min-height:760px;
    padding-top:42px;
    padding-bottom:40px;
    float:left;
    margin-right:13px;
    width:calc(75% - 13px);
}
.arLeft>.content {
    color: #333;
    font-size: 17px;
    line-height: 32px;
    margin-top: 30px;
    padding: 0 50px;
}
.softGroup{background:#FFF;margin-top:0;padding:0;}
.softGroup ul{margin-top:15px;}
.softGroup ul li{float:left;margin-right:0;width:100%;margin-bottom:21px;}
.softGroup ul li a{display:block;}
.softGroup ul li a>img{display:block;width:62px;height:62px;float:left;}
.softGroup ul li a>div{float:left;margin-left:15px;width:calc((100% - 62px - 15px));padding-top:8px;}
.softGroup ul li a>div h3{font-size:15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height:20px;}
.softGroup ul li a>div p{font-size:14px;color: #909090;line-height:20px;margin-top:4px;}
.arLeft p {
    margin-bottom: 18px;
}
.arLeft img{
    max-width:100%;
    margin:3px 0;
}
.arLeft>h1 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.arLeft>.user {
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #999;
    display: block;
    margin-top: 30px;
}
.arLeft>.user .meta-item {
    display: inline-block;
    margin: 0 12px;
}
.arLeft>.user .meta-item .layui-icon {
    margin-right: 5px;
    color: #c5cdd5;
    font-size: 14px;
}
.arRight{
    float:left;
    width:25%;
    margin-top:0;
    background:#FFF;
    padding:20px 30px;
}
.updatelist {
    position: relative;
    margin-top:10px;
}
.updatelist li {
    margin-bottom: 15px;
}
.updatelist li:nth-last-child(1){
    margin-bottom:0;
}
.updatelist li a {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-indent: 15px;
}
.updatelist li a:before {
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    background: #d6d6d6;
    top: 18.5px;
    content: " ";
}
.updatelist li span {
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    width: 25%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    color: #8c8c8c;
}

.arLeft>.address{
    margin-top: 30px;
    padding: 0 50px;
}
.downbtn{
    margin-top:20px;
}
.downbtn a{
    float: left;
    margin-right: 25px;
    background: #20c4ab;
    color: #FFF;
    width: 200px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    font-weight: bold;
}
.downbtn a:hover{
    opacity: 0.8;
}
.downbtn a:nth-child(2){
    background: #ededed;
    color: #8d8d8d;
    font-weight:normal;
}

body {
    background: #f5f7fb;
}

.article {
    width: 1400px;
    max-width: calc(100% - 80px);
    margin: 24px auto 86px;
}

.article-main-left {
    float: left;
    width: calc(75% - 13px);
    margin-right: 13px;
}

.article-main-left .arLeft {
    float: none;
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
}

.article > .content > .arLeft:only-child {
    width: 100%;
    margin-right: 0;
}

.arLeft,
.arRight,
.softGroup {
    border: 1px solid #eef1f5;
    box-shadow: 0 12px 34px rgba(21, 39, 58, .06);
}

.article-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: -12px 50px 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #edf0f3;
    color: #9aa6b2;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
}

.article-breadcrumb a {
    color: #687789;
}

.article-breadcrumb a:hover {
    color: #20a995;
}

.article-breadcrumb span {
    color: #c5cdd5;
}

.article-breadcrumb .layui-icon {
    margin-right: 4px;
    font-size: 14px;
}
.article-breadcrumb em {
    min-width: 0;
    color: #9aa6b2;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.arLeft > h1 {
    padding: 0 50px;
    line-height: 1.35;
}

.main_right {
    float: left;
    width: 25%;
    margin-top: 0;
}

.main_right .sidebar {
    margin-bottom: 14px;
    padding: 20px 22px;
    border: 1px solid #eef1f5;
    background: #fff;
    box-shadow: 0 12px 34px rgba(21, 39, 58, .06);
}

.main_right .sidebar h3 {
    position: relative;
    margin: 0 0 14px;
    padding-left: 14px;
    color: #1f2d3d;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.main_right .sidebar h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 16px;
    background: #20c4ab;
}

.main_right #blogsort li a,
.main_right #link li a,
.main_right #newlog li a,
.main_right #hotlog li a,
.main_right #record li a {
    display: block;
    min-width: 0;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    background: #fbfcfd;
    color: #52616f;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_right #newlog li a,
.main_right #hotlog li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.main_right #newlog li a span,
.main_right #hotlog li a span {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_right #newlog li a em,
.main_right #hotlog li a em {
    flex: 0 0 auto;
    color: #9aa6b2;
    font-size: 12px;
    font-style: normal;
}

.main_right #blogsort li a:hover,
.main_right #link li a:hover,
.main_right #newlog li a:hover,
.main_right #hotlog li a:hover,
.main_right #record li a:hover {
    background: #f2fffc;
    color: #20a995;
}

.main_right #blogsort li,
.main_right #link li,
.main_right #newlog li,
.main_right #hotlog li,
.main_right #record li {
    margin-bottom: 8px;
}

.main_right #newcomment li {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f3f6;
}

.main_right #newcomment li:last-child {
    border-bottom: 0;
}

.main_right #newcomment .commimg {
    flex: 0 0 34px;
}

.main_right #newcomment .commimg img {
    width: 34px;
    height: 34px;
}

.main_right #newcomment .info {
    flex: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
    background: transparent;
}

.main_right #newcomment .name {
    color: #1f2d3d;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}

.main_right #newcomment p a {
    display: block;
    margin-top: 4px;
    color: #687789;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_right #newcomment .comment-smiley {
    width: 20px;
    height: 20px;
    margin: 0 2px;
    vertical-align: -5px;
    object-fit: contain;
}

.main_right #logsearch form {
    display: flex;
    gap: 8px;
}

.main_right #logsearch .search {
    flex: 1;
    min-width: 0;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #e8edf2;
    color: #333;
}

.main_right #logsearch .submit {
    flex: 0 0 72px;
    height: 36px;
    border: 0;
    background: #20c4ab;
    color: #fff;
    cursor: pointer;
}

.main_right #blogtags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.main_right #blogtags span {
    margin: 0 !important;
    background: #f2fffc !important;
    border: 1px solid #d8f1ed;
}

.main_right #blogtags span a {
    color: #20a995 !important;
}

.softGroup ul li a {
    padding: 10px;
}

.softGroup ul li a:hover {
    background: #fbfcfd;
}

.downbtn a {
    box-shadow: 0 8px 18px rgba(32, 196, 171, .18);
}

.downbtn a:nth-child(2) {
    box-shadow: none;
}

.article-related {
    margin: 34px 50px 0;
    padding-top: 22px;
    border-top: 1px solid #edf0f3;
}

.article-related .title {
    margin-bottom: 14px;
}

.article-related .title h3 {
    position: relative;
    padding-left: 14px;
    color: #1f2d3d;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.article-related .title h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 16px;
    background: #20c4ab;
}

.article-related ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.article-related li a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #edf0f3;
    background: #fff;
}

.article-related li a:hover {
    border-color: #d9f1ed;
    background: #fbfffe;
}

.article-related li .related-thumb {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 4px;
    object-fit: cover;
}

.article-related li .related-info {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.article-related li span {
    flex: 1;
    min-width: 0;
    color: #1f2d3d;
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-related li em {
    flex: 0 0 auto;
    color: #9aa6b2;
    font-size: 13px;
    font-style: normal;
}

.article-related li.empty {
    grid-column: 1 / -1;
    padding: 18px;
    border: 1px dashed #dce4ec;
    color: #9aa6b2;
    font-size: 14px;
    text-align: center;
    background: #fbfcfd;
}

.article-end {
    display: flex;
    align-items: center;
    margin: 34px 50px 0;
    color: #9aa6b2;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}

.article-end::before,
.article-end::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #edf0f3;
}

.article-end span {
    padding: 0 18px;
}

.article-bottom {
    margin: 34px 50px 0;
    padding-top: 22px;
}

.article-copyright {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid #edf0f3;
    background: #fbfbfc;
}

.article-copyright .copyright-icon {
    flex: 0 0 auto;
    color: #4f9cf4;
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
}

.article-copyright .copyright-info {
    flex: 1 1 auto;
    min-width: 0;
}

.article-copyright p {
    margin: 0 0 6px;
    color: #5f6f80;
    font-size: 14px;
    line-height: 22px;
}

.article-copyright p:last-child {
    margin-bottom: 0;
}

.article-copyright p span {
    color: #394b5c;
}

.article-copyright a {
    color: #2f83d8;
    word-break: break-all;
}

.article-main-left .article-neighbor {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.article-main-left .article-neighbor > div {
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid #edf0f3;
    background: #fff;
}

.article-main-left .article-neighbor .prev {
    text-align: left;
}

.article-main-left .article-neighbor .next {
    text-align: right;
}

.article-main-left .article-neighbor span {
    display: block;
    margin-bottom: 7px;
    color: #9aa6b2;
    font-size: 13px;
}

.article-main-left .article-neighbor a,
.article-main-left .article-neighbor em {
    display: block;
    color: #1f2d3d;
    font-size: 15px;
    font-style: normal;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-main-left .article-neighbor a:hover {
    color: #20a995;
}

.article-main-left .article-neighbor.article-neighbor-standalone {
    margin: 18px 50px 0;
    padding: 18px;
    border: 1px solid #edf0f3;
    background: #fbfcfd;
    box-shadow: 0 12px 34px rgba(21, 39, 58, .05);
}

.article-main-left .article-neighbor.article-neighbor-standalone > div {
    background: #fff;
}

.article-main-left > .article-neighbor.article-neighbor-standalone {
    width: 100%;
    margin: 18px 0 0;
    padding: 18px;
    box-sizing: border-box;
}

@media (max-width: 990px) {
    .article {
        max-width: 100%;
        margin: 0;
        overflow: hidden;
    }

    .article > .content {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow: visible;
        box-sizing: border-box;
    }

    .arLeft {
        float: none;
        clear: both;
        width: 100%;
        max-width: 100%;
        min-height: 0;
        margin: 0 0 12px;
        padding-bottom: 18px;
        box-sizing: border-box;
        overflow: visible;
    }

    .main_right {
        display: block;
        float: none;
        clear: both;
        width: 100%;
        max-width: 100%;
        margin: 12px 0 0;
        box-sizing: border-box;
    }

    .main_right .sidebar {
        width: 100%;
        box-sizing: border-box;
    }

    .comments-section,
    #comment-place,
    .comment-post,
    #commentform,
    .comment-post .textarea,
    .comment-post .textarea textarea {
        clear: both;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .comments-section {
        margin: 24px 10px 0;
        overflow: visible;
    }

    .article-breadcrumb {
        margin: 0 10px 22px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .article-breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .article-bottom {
        margin: 24px 10px 0;
        padding-top: 16px;
    }

    .article-related {
        margin: 24px 10px 0;
        padding-top: 16px;
    }

    .article-related ul {
        grid-template-columns: 1fr;
    }

    .article-main-left .article-neighbor {
        grid-template-columns: 1fr;
    }

    .article-main-left .article-neighbor > div {
        padding: 16px;
        margin-bottom: 16px;
    }

    .article-main-left .article-neighbor > div:last-child {
        margin-bottom: 0;
    }

    .article-main-left .article-neighbor.article-neighbor-standalone {
        margin: 18px 10px 0;
        padding: 16px;
    }

    .article-main-left > .article-neighbor.article-neighbor-standalone {
        width: 100%;
        margin: 18px 0 0;
        padding: 16px;
    }
}

.article-tags {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.article-tags > a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid #dceae8;
    background: #f7fcfb;
    color: #258c7d;
    font-size: 13px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-tags > a:hover {
    border-color: #20c4ab;
    background: #ecfbf8;
    color: #147366;
}

@media (max-width: 560px) {
    .article-copyright {
        gap: 10px;
        padding: 14px;
    }

    .article-copyright .copyright-icon {
        font-size: 28px;
    }

    .article-copyright p {
        font-size: 13px;
        line-height: 21px;
    }

    .article-tags {
        flex: 1 1 calc(100% - 92px);
        gap: 6px;
        min-width: 0;
    }

    .article-tags > a {
        max-width: 92px;
    }

}

@media (max-width: 380px) {
    .article-tags {
        flex-basis: 100%;
        order: 1;
    }

}

/* Standalone related and comments blocks */
.article-main-left > .article-related,
.article-main-left > .article-comments-section {
    clear: both;
    width: 100%;
    margin: 18px 0 0;
    padding: 28px;
    border: 1px solid #eef1f5;
    background: #fff;
    box-shadow: 0 12px 34px rgba(21, 39, 58, .06);
    box-sizing: border-box;
    overflow: visible;
}

.article-main-left > .article-related {
    padding-top: 28px;
}

.article-main-left > .article-related .title,
.article-main-left > .article-comments-section .title {
    margin-bottom: 20px;
}

.article-main-left > .article-comments-section .comment-empty {
    margin: 6px 0 26px;
    padding: 34px 20px 26px;
    border: 1px solid #eef1f5;
    background: #fbfcfd;
    text-align: center;
}

.article-main-left > .article-comments-section .comment-empty img {
    display: block;
    width: 220px !important;
    max-width: 70% !important;
    margin: 0 auto 10px !important;
}

.article-main-left > .article-comments-section #comment-place,
.article-main-left > .article-comments-section .comment-post {
    margin-top: 0;
}

.article-main-left > .article-comments-section .comment-post {
    padding: 18px;
    border: 1px solid #eef1f5;
    background: #fbfcfd;
}

.article-main-left > .article-comments-section .comment-post .textarea textarea {
    min-height: 190px;
}

.article-main-left > .article-comments-section .comm_toolbar {
    margin-top: 12px;
}

@media (max-width: 990px) {
    .article-main-left {
        float: none;
        clear: both;
        width: 100%;
        max-width: 100%;
        margin: 0 0 12px;
        padding: 0;
    }

    .article-main-left > .article-related,
    .article-main-left > .article-comments-section {
        margin-top: 18px;
        padding: 16px;
    }

    .article-main-left > .article-comments-section .comment-post {
        padding: 12px;
    }

    .article-main-left > .article-comments-section .comment-post .textarea textarea {
        min-height: 150px;
    }
}

/* Article detail final layout and action blocks */
.article > .content {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.article > .content > .article-main-left {
    float: none;
    flex: 0 0 calc(75% - 13px);
    width: calc(75% - 13px);
    min-width: 0;
    margin: 0;
}

.article > .content > .article-main-left > .arLeft {
    float: none !important;
    width: 100% !important;
    min-height: 0;
    margin: 0 !important;
}

.article > .content > .main_right {
    float: none;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    margin: 0;
}

.article-tags-section,
.article-actions-section,
.article-share-section {
    width: 100%;
    margin-top: 18px;
    padding: 18px;
    border: 1px solid #eef1f5;
    background: #fff;
    box-shadow: 0 12px 34px rgba(21, 39, 58, .06);
    box-sizing: border-box;
}

.article-section-heading {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 14px;
    color: #1f2d3d;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

.article-section-heading .layui-icon {
    color: #20a995;
    font-size: 17px;
}

.article-tags-section .article-tags {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.article-tags-section .article-tags::-webkit-scrollbar {
    display: none;
}

.article-tags-section .article-tags > a {
    flex: 0 0 auto;
    max-width: 220px;
}

.article-actions-section {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.article-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid #e1e8ed;
    background: #fbfcfd;
    color: #52616f;
    font-size: 13px;
    cursor: pointer;
}

.article-action-button .layui-icon {
    color: #718090;
    font-size: 17px;
}

.article-action-button .article-action-count {
    min-width: 10px;
    color: #9aa6b2;
    font-size: 12px;
    font-weight: 400;
}

.article-action-button:hover,
.article-action-button.is-active {
    border-color: #78cfc2;
    background: #f0fbf8;
    color: #168f7e;
}

.article-action-button:hover .layui-icon,
.article-action-button.is-active .layui-icon,
.article-action-button.is-active .article-action-count {
    color: #20a995;
}

.article-share-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.article-share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid #dceae8;
    background: #f7fcfb;
    color: #258c7d;
    font-size: 13px;
    text-align: center;
}
.article-share-links a .layui-icon {
    font-size: 15px;
}

.article-share-links a:hover {
    border-color: #20c4ab;
    background: #20c4ab;
    color: #fff;
}

.article-reward-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
}

.article-reward-modal.is-open {
    display: block;
}

body.article-reward-open {
    overflow: hidden;
}

.article-reward-mask {
    position: absolute;
    inset: 0;
    background: rgba(12, 22, 31, .54);
}

.article-reward-dialog {
    position: relative;
    z-index: 1;
    width: 360px;
    max-width: calc(100% - 32px);
    margin: 12vh auto 0;
    padding: 24px;
    border: 1px solid #e4eaef;
    background: #fff;
    box-shadow: 0 20px 50px rgba(12, 22, 31, .2);
    box-sizing: border-box;
}

.article-reward-dialog h3 {
    margin: 0 0 18px;
    color: #1f2d3d;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
}

.article-reward-close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #7f8d9c;
    font-size: 26px;
    line-height: 30px;
    cursor: pointer;
}

.article-reward-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 18px;
    border: 1px solid #dfe8ed;
}

.article-reward-tab {
    height: 36px;
    padding: 0 10px;
    border: 0;
    border-right: 1px solid #dfe8ed;
    background: #fbfcfd;
    color: #687789;
    font-size: 14px;
    cursor: pointer;
}

.article-reward-tab:last-child {
    border-right: 0;
}

.article-reward-tab.is-active {
    background: #20c4ab;
    color: #fff;
}

.article-reward-panel {
    display: none;
    text-align: center;
}

.article-reward-panel.is-active {
    display: block;
}

.reward-qr-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 216px;
    height: 216px;
    margin: 0 auto;
    border: 1px solid #e4eaef;
    background: #fff;
}

.reward-qr-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reward-qr-placeholder {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 22px;
    background: #fbfcfd;
    color: #8b96a6;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    box-sizing: border-box;
}

.article-reward-panel p {
    margin: 14px 0 0;
    color: #687789;
    font-size: 14px;
}

@media (max-width: 990px) {
    .article > .content {
        display: block;
    }

    .article > .content > .article-main-left,
    .article > .content > .main_right {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .article-tags-section,
    .article-actions-section,
    .article-share-section {
        padding: 14px;
    }

    .article-actions-section,
    .article-share-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
