@font-face {
    font-family: "article-like-tgafont";
    src: url("//at.alicdn.com/t/c/font_3650306_pli56yrb54l.woff2?t=1783668877696") format("woff2"),
         url("//at.alicdn.com/t/c/font_3650306_pli56yrb54l.woff?t=1783668877696") format("woff");
    font-display: swap;
}

.article-like-anchor {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.article-like-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
    padding: 0 !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 50%;
    background: transparent !important;
    box-shadow: none !important;
    color: #646464;
    font-size: 26px;
}

.article-like-button > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.article-like-button.is-liked,
.article-like-button:hover,
.article-like-button:focus {
    border-color: #fc7c3f !important;
    color: #fc7c3f;
}

.article-like-button:hover,
.article-like-button:focus {
    background: #ffefe7 !important;
}

.article-like-button .tgafont {
    display: block;
    font-family: "article-like-tgafont" !important;
    font-size: 26px;
    line-height: 1;
}

.article-like-button .tga-icon-I-finger-great-fill-sm:before {
    content: "\e728";
}

.article-like-button .tga-icon-I-finger-great-sm:before {
    content: "\e676";
}

.article-like-loading {
    box-sizing: border-box;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #e2e2e2;
    border-top-color: #fc7c3f;
    border-radius: 50%;
    animation: article-like-spin .7s linear infinite;
}

@keyframes article-like-spin {
    to { transform: rotate(360deg); }
}

.article-comments {
    margin-top: 20px;
    padding: 32px 40px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

.article-comments-header {
    margin-bottom: 22px;
    border-bottom: 1px solid #eee;
}

.article-comments-header h2 {
    display: inline-block;
    margin: 0 0 -1px;
    padding-bottom: 13px;
    border-bottom: 3px solid #fc7c3f;
    font-size: 22px;
}

.article-comments-header h2 span {
    color: #999;
    font-size: 15px;
    font-weight: normal;
}

.article-comment-state {
    padding: 20px 0;
    color: #999;
    text-align: center;
}

.article-comment-state a {
    margin: 0 4px;
    color: #fc7c3f;
}

.article-comment-form {
    margin-bottom: 28px;
    padding: 18px;
    border-radius: 6px;
    background: #f8f8f8;
}

.article-comment-identity {
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
}

.article-comment-reply {
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
}

.article-comment-reply strong {
    color: #fc7c3f;
}

.article-comment-reply button {
    margin-left: 10px;
    border: 0;
    background: transparent;
    color: #999;
    cursor: pointer;
}

.article-comment-form textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 14px;
    resize: vertical;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    color: #333;
    font: inherit;
    line-height: 1.6;
    outline: none;
}

.article-comment-form textarea:focus {
    border-color: #fc7c3f;
}

.article-comment-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    color: #999;
    font-size: 13px;
}

.article-comment-form-footer button,
.article-comment-more {
    border: 0;
    border-radius: 5px;
    background: #fc7c3f;
    color: #fff;
    cursor: pointer;
}

.article-comment-form-footer button {
    min-width: 96px;
    height: 36px;
}

.article-comment-form-footer button:disabled,
.article-comment-more:disabled {
    cursor: not-allowed;
    opacity: .6;
}

.article-comment-item {
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.article-comment-item:first-child {
    border-top: 0;
}

.article-comment-children {
    margin-top: 16px;
    padding-left: 18px;
    border-left: 2px solid #f2e4dd;
}

.article-comment-children .article-comment-item {
    padding: 16px 0 0;
    border-top: 0;
}

.article-comment-children .article-comment-avatar {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
}

.article-comment-avatar {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin-right: 14px;
    border-radius: 50%;
    background: #ffefe7;
    color: #fc7c3f;
    font-size: 17px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
}

.article-comment-main {
    min-width: 0;
    flex: 1;
}

.article-comment-name {
    color: #444;
    font-weight: bold;
}

.article-comment-parent {
    margin-left: 8px;
    color: #999;
    font-size: 13px;
    font-weight: normal;
}

.article-comment-text {
    margin: 8px 0;
    color: #555;
    line-height: 1.65;
    white-space: pre-wrap;
    word-break: break-word;
}

.article-comment-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #aaa;
    font-size: 13px;
}

.article-comment-action {
    padding: 0;
    border: 0;
    background: transparent;
    color: #059bd5;
    cursor: pointer;
}

.article-comment-action:hover {
    color: #fc7c3f;
}

.article-comment-expand {
    margin: 14px 0 0 48px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #059bd5;
    font-size: 13px;
    cursor: pointer;
}

.article-comment-expand:hover {
    color: #fc7c3f;
}

.article-comment-more {
    display: block;
    min-width: 108px;
    height: 38px;
    margin: 18px auto 0;
    padding: 0 18px;
}

.article-comment-more[hidden] {
    display: none;
}

@media (max-width: 700px) {
    .article-comments {
        padding: 24px 20px;
    }

    .article-comment-form {
        padding: 14px;
    }
}
