/* start 图标颜色   */
.fa-chrome:before {
    color: #f14f05;
}
.fa-windows:before {
    color: #3f8cd9;
}
.fa-macos:before {
    color: black;
}
.fa-edge:before {
    color: #1a2bdc;
}
.fa-safari:before {
    color: #26a69a;
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-android:before {
    content: "\f17b";
    color: #0c9850;
}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}
.fa-firefox:before {
    color: #f53a3a;
}
/* end */
.valine-card {
    margin: 1.5rem auto;
}

.valine-card .card-content {
    padding: 20px 20px 5px 20px;
}

#vcomments textarea {
    box-sizing: border-box;
    background: url(https://files.islu.cn/detail/comment_bg.png) 100% 100% no-repeat;
}

#vcomments p {
    margin: 2px 2px 10px;
    font-size: 1.05rem;
    line-height: 1.78rem;
}

#vcomments blockquote p {
    text-indent: 0.2rem;
}

#vcomments a {
    padding: 0 2px;
    color: #4cbf30;
    font-weight: 500;
    text-decoration: none;
}

#vcomments img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

#vcomments ol li {
    list-style-type: decimal;
}

#vcomments ol,
ul {
    display: block;
    padding-left: 2em;
    word-spacing: 0.05rem;
}

#vcomments ul li,
ol li {
    display: list-item;
    line-height: 1.8rem;
    font-size: 1rem;
}

#vcomments ul li {
    list-style-type: disc;
}

#vcomments ul ul li {
    list-style-type: circle;
}

#vcomments table, th, td {
    padding: 12px 13px;
    border: 1px solid #dfe2e5;
}

#vcomments table, th, td {
    border: 0;
}

table tr:nth-child(2n), thead {
    background-color: #fafafa;
}

#vcomments table th {
    background-color: #f2f2f2;
    min-width: 80px;
}

#vcomments table td {
    min-width: 80px;
}

#vcomments h1 {
    font-size: 1.85rem;
    font-weight: bold;
    line-height: 2.2rem;
}

#vcomments h2 {
    font-size: 1.65rem;
    font-weight: bold;
    line-height: 1.9rem;
}

#vcomments h3 {
    font-size: 1.45rem;
    font-weight: bold;
    line-height: 1.7rem;
}

#vcomments h4 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5rem;
}

#vcomments h5 {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.4rem;
}

#vcomments h6 {
    font-size: 1rem;
    line-height: 1.3rem;
}

#vcomments p {
    font-size: 1rem;
    line-height: 1.5rem;
}

#vcomments hr {
    margin: 12px 0;
    border: 0;
    border-top: 1px solid #ccc;
}

#vcomments blockquote {
    margin: 15px 0;
    border-left: 5px solid #42b983;
    padding: 1rem 0.8rem 0.3rem 0.8rem;
    color: #666;
    background-color: rgba(66, 185, 131, .1);
}

#vcomments pre {
    font-family: monospace, monospace;
    padding: 1.2em;
    margin: .5em 0;
    background: #272822;
    overflow: auto;
    border-radius: 0.3em;
    tab-size: 4;
}

#vcomments code {
    font-family: monospace, monospace;
    padding: 1px 3px;
    font-size: 0.92rem;
    color: #e96900;
    background-color: #f8f8f8;
    border-radius: 2px;
}

#vcomments pre code {
    font-family: monospace, monospace;
    padding: 0;
    color: #e8eaf6;
    background-color: #272822;
}

#vcomments pre[class*="language-"] {
    padding: 1.2em;
    margin: .5em 0;
}

#vcomments code[class*="language-"],
pre[class*="language-"] {
    color: #e8eaf6;
}

#vcomments [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: inherit;
    margin-left: -1.3rem;
    margin-right: 0.4rem;
    margin-top: -1px;
    vertical-align: middle;
    left: unset;
    visibility: visible;
}

#vcomments b,
strong {
    font-weight: bold;
}

#vcomments dfn {
    font-style: italic;
}

#vcomments small {
    font-size: 85%;
}

#vcomments cite {
    font-style: normal;
}

#vcomments mark {
    background-color: #fcf8e3;
    padding: .2em;
}

#vcomments table, th, td {
    padding: 12px 13px;
    border: 1px solid #dfe2e5;
}

table tr:nth-child(2n), thead {
    background-color: #fafafa;
}

#vcomments table th {
    background-color: #f2f2f2;
    min-width: 80px;
}

#vcomments table td {
    min-width: 80px;
}

#vcomments [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: inherit;
    margin-left: -1.3rem;
    margin-right: 0.4rem;
    margin-top: -1px;
    vertical-align: middle;
    left: unset;
    visibility: visible;
}