﻿.info {
    background: #FFF;
    margin-top: 6px;
    padding: 35px;
    position: relative;
}
.info .left {
    width: 280px;
}
.info .right {
    width: calc(100% - 330px);
}
.info .left .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-size: 100% 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.href:hover { background: #26bda6; color: #FFF; border: 1px solid #26bda6; }
.aboutthis:hover { color: #20c4ab; background: #f5fffe; }
.href {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #20c4ab;
    background: #20c4ab;
    color: #FFF;
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    transition: 0.2s all;
}
.aboutthis {
    margin-top: 20px;
    background: none;
    color: #20c4ab;
}
.info .left .img img {
    display: block;
    max-width: 100%;
}
.info .right .web-title {
    font-size: 23px;
    color: #333;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info .right ul {
    margin-top: 40px;
}
.info .right .web-title em {
    font-style: normal;
    color: #20c4ab;
}
.info .right ul li {
    width: 33.3333%;
    float: left;
    margin-bottom: 25px;
    padding-right: 20px;
}
.info .right ul li span {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #a0a0a0;
    /*width: 77px;*/
    overflow: hidden;
}
.info .right ul li label.el-tag{
    cursor: pointer;
    text-align: center;
    height: 24px;
    line-height: 22px;
    font-size: 15px;
    color: white;
    width: 56px;
}
.info .right ul li a {
    max-width: calc(100% - 10px - 77px);
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #333!important;
    /*margin-left: 10px;*/
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.info .right ul li a .star {
    vertical-align: middle;
    margin-top: -3.5px;
    height: 14px;
}
.info .right ul li:nth-child(3n) {
    padding-right: 0;
}
.detail-share {
    position: relative;
    right: auto;
    bottom: auto;
    flex: 0 0 auto;
    z-index: 5;
}
.detail-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 52px;
    line-height: normal;
    box-sizing: border-box;
    text-align: center;
    color: #20c4ab!important;
    background: #f5fffe;
    border: 1px solid #20c4ab;
    font-size: 14px;
}
.detail-share-panel {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    bottom: auto;
    width: 108px;
    padding: 6px 0;
    background: #fff;
    border: 1px solid #eef2f5;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}
.detail-share:hover .detail-share-panel,
.detail-share.open .detail-share-panel {
    display: block;
}
.detail-share-panel a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    color: #657386!important;
    font-size: 13px;
    white-space: nowrap;
}
.detail-share-panel a:hover {
    color: #20c4ab!important;
    background: #f5fffe;
}
.info .right ul li a#todayClick:after,
.info .right ul li a#monthClick:after,
.info .right ul li a#countClick:after {
    content: " 人次";
}
.info .right ul li .weight-badge {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 61px;
    height: 27px;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
}
.info .right ul li .weight-badge i,
.info .right ul li .weight-badge em {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-style: normal;
}
.info .right ul li .weight-badge i {
    width: 34px;
    background: #fff;
    font-size: 18px;
}
.info .right ul li .weight-badge em {
    flex: 1;
    color: #fff;
}
.info .right ul li .weight-360 {
    background: #29ad55;
    border: 1px solid #29ad55;
}
.info .right ul li .weight-360 i:before {
    content: "";
    width: 17px;
    height: 17px;
    border: 4px solid #28b35b;
    border-top-color: #f2d038;
}
.info .right ul li .weight-bing {
    background: #0085a8;
    border: 1px solid #0085a8;
}
.info .right ul li .weight-bing i:before {
    content: "b";
    color: #0085a8;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}
.info .right ul li .weight-site {
    background: #1fbf72;
    border: 1px solid #1fbf72;
}
.info .right ul li .weight-site i {
    background: #35c987;
    color: #fff;
}
.info .right ul li .weight-toutiao {
    background: #e73434;
    border: 1px solid #e73434;
}
.info .right ul li .weight-toutiao i {
    background: #fff;
    color: #e73434;
    width: 34px;
    font-size: 12px;
    font-weight: bold;
}

@media screen and (min-width:991px) {
    .webnavlog .info .left {
        width: 252px;
    }
    .webnavlog .info .left .img {
        height: 180px;
    }
    .webnavlog .info .right {
        width: auto;
        flex: 1;
        min-width: 0;
    }
    .webnavlog .info .right ul li {
        padding-right: 16px;
    }
    .webnavlog .info .right ul li:nth-child(3n) {
        padding-right: 0;
    }
    .webnavlog .info .right ul li:nth-child(n+10):nth-child(-n+15) {
        justify-content: space-between;
        width: auto;
        min-height: 54px;
        padding-right: 14px;
    }
    .webnavlog .info .right ul li:nth-child(10),
    .webnavlog .info .right ul li:nth-child(11),
    .webnavlog .info .right ul li:nth-child(13),
    .webnavlog .info .right ul li:nth-child(14) {
        padding-right: 14px;
    }
    .webnavlog .info .right ul li:nth-child(15) {
        padding-right: 14px;
    }
    .webnavlog .info .right ul li span {
        float: none;
        width: auto;
        height: auto;
        line-height: normal;
        color: #8b96a6;
        font-size: 16px;
    }
    .webnavlog .info .right ul li a {
        float: none;
        max-width: calc(100% - 92px);
        height: auto;
        line-height: normal;
        margin-left: 10px;
        color: #667386!important;
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .webnavlog .info .right ul li:nth-child(n+10):nth-child(-n+15) span {
        flex: 0 0 auto;
        width: auto;
        min-width: auto;
        white-space: nowrap;
        font-size: 15px;
        line-height: 27px;
    }
    .webnavlog .info .right ul li:nth-child(n+10):nth-child(-n+15) a {
        flex: 0 0 auto;
        max-width: none;
        margin-left: 12px;
        overflow: visible;
    }
    .webnavlog .info .right ul li a .star {
        height: 14px;
        margin-top: 0;
    }
}

.other {
    background: #FFF;
    margin-top: 6px;
    padding: 26px 35px;
}
.other .introduce {
    line-height: 33px;
    font-size: 15px;
    color: #909090;
    margin-top: 10px;
    margin-bottom: 20px;
}
.other img {
    max-width:100%;
}
.lists {
    background: #FFF;
    margin-top: 6px;
    padding: 26px 35px;
}
.lists ul li:nth-child(1){
    border-top: 0;
}
.lists ul li {
    background: #FFF;
    float: left;
    width: 25%;
    border-right: 1px solid #F6F6F6;
    border-top: 1px solid #F6F6F6;
    padding: 40px 20px;
    height: 221px;
    overflow: hidden;
}
.lists ul li a {
    display: block;
}
.lists ul li a .img {
    width: 100%;
    height: 80px;
    overflow: hidden;
}
.lists ul li a .introduce {
    color: #999;
    font-size: 13px;
    line-height: 23px;
    height: 69px;
    padding: 0 5%;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.lists ul li a .img img {
    display: block;
    margin: 0px auto;
    max-height: 100%;
    max-width: 200px;
}
.lists ul li:nth-child(4n) {
    border-right: 0;
}
.x-c-t-tooltip {
    padding:0;
    margin:0;
    width:200px;
}
.x-c-t-tooltip dt {
    background-color:#20c4ab;
    padding:5px 10px;
    color:#fff;
    font-size:12px;
    margin-bottom:0;
    font-weight:normal;
}
.x-c-t-tooltip dd {
    padding:5px 10px;
    color:#666;
    max-height:200px;
    overflow:auto;
}
.x-c-t-tooltip dd > div {
    margin:0 -10px;
    padding:0 10px;
    min-width:100px;
    overflow:hidden;
    font-size:12px;
}
.x-c-t-tooltip dd strong {
    color:#20c4ab;
    font-weight:normal;
}

body {
    background: #f5f7fb;
}

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

.webnavlog .info,
.webnavlog .other,
.webnavlog .lists,
.webnavlog .webnav-neighbor,
.webnavlog .article-neighbor,
.webnavlog .comments-section {
    border: 1px solid #eef1f5;
    box-shadow: 0 12px 34px rgba(21, 39, 58, .06);
}

.webnavlog > .article-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 16px 20px;
    overflow: hidden;
    border: 1px solid #eef1f5;
    background: #fff;
    box-shadow: 0 12px 34px rgba(21, 39, 58, .06);
    color: #9aa6b2;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
}

.webnavlog > .article-breadcrumb a {
    flex: 0 0 auto;
    color: #687789;
}

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

.webnavlog > .article-breadcrumb span {
    flex: 0 0 auto;
    color: #c5cdd5;
}

.webnavlog > .article-breadcrumb em {
    min-width: 0;
    overflow: hidden;
    color: #9aa6b2;
    font-style: normal;
    text-overflow: ellipsis;
}

.webnavlog > .article-breadcrumb .layui-icon {
    margin-right: 4px;
    font-size: 14px;
}

.webnavlog .info {
    margin-top: 0;
    padding: 28px;
    display: flex;
    gap: 34px;
    align-items: flex-start;
}

.webnavlog .info .left .img {
    border: 1px solid #eef1f5;
    background: #fbfcfd;
}

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

.webnavlog .webnav-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
}

.webnavlog .webnav-actions .article-action-button,
.webnavlog .webnav-actions .webnav-complaint-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 45px;
    padding: 0 14px;
    border: 1px solid #20c4ab;
    background: none;
    color: #20c4ab;
    font-size: 14px;
    cursor: pointer;
    transition: .2s ease;
}

.webnavlog .webnav-actions .article-action-button .layui-icon,
.webnavlog .webnav-actions .webnav-complaint-trigger .layui-icon {
    font-size: 17px;
}

.webnavlog .webnav-actions .article-action-count {
    min-width: 12px;
    color: inherit;
    font-size: 12px;
    font-weight: 400;
}

.webnavlog .webnav-actions .article-action-button:hover {
    background: #f5fffe;
    color: #20c4ab;
    box-shadow: 0 8px 18px rgba(32, 196, 171, .14);
    transform: translateY(-1px);
}

.webnavlog .webnav-actions .article-action-button.is-active {
    background: #f5fffe;
    color: #20c4ab;
}

.webnavlog .webnav-actions .article-action-button.is-active:hover {
    box-shadow: 0 8px 18px rgba(32, 196, 171, .14);
    transform: translateY(-1px);
}

.webnavlog .webnav-actions .article-action-button:disabled {
    cursor: wait;
    opacity: .7;
}

.webnavlog .webnav-actions .webnav-complaint-trigger:hover {
    background: #f5fffe;
    color: #20c4ab;
    box-shadow: 0 8px 18px rgba(32, 196, 171, .14);
    transform: translateY(-1px);
}

.webnav-complaint-modal {
    position: fixed;
    inset: 0;
    z-index: 10060;
    display: none;
}

.webnav-complaint-modal.is-open {
    display: block;
}

body.webnav-complaint-open {
    overflow: hidden;
}

.webnav-complaint-mask {
    position: absolute;
    inset: 0;
    background: rgba(20, 31, 42, .48);
}

.webnav-complaint-dialog {
    position: relative;
    width: min(520px, calc(100% - 32px));
    max-height: calc(100vh - 32px);
    margin: 16px auto;
    padding: 26px;
    overflow-y: auto;
    border: 1px solid #e6ebf0;
    background: #fff;
    box-shadow: 0 20px 50px rgba(20, 31, 42, .2);
}

.webnav-complaint-dialog h3 {
    margin: 0;
    color: #1f2d3d;
    font-size: 19px;
    line-height: 28px;
}

.webnav-complaint-intro {
    margin: 8px 0 18px;
    color: #7b8794;
    font-size: 13px;
    line-height: 21px;
}

.webnav-complaint-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8b96a6;
    font-size: 26px;
    line-height: 30px;
    cursor: pointer;
}

.webnav-complaint-close:hover {
    color: #20a995;
}

.webnav-complaint-form textarea,
.webnav-complaint-form input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e4eaf0;
    background: #fbfcfd;
    color: #34495e;
    font-family: inherit;
    font-size: 14px;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.webnav-complaint-form textarea {
    height: 150px;
    margin-bottom: 12px;
    padding: 12px;
    line-height: 22px;
    resize: vertical;
}

.webnav-complaint-form input {
    height: 44px;
    margin-bottom: 12px;
    padding: 0 12px;
}

.webnav-complaint-form textarea:focus,
.webnav-complaint-form input:focus {
    outline: none;
    border-color: #20c4ab;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(32, 196, 171, .1);
}

.webnav-complaint-code {
    display: flex;
    margin-bottom: 16px;
}

.webnav-complaint-code input {
    margin: 0;
}

.webnav-complaint-code img {
    width: 130px;
    height: 44px;
    border: 1px solid #e4eaf0;
    border-left: 0;
    cursor: pointer;
    object-fit: cover;
}

.webnav-complaint-form button[type="submit"] {
    width: 100%;
    height: 46px;
    border: 1px solid #20c4ab;
    background: #20c4ab;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: background .2s;
}

.webnav-complaint-form button[type="submit"]:hover {
    background: #26bda6;
}

.webnav-complaint-form button[type="submit"]:disabled {
    cursor: wait;
    opacity: .7;
}

html.txdh-dark-mode .webnav-complaint-dialog {
    border-color: #2e3b48;
    background: #171f27;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .38);
}

html.txdh-dark-mode .webnav-complaint-dialog h3 {
    color: #dfe8f2;
}

html.txdh-dark-mode .webnav-complaint-intro,
html.txdh-dark-mode .webnav-complaint-close {
    color: #91a3b4;
}

html.txdh-dark-mode .webnav-complaint-form textarea,
html.txdh-dark-mode .webnav-complaint-form input {
    border-color: #334353;
    background: #202a33;
    color: #dfe8f2;
}

html.txdh-dark-mode .webnav-complaint-form textarea:focus,
html.txdh-dark-mode .webnav-complaint-form input:focus {
    border-color: #3c8f85;
    background: #202a33;
    box-shadow: 0 0 0 3px rgba(60, 143, 133, .18);
}

html.txdh-dark-mode .webnav-complaint-code img {
    border-color: #334353;
}

@media (max-width: 767px) {
    .webnav-complaint-modal.is-open {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 76px 16px 20px;
        box-sizing: border-box;
    }

    .webnav-complaint-dialog {
        width: min(520px, 100%);
        max-height: calc(100vh - 96px);
        max-height: calc(100dvh - 96px);
        margin: 0;
        padding: 22px 18px;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }
}

html.txdh-dark-mode .webnavlog > .article-breadcrumb {
    border-color: #2e3b48;
    background: #171f27;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .24);
}

html.txdh-dark-mode .webnavlog > .article-breadcrumb a {
    color: #c4d0db;
}

html.txdh-dark-mode .webnavlog > .article-breadcrumb span,
html.txdh-dark-mode .webnavlog > .article-breadcrumb em {
    color: #91a3b4;
}

html.txdh-dark-mode .site-status-label {
    color: #c4d0db;
}

html.txdh-dark-mode .site-status-result.is-loading,
html.txdh-dark-mode .site-status-time,
html.txdh-dark-mode .site-status-refresh {
    color: #91a3b4;
}

html.txdh-dark-mode .webnavlog .info .right ul li.site-status-check {
    border-color: #2e3b48;
    background: #202a33;
}

html.txdh-dark-mode .webnavlog .webnav-actions .webnav-complaint-trigger {
    border-color: #334353;
    background: #1b2731;
    color: #c4d0db;
}

html.txdh-dark-mode .webnavlog .webnav-actions .webnav-complaint-trigger:hover {
    border-color: #3c8f85;
    background: #203b3a;
    color: #7be0d0;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .22);
}

.webnavlog .info .right .web-title {
    height: auto;
    line-height: 34px;
    font-size: 26px;
    font-weight: 600;
    flex: 1;
    min-width: 0;
    margin: 0;
}

.webnavlog .detail-title-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 4px 0 24px;
}

.site-status-check {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    min-height: 28px;
    margin: 0;
    color: #667386;
    font-size: 14px;
    line-height: 22px;
}

.webnavlog .info .right ul li.site-status-check {
    grid-column: 1 / -1;
    display: flex !important;
    min-height: 62px;
    margin: 0 !important;
    padding: 13px 16px;
    border: 1px solid #eef1f5;
    background: #fbfcfd;
}

.site-status-label {
    color: #8b96a6;
    font-weight: 400;
}

.site-status-result {
    display: inline-flex;
    align-items: center;
    color: #8b96a6;
}

.site-status-result strong {
    font-weight: 500;
}

.site-status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border-radius: 50%;
    background: #9aa6b2;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
}

.site-status-icon:before {
    content: "...";
    transform: translateY(-2px);
}

.site-status-result.is-normal {
    color: #35a66f;
}

.site-status-result.is-normal .site-status-icon {
    background: #35a66f;
}

.site-status-result.is-normal .site-status-icon:before {
    content: "✓";
    transform: none;
}

.site-status-result.is-error {
    color: #e05b4e;
}

.site-status-result.is-error .site-status-icon {
    background: #e05b4e;
}

.site-status-result.is-error .site-status-icon:before {
    content: "×";
    font-size: 15px;
    transform: none;
}

.site-status-time {
    color: #8b96a6;
    font-size: 13px;
}

.site-status-refresh {
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8b96a6;
    font-size: 16px;
    cursor: pointer;
}

.site-status-refresh:hover {
    color: #20a995;
}

.site-status-refresh:disabled {
    cursor: wait;
    opacity: .55;
}

.site-status-note {
    flex: 0 0 100%;
    margin-top: 2px;
    color: #e53935;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
}

.baidu-index-check {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.baidu-index-card {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 176px;
    min-width: 176px;
    height: 52px;
    padding: 9px 12px;
    border: 1px solid #e4e8ee;
    border-radius: 0;
    background: #fff;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    line-height: normal;
    text-align: left;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color .2s ease, background .2s ease;
}

.baidu-index-card:hover {
    border-color: #cfd8e3;
    background: #fbfcfd;
}

.baidu-index-card:focus {
    outline: none;
    border-color: #8298b4;
}

.baidu-index-card:disabled {
    cursor: default;
    opacity: .85;
}

.baidu-index-card.is-loading {
    border-color: #b9d6ff;
    background: #f3f8ff;
    cursor: wait;
}

.baidu-index-card.is-included {
    border-color: #bfe8d4;
    background: #f0fbf6;
}

.baidu-index-card.is-not-included {
    border-color: #f1d58f;
    background: #fffaf0;
}

.baidu-index-card.is-error {
    border-color: #ffc5b9;
    background: #fff3f0;
}

.baidu-index-icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    background: #8298b4;
    color: #fff;
    font-family: SimSun, "Songti SC", serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.baidu-index-text {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}

.baidu-index-name {
    color: #2d3b49;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.baidu-index-card.is-loading .baidu-index-icon {
    background: #4f91e8;
}

.baidu-index-card.is-included .baidu-index-icon {
    background: #28b77f;
}

.baidu-index-card.is-not-included .baidu-index-icon {
    background: #ff9300;
}

.baidu-index-card.is-error .baidu-index-icon {
    background: #f06449;
}

.baidu-index-card.is-loading .baidu-index-name {
    color: #2f80ed;
}

.baidu-index-card.is-included .baidu-index-name {
    color: #1d9a68;
}

.baidu-index-card.is-not-included .baidu-index-name {
    color: #d46f00;
}

.baidu-index-card.is-error .baidu-index-name {
    color: #d94d34;
}

.baidu-index-status {
    min-width: 48px;
    margin-top: 1px;
    color: #98a2ad;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.baidu-index-status.is-loading {
    color: #2f80ed;
}

.baidu-index-status.is-included {
    color: #7f9b8e;
}

.baidu-index-status.is-not-included {
    color: #98a2ad;
}

.baidu-index-status.is-error {
    color: #f06449;
}

.webnavlog .info .right ul {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 !important;
}

.webnavlog .info .right ul li {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    float: none !important;
    width: auto !important;
    min-height: 62px;
    margin: 0 !important;
    padding: 14px 16px;
    border: 1px solid #eef1f5;
    background: #fbfcfd;
}

.webnavlog .info .right ul li.detail-weight {
    justify-content: space-between;
    width: auto !important;
    min-height: 58px;
    padding: 12px 14px;
    padding-right: 14px !important;
}

.webnavlog .info .right ul li.detail-weight span {
    flex: 0 0 auto;
    min-width: auto;
    white-space: nowrap;
}

.webnavlog .info .right ul li.detail-weight a {
    flex: 0 0 auto;
    max-width: none;
    margin-left: 12px;
    overflow: visible;
}

.webnavlog .info .right ul li.detail-weight img.pr {
    display: block;
    max-width: 72px;
    height: auto;
}

.webnavlog .info .right ul li.detail-domain {
    overflow: hidden;
}

.webnavlog .info .right ul li span {
    color: #8b96a6;
}

.webnavlog .info .right ul li a {
    color: #34495e !important;
}

.webnavlog .other {
    margin-top: 18px;
    padding: 28px;
}

.webnavlog .title {
    margin-bottom: 14px;
}

.webnavlog .title h3 {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 14px;
    font-size: 18px;
    font-weight: 600;
    color: #1f2d3d;
    line-height: 24px;
}

.webnavlog .title h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 18px;
    background: #20c4ab;
    transform: translateY(-50%);
}

.webnavlog .other .introduce,
.webnavlog .porShi {
    padding: 18px;
    border: 1px solid #eef1f5;
    background: #fbfcfd;
}

.webnavlog .other .introduce {
    color: #52616f;
}

.webnavlog .lists {
    margin-top: 18px;
    padding: 28px;
}

.webnavlog .lists ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.webnavlog .lists ul li,
.webnavlog .lists ul li:nth-child(1),
.webnavlog .lists ul li:nth-child(4n) {
    float: none;
    width: auto;
    height: 260px;
    padding: 28px 20px;
    border: 1px solid #eef1f5;
    background: #fff;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

.webnavlog .lists ul li a > .title {
    height: 44px;
    line-height: 22px;
    margin-top: 12px;
    padding: 0;
    overflow: hidden;
    color: #1f2d3d;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.webnavlog .lists ul li:hover {
    border-color: #d8f1ed;
    box-shadow: 0 10px 26px rgba(21, 39, 58, .08);
    transform: translateY(-2px);
}

.webnavlog .webnav-neighbor,
.webnavlog .article-neighbor {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
    padding: 22px 28px;
    background: #fff;
}

.webnavlog .webnav-neighbor > div,
.webnavlog .article-neighbor > div {
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid #eef1f5;
    background: #fbfcfd;
}

.webnavlog .webnav-neighbor span,
.webnavlog .article-neighbor span {
    display: block;
    margin-bottom: 7px;
    color: #8b96a6;
    font-size: 13px;
}

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

.webnavlog .webnav-neighbor a:hover,
.webnavlog .article-neighbor a:hover {
    color: #20a995;
}

.webnavlog .webnav-neighbor.webnav-neighbor-standalone,
.webnavlog .article-neighbor.article-neighbor-standalone {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid #eef1f5;
    background: #fbfcfd;
    box-shadow: 0 12px 34px rgba(21, 39, 58, .06);
}

.webnavlog .webnav-neighbor.webnav-neighbor-standalone > div,
.webnavlog .article-neighbor.article-neighbor-standalone > div {
    background: #fff;
}

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

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

.comments-section {
    margin-top: 18px;
    padding: 28px;
    background: #fff;
}

@media (max-width: 1200px) {
    .webnavlog .info .right ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .webnavlog .lists ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .webnavlog .info .right ul li.detail-weight {
        width: auto !important;
        padding-right: 14px !important;
    }
}

@media (max-width: 900px) {
    .webnavlog {
        max-width: calc(100% - 20px);
        margin-bottom: 48px;
    }

    .webnavlog .lists ul {
        display: block;
    }

    .webnavlog > .article-breadcrumb {
        margin-bottom: 12px;
        padding: 13px 14px;
    }

    .webnavlog .info .right ul li.site-status-check {
        margin: 0 !important;
        padding: 12px 14px;
    }

    .webnavlog .webnav-actions {
        gap: 20px;
        margin-top: 20px;
    }

    .webnavlog .info {
        display: block;
    }

    .webnavlog .detail-title-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 166px 72px;
        align-items: stretch;
        gap: 10px 12px;
    }

    .webnavlog .info .right .web-title {
        grid-column: 1 / -1;
    }

    .baidu-index-check {
        grid-column: 2;
        width: 100%;
        margin: 0;
    }

    .baidu-index-card {
        width: 166px;
        min-width: 0;
        height: 48px;
    }

    .detail-share {
        display: block;
        grid-column: 3;
        width: 100%;
        height: 48px;
        margin: 0;
    }

    .detail-share-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        line-height: normal;
        box-sizing: border-box;
    }

    .detail-share-panel {
        top: 56px;
        right: 0;
    }

    .webnavlog .info .right ul {
        grid-template-columns: 1fr;
    }

    .webnavlog .webnav-neighbor,
    .webnavlog .article-neighbor {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .webnavlog .webnav-neighbor > div,
    .webnavlog .article-neighbor > div {
        padding: 16px;
        margin-bottom: 16px;
    }

    .webnavlog .webnav-neighbor > div:last-child,
    .webnavlog .article-neighbor > div:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 360px) {
    .webnavlog .detail-title-row {
        grid-template-columns: minmax(0, 1fr) 150px 64px;
        gap: 10px 8px;
    }

    .baidu-index-card {
        width: 150px;
    }
}

/* Similar sites: match the four-column recommendation layout. */
@media (min-width: 901px) {
    .webnavlog > .webnav-related-standalone {
        padding: 0;
    }

    .webnavlog > .webnav-related-standalone > .title {
        height: 68px;
        margin: 0;
        padding: 18px 28px;
        box-sizing: border-box;
    }

    .webnavlog > .webnav-related-standalone > ul {
        display: block;
        margin: 0;
    }

    .webnavlog > .webnav-related-standalone > ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .webnavlog > .webnav-related-standalone > ul > li,
    .webnavlog > .webnav-related-standalone > ul > li:nth-child(1),
    .webnavlog > .webnav-related-standalone > ul > li:nth-child(4n) {
        float: left;
        width: 25%;
        height: 265px;
        padding: 32px 36px;
        border: 0;
        border-right: 1px solid #eef1f5;
        border-bottom: 1px solid #eef1f5;
        background: transparent;
        box-sizing: border-box;
        transition: none;
    }

    .webnavlog > .webnav-related-standalone > ul > li:nth-child(4n) {
        border-right: 0;
    }

    .webnavlog > .webnav-related-standalone > ul > li:hover {
        border-right-color: #eef1f5;
        border-bottom-color: #eef1f5;
        background: transparent;
        box-shadow: none;
        transform: none;
    }

    .webnavlog > .webnav-related-standalone > ul > li:nth-child(4n):hover {
        border-right: 0;
    }

    .webnavlog > .webnav-related-standalone .img {
        width: 100%;
        height: 80px;
    }

    .webnavlog > .webnav-related-standalone .img img {
        display: block;
        width: 100%;
        height: 80px;
        max-width: 100%;
        max-height: 80px;
        object-fit: contain;
        margin: 0 auto;
    }

    .webnavlog > .webnav-related-standalone a > .title {
        height: 44px;
        margin-top: 12px;
        padding: 0;
        color: #1f2d3d;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .webnavlog > .webnav-related-standalone .introduce {
        height: 69px;
        margin-top: 10px;
        padding: 0 5%;
        color: #7d8a99;
        font-size: 15px;
        line-height: 23px;
        text-align: center;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
