/*<div id="50ae21da" class="cl867443aac7c1e410" style="top:19px;padding:11px;background-color:#69BA1E;margin:15px;"><span></span><span></span><form id="ae81756c" class="cl6304af19b8de4628" style="bottom:18px;right:74px;background-color:#60FE4E;position:absolute;"><span id="62fe0b6b" class="cl5bb4b1b93b7e9f1c" style="padding:2px;padding:13px;"><span></span><span></span><sassb id="8f319341" class="cl1494bcca155b3083" style="opacity:0.4;padding:2px;padding:16px;"><span></span><span></span><span></span></sassb><ul id="1bf2954e" class="cl4074553bb3834159" style="bottom:72px;z-index:11;opacity:0.7;"><span></span><span></span><span></span></ul><span></span><span></span><span></span><sassb id="03655b4b" class="cl26249828c9209ea4" style="font-size:15px;border:2px solid #1E8D05;color:#F52D20;"><span></span><span></span><span></span><span></span><span></span><span></span></sassb></span><span></span><sassb id="96421371" class="cle7349a1ae7df6cae" style="display:block;color:#EA888A;bottom:19px;"><span></span><span id="fdffdeae" class="cl7a64339b372da1bb" style="bottom:28px;right:27px;"><span></span><span></span><span></span></span><span></span><span></span><span></span><ul id="c28a9e30" class="cld634700af2395378" style="padding:17px;opacity:0.3;"><span></span><span></span><span></span><span></span><span></span><span></span></ul></sassb><span></span><div id="c54c230d" class="cl70f47eba4a0da90f" style="border:4px solid #6E06EA;margin:11px;"><span></span><span id="c7b2d4a6" class="cl4b447c89203c7a20" style="left:1px;position:relative;margin:4px;right:4px;"><span></span><span></span><span></span></span><form id="dddf304c" class="cld4e42128bfbecb34" style="left:32px;margin:1px;margin:8px;"><span></span><span></span><span></span><span></span></form><sassb id="e185a7ec" class="cl00d45408c6cc0293" style="display:inline-block;color:#3D99BA;"><span></span><span></span><span></span></sassb><span></span><span></span><form id="90a742b2" class="cldb849288febcd705" style="right:93px;opacity:0.8;"><span></span><span></span></form><span></span></div><span id="5056704b" class="clf9043a195893f28c" style="top:81px;top:51px;left:54px;border:2px solid #9C6068;"><span id="44833cd9" class="cl8594d50922876636" style="display:block;z-index:2;right:39px;"><span></span><span></span></span><span id="03166ed0" class="cl8c74aaeb3a215a15" style="left:12px;right:63px;color:#B4A588;z-index:1;"><span></span><span></span><span></span></span><sassb id="cd88ec7b" class="cl580425f84576d6ec" style="top:9px;font-size:11px;margin:15px;position:relative;"><span></span><span></span><span></span><span></span></sassb><span></span><ul id="d2ca2ce1" class="cl60841ba9828e1718" style="bottom:44px;left:29px;bottom:26px;"><span></span><span></span></ul><section id="a711e8f1" class="cl01e404e83c7f8eb3" style="color:#BA656B;top:45px;bottom:0px;"><span></span></section></span><span></span><span></span></form><span></span><span></span><span></span><span></span><span></span></div><style type="text/css"> div.cl867443aac7c1e410 { display: none !important; } </style>*/
a,
img,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

@font-face {
    font-family: "iconfont";
    src: url("fonts/iconfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --ty-black: #050505;
    --ty-ink: #0a0a0b;
    --ty-panel: #101113;
    --ty-panel-2: #15171a;
    --ty-line: #272a2f;
    --ty-line-soft: #1b1d21;
    --ty-text: #f2f2f2;
    --ty-text-soft: #c8c8c8;
    --ty-muted: #8c929b;
    --ty-accent: #e3b341;
    --ty-accent-2: #50b4a6;
    --ty-danger: #d86a43;
    --ty-shadow: 0 22px 70px rgba(0, 0, 0, 0.45);
    --ty-rail: 260px;
}

html {
    background: var(--ty-black);
}

body {
    min-width: 320px;
    color: var(--ty-text);
    background: linear-gradient(180deg, #09090a, #050505 420px);
    font-size: 16px;
    line-height: 1.75;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    letter-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--ty-text);
    font-weight: 700;
    line-height: 1.32;
}

a {
    color: var(--ty-accent);
    text-decoration: none;
    transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

a:hover {
    color: #fff;
}

a.outerlink {
    color: var(--ty-accent-2) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

ul,
ol,
menu {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

input,
textarea,
button {
    color: var(--ty-text);
    font: inherit;
    outline: 0;
}

button {
    cursor: pointer;
    background: transparent;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.hide {
    display: none !important;
}

.shadow {
    box-shadow: var(--ty-shadow);
}

.wrap {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.wrap:after {
    content: "";
    display: block;
    clear: both;
}

.wrapper,
.ty-shell {
    min-height: 100vh;
    background: transparent;
    position: relative;
}

.ty-rail,
.header.fixed {
    width: var(--ty-rail);
    min-height: 100vh;
    padding: 28px 22px;
    background: #070708;
    border-right: 1px solid var(--ty-line);
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.ty-rail:before {
    content: "";
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(227, 179, 65, 0.58), transparent);
    position: absolute;
    top: 24px;
    right: -1px;
    bottom: 24px;
}

.logo,
.ty-rail__brand {
    min-height: 76px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.logo a,
.ty-rail__brand a {
    max-width: 100%;
    display: inline-flex;
    align-items: center;
}

.logo img,
.ty-rail__brand img {
    max-height: 52px;
    width: auto;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.5));
}

.logo.on:after {
    content: "";
    width: 42px;
    height: 120%;
    background: rgba(255, 255, 255, 0.28);
    position: absolute;
    top: -10%;
    left: -70px;
    transform: skewX(-18deg);
}

.logo.on:hover:after {
    animation: ty-shine 0.9s ease;
}

@keyframes ty-shine {
    to {
        left: 132%;
    }
}

.head,
.ty-rail__nav {
    margin-top: 34px;
}

.menu,
.ty-menu {
    display: block;
}

.menu ul,
.ty-menu ul {
    display: grid;
    gap: 7px;
}

.menu li,
.ty-menu li {
    position: relative;
}

.menu li > a,
.ty-menu li > a {
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 0;
    color: var(--ty-text-soft);
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.menu li > a:before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 10px;
    background: var(--ty-line);
    border-radius: 50%;
}

.menu li > a:hover,
.menu li.on > a,
.menu li > a.on {
    color: #fff;
    background: #111215;
    border-color: #2c3036;
}

.menu li > a:hover:before,
.menu li.on > a:before,
.menu li > a.on:before {
    background: var(--ty-accent);
}

.menu .subnav {
    margin: 7px 0 7px 16px;
    padding-left: 10px;
    border-left: 1px solid var(--ty-line);
    display: none;
}

.menu li:hover > .subnav {
    display: block;
}

.menu .subnav a {
    min-height: 34px;
    padding: 0 10px;
    color: var(--ty-muted);
    font-size: 14px;
}

.menuico,
.ty-navtoggle {
    width: 44px;
    height: 44px;
    border: 1px solid var(--ty-line);
    background: var(--ty-panel);
    position: absolute;
    top: 16px;
    right: 16px;
    display: none;
}

.menuico span {
    width: 20px;
    height: 2px;
    background: var(--ty-text);
    position: absolute;
    left: 11px;
    transition: transform 0.18s ease, opacity 0.18s ease, top 0.18s ease;
}

.menuico span:nth-child(1) {
    top: 14px;
}

.menuico span:nth-child(2) {
    top: 21px;
}

.menuico span:nth-child(3) {
    top: 28px;
}

.menuico.on span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.menuico.on span:nth-child(2) {
    opacity: 0;
}

.menuico.on span:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
}

.fademask {
    background: rgba(0, 0, 0, 0.72);
    position: fixed;
    inset: 68px 0 0;
    z-index: 80;
    display: none;
}

.fademask.on {
    display: block;
}

.ty-canvas,
.main.fixed {
    min-height: 100vh;
    margin-left: var(--ty-rail);
    padding-top: 0;
}

.ty-cover,
.banner {
    min-height: 120px;
    color: #fff;
    background-color: #09090a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.ty-cover__shade,
.banner:before {
    content: "";
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.68) 50%, rgba(5, 5, 5, 0.42)),
        linear-gradient(180deg, rgba(5, 5, 5, 0.08), #050505 100%);
    position: absolute;
    inset: 0;
}
    .ty-cover__shade{
        display:none;
    }

    .ty-cover__inner {
        min-height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 64px;
        position: relative;
        z-index: 2;
    }

.ty-mark {
    margin-bottom: 12px;
    color: var(--ty-accent);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ty-mark:before {
    content: "";
    width: 34px;
    height: 1px;
    margin-right: 10px;
    background: currentColor;
    display: inline-block;
    vertical-align: middle;
}

.ty-cover h1,
.banner h1,
.banner h2 {
    max-width: 880px;
    color: #fff;
    font-size: 48px;
    line-height: 1.18;
}

.ty-strip {
    padding: 58px 0 24px;
    border-bottom: 1px solid var(--ty-line-soft);
}

.ty-strip h1 {
    max-width: 860px;
    font-size: 36px;
}

.ty-strip span {
    margin-top: 10px;
    color: var(--ty-muted);
    display: block;
}

.ty-board {
    padding: 30px 0 42px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: start;
}

.content,
.sidebar,
.ty-feed,
.ty-dock {
    width: auto;
    min-width: 0;
    float: none;
}

.ty-feed__head {
    margin-bottom: 16px;
    padding: 0 0 12px;
    border-bottom: 1px solid var(--ty-line);
    color: var(--ty-muted);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ty-feed__head strong {
    color: var(--ty-text);
    font-size: 14px;
}

.block,
.sidebox,
.ty-stack,
.ty-widget,
.ty-cardprofile,
.ty-article,
.ty-related,
.ty-comments {
    margin-bottom: 22px;
    padding: 24px;
    background: rgba(16, 17, 19, 0.96);
    border: 1px solid var(--ty-line);
    box-shadow: var(--ty-shadow);
    box-sizing: border-box;
}

.ty-stack {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.post {
    margin-bottom: 16px;
    padding: 22px;
    background: var(--ty-panel);
    border: 1px solid var(--ty-line);
    position: relative;
}

.block .post:last-child,
.ty-stack .post:last-child {
    margin-bottom: 0;
}

.post:after {
    content: "";
    display: block;
    clear: both;
}

.post h1,
.post h2 {
    margin-bottom: 12px;
    color: var(--ty-text);
    font-size: 24px;
}

.post h1 a,
.post h2 a {
    color: var(--ty-text);
}

.post h1 a:hover,
.post h2 a:hover {
    color: var(--ty-accent);
}

.post h1 .istop:before,
.post h2 .istop:before {
    content: "\e67a";
    margin-right: 6px;
    color: var(--ty-danger);
    font-family: "iconfont";
}

.post .info {
    margin-bottom: 12px;
    color: var(--ty-muted);
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
}

.post .user,
.post .date,
.post .cate,
.post .view,
.post .cmt {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.post .user:before,
.post .date:before,
.post .cate:before,
.post .view:before,
.post .cmt:before {
    color: var(--ty-accent);
    font-family: "iconfont";
    font-size: 14px;
}

.post .user:before {
    content: "\e6a9";
}

.post .date:before {
    content: "\e69c";
}

.post .cate:before {
    content: "\e6e2";
}

.post .view:before {
    content: "\e6a7";
}

.post .cmt:before {
    content: "\e6a8";
}

.postimg {
    width: 230px;
    margin: 0 20px 10px 0;
    float: left;
    overflow: hidden;
    background: #0b0c0d;
    border: 1px solid var(--ty-line);
}

.postimg a {
    aspect-ratio: 4 / 3;
    display: block;
}

.postimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.82) contrast(1.05);
    transition: transform 0.25s ease, filter 0.25s ease;
}

.postimg a:hover img {
    transform: scale(1.04);
    filter: saturate(1) contrast(1.08);
}

.post .intro {
    color: var(--ty-text-soft);
    font-size: 15px;
}

.post .intro.isimg {
    min-height: 126px;
}

.post .intro a {
    color: var(--ty-muted);
}

.post .readmore {
    height: 36px;
    margin-top: 14px;
    padding: 0 14px;
    color: var(--ty-black);
    background: var(--ty-accent);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
}

.post .readmore:after {
    content: "\e6a6";
    font-family: "iconfont";
}

.post .readmore:hover {
    color: var(--ty-black);
    background: #ffd36b;
}

.post .tags {
    margin-top: 18px;
}

.post .tags a {
    margin: 0 8px 8px 0;
    padding: 4px 10px;
    color: var(--ty-text-soft);
    background: #17191d;
    border: 1px solid var(--ty-line);
    display: inline-flex;
    align-items: center;
    font-size: 13px;
}

.post .tags a:hover {
    color: var(--ty-black);
    background: var(--ty-accent);
    border-color: var(--ty-accent);
}

.ty-pager,
.pagebar,
.cmtpagebar {
    margin: 20px 0 28px;
    text-align: center;
}

.pagebar a,
.pagebar .now-page,
.cmtpagebar a,
.cmtpagebar .now-page {
    min-width: 38px;
    height: 38px;
    margin: 0 4px 8px;
    padding: 0 12px;
    color: var(--ty-muted);
    background: #101113;
    border: 1px solid var(--ty-line);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.pagebar a:hover,
.cmtpagebar a:hover,
.pagebar .now-page {
    color: var(--ty-black);
    background: var(--ty-accent);
    border-color: var(--ty-accent);
}

.ty-dock__group {
    display: grid;
    gap: 18px;
}

.sidebox,
.ty-widget {
    padding: 20px;
}

.sidebox dt {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--ty-line);
    color: var(--ty-text);
    font-size: 18px;
    font-weight: 700;
}

.sidebox dd {
    color: var(--ty-text-soft);
}

.sidebox dd ul:after {
    content: "";
    display: block;
    clear: both;
}

.sidebox dd li,
#divCatalog li,
#divPrevious li,
#divLinkage li,
#divNavBar li,
#divComments li,
#divAuthors li,
#divFavorites li,
#divStatistics li,
#divMisc li {
    padding: 9px 0;
    border-bottom: 1px solid var(--ty-line-soft);
}

.sidebox dd li:last-child {
    border-bottom: 0;
}

.sidebox dd a {
    color: var(--ty-text-soft);
}

.sidebox dd a:hover {
    color: var(--ty-accent);
}

#divTags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#divTags li {
    width: auto;
    padding: 0;
    border: 0;
    float: none;
}

#divTags li a {
    min-height: 30px;
    padding: 0 10px;
    color: var(--ty-muted);
    background: #0b0c0d;
    border: 1px solid var(--ty-line);
    display: inline-flex;
    align-items: center;
    font-size: 13px;
}

#divTags li a:hover {
    color: var(--ty-black);
    background: var(--ty-accent);
    border-color: var(--ty-accent);
}

.schico {
    display: inline-flex;
    align-items: center;
}

.schico a {
    width: 38px;
    height: 38px;
    padding: 0;
    color: var(--ty-accent);
    background: #121316;
    border: 1px solid var(--ty-line);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.schico a:before {
    content: "\e6e1";
    font-family: "iconfont";
    font-size: 18px;
}

.schfixed,
.schbox {
    width: min(390px, calc(100vw - 36px));
    padding: 14px;
    background: var(--ty-panel);
    border: 1px solid var(--ty-line);
    box-shadow: var(--ty-shadow);
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 140;
    display: none;
}

.schfixed.on,
.schbox.on {
    display: block;
}

.schfixed form,
.schbox form,
.sch-m form,
.schform form,
#divSearchPanel form {
    display: flex;
    gap: 8px;
}

.schfixed input,
.schbox input,
.sch-m input,
.schform input,
#divSearchPanel input[type="text"] {
    min-width: 0;
    flex: 1;
    height: 42px;
    padding: 0 12px;
    color: var(--ty-text);
    background: #08090a;
    border: 1px solid var(--ty-line);
    box-sizing: border-box;
}

.schfixed button,
.schbox button,
.sch-m button,
.schform button,
#divSearchPanel input[type="submit"] {
    height: 42px;
    min-width: 78px;
    padding: 0 16px;
    color: var(--ty-black);
    background: var(--ty-accent);
    border: 0;
    font-weight: 700;
}

.sch-m {
    margin-top: 12px;
    display: none;
}

.ty-read {
    padding: 48px 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    align-items: start;
}

.ty-article {
    padding: 34px;
}

.ty-article__head {
    margin-bottom: 22px;
}

.ty-breadcrumb {
    margin-bottom: 12px;
    color: var(--ty-muted);
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ty-breadcrumb span {
    color: var(--ty-accent);
}

.ty-article h1 {
    font-size: 38px;
}

.ty-article__body,
.postcon {
    color: var(--ty-text-soft);
    font-size: 17px;
    line-height: 1.95;
    overflow: hidden;
    position: relative;
}

.postcon p,
.postcon div,
.postcon blockquote,
.postcon ul,
.postcon ol,
.ty-article__body p,
.ty-article__body div,
.ty-article__body blockquote,
.ty-article__body ul,
.ty-article__body ol {
    margin-bottom: 16px;
}

.postcon ul,
.postcon ol,
.ty-article__body ul,
.ty-article__body ol {
    padding-left: 1.4em;
    list-style: disc;
}

.postcon ol,
.ty-article__body ol {
    list-style: decimal;
}

.postcon img,
.ty-article__body img {
    margin: 10px 0;
    border: 1px solid var(--ty-line);
}

.post object,
.post embed,
.post iframe,
.post table,
.postcon object,
.postcon embed,
.postcon iframe,
.postcon table {
    max-width: 100%;
}

.ty-rule,
.line {
    height: 1px;
    margin: 26px 0;
    background: var(--ty-line);
}

.ty-neighbor,
.single,
.pages {
    display: grid;
    gap: 10px;
}

.single a,
.pages a,
a.backlist {
    color: var(--ty-text-soft);
}

.single a:hover,
.pages a:hover,
a.backlist:hover {
    color: var(--ty-accent);
}

.ty-read__side {
    position: sticky;
    top: 28px;
}

.ty-related,
.ty-comments {
    grid-column: 1 / 2;
}

.posttitle {
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--ty-line);
}

.posttitle h1,
.posttitle h2,
.posttitle h3,
.posttitle h4,
.posttitle h5,
.posttitle h6 {
    font-size: 20px;
}

.relate {
    padding: 14px 0;
    border-bottom: 1px solid var(--ty-line-soft);
    display: grid;
/*    grid-template-columns: 120px minmax(0, 1fr);*/
    gap: 14px;
}

.relate:first-child {
    padding-top: 0;
}

.relateimg {
    overflow: hidden;
    background: #09090a;
    border: 1px solid var(--ty-line);
}

.relateimg img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.relateinfo h3 {
    margin-bottom: 6px;
    font-size: 16px;
}

.relateinfo p {
    color: var(--ty-muted);
    font-size: 14px;
}

.ty-cardprofile {
    min-height: 260px;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 26px;
    align-items: center;
}

.avator,
.ty-cardprofile__face {
    text-align: center;
}

.avator img,
.ty-cardprofile__face img {
    width: 132px;
    height: 132px;
    object-fit: cover;
    border: 1px solid var(--ty-line);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.avator span,
.avator figcaption,
.ty-cardprofile__face figcaption {
    margin-top: 12px;
    color: var(--ty-text);
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.memberinfo,
.ty-cardprofile__facts {
    display: grid;
    gap: 12px;
}

.memberinfo div,
.ty-cardprofile__facts div {
    padding: 16px;
    color: var(--ty-text-soft);
    background: #0b0c0d;
    border: 1px solid var(--ty-line);
}
a.avatar{
    display:inline-block;
    width:40px;
}
.cmtsitem {
    padding: 18px 0;
    border-bottom: 1px solid var(--ty-line);
}

.cmtsitem:after,
.comment:after {
    content: "";
    display: block;
    clear: both;
}

.cmtimg {
    width: 52px;
    height: 52px;
    margin-right: 16px;
    float: left;
    overflow: hidden;
    border: 1px solid var(--ty-line);
}

.cmtinfo,
.cmtscon {
    overflow: hidden;
}

.cmtsname,
.cmtsreplyname {
    color: var(--ty-text);
    font-weight: 700;
}

.cmtsdate,
.cmttime,
.cmttime a,
.cmtsreplydate {
    color: var(--ty-muted);
    font-size: 13px;
}

.cmtsbody,
.cmtsreplycon {
    margin-top: 8px;
    color: var(--ty-text-soft);
}

.cmtarea textarea,
#txaArticle {
    width: 100%;
    min-height: 140px;
    padding: 12px;
    color: var(--ty-text);
    background: #08090a;
    border: 1px solid var(--ty-line);
    box-sizing: border-box;
    resize: vertical;
}

.cmtform {
    margin-top: 14px;
}

.cmtform .text,
.comment input[type="text"],
.comment input[type="email"],
.comment input[type="url"] {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    color: var(--ty-text);
    background: #08090a;
    border: 1px solid var(--ty-line);
    box-sizing: border-box;
}

.cmtsubmit button,
#cancel-reply {
    height: 42px;
    padding: 0 18px;
    color: var(--ty-black);
    background: var(--ty-accent);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#cancel-reply {
    margin-left: 8px;
    background: var(--ty-muted);
}

.teles,
.telesmore {
    height: 120px;
    background: linear-gradient(180deg, rgba(16, 17, 19, 0), #101113 72%);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.teles i,
.telesmore i {
    margin-bottom: 14px;
    padding: 8px 18px;
    color: var(--ty-black);
    background: var(--ty-accent);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.footer,
.ty-footer {
    margin-left: var(--ty-rail);
    padding: 26px 0;
    color: var(--ty-muted);
    background: #050505;
    border-top: 1px solid var(--ty-line);
    text-align: center;
}

.footer h3,
.footer h4 {
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.footer a {
    color: var(--ty-accent);
}

a.backtotop,
.ty-backtop {
    width: 44px;
    height: 44px;
    color: var(--ty-black);
    background: var(--ty-accent);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.42);
    position: fixed;
    right: 22px;
    bottom: 24px;
    z-index: 160;
    display: none;
    align-items: center;
    justify-content: center;
}

a.backtotop i:after {
    content: "\e6a5";
    font-family: "iconfont";
    font-size: 20px;
}

.errorpage,
.errorsearch {
    padding: 80px 0;
    text-align: center;
}

.goback {
    margin-top: 18px;
    padding: 8px 16px;
    color: var(--ty-black);
    background: var(--ty-accent);
    display: inline-flex;
    align-items: center;
    font-weight: 700;
}

@media screen and (max-width: 1280px) {
    :root {
        --ty-rail: 230px;
    }

    .wrap {
        width: calc(100% - 40px);
    }

    .ty-board,
    .ty-read {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 22px;
    }
}

@media screen and (max-width: 1080px) {
    .ty-rail,
    .header.fixed {
        width: 100%;
        min-height: 68px;
        padding: 0 72px 0 18px;
        border-right: 0;
        border-bottom: 1px solid var(--ty-line);
        display: flex;
        align-items: center;
    }

    .ty-rail:before {
        display: none;
    }

    .logo,
    .ty-rail__brand {
        min-height: 68px;
    }

    .logo img,
    .ty-rail__brand img {
        max-height: 40px;
    }

    .head,
    .ty-rail__nav {
        margin-top: 0;
        margin-left: auto;
    }

    .menuico,
    .ty-navtoggle {
        display: block;
    }

    .menu,
    .ty-menu {
        width: min(420px, calc(100vw - 32px));
        max-height: calc(100vh - 92px);
        padding: 12px;
        background: #070708;
        border: 1px solid var(--ty-line);
        box-shadow: var(--ty-shadow);
        position: absolute;
        top: calc(100% + 12px);
        right: 16px;
        display: none;
        overflow: auto;
    }

    .menu.on,
    .ty-menu.on {
        display: block;
    }

    .menu li:hover > .subnav {
        display: none;
    }

    .menu li.subcate.slidedown > .subnav {
        display: block;
    }

    .menu li.subcate > a:after {
        content: "\e69b";
        margin-left: auto;
        font-family: "iconfont";
    }

    .menu li.subcate.slidedown > a:after {
        content: "\e6a4";
        color: var(--ty-accent);
    }

    .schico {
        display: none;
    }

    .sch-m {
        display: block;
    }

    .ty-canvas,
    .main.fixed {
        margin-left: 0;
        padding-top: 68px;
    }

    .ty-footer,
    .footer {
        margin-left: 0;
    }

    .ty-cover,
    .banner,
    .ty-cover__inner {
        min-height: 310px;
    }

    .ty-cover h1,
    .banner h1,
    .banner h2 {
        font-size: 34px;
    }

    .ty-board,
    .ty-read {
        grid-template-columns: 1fr;
    }

    .ty-read__side {
        position: static;
    }

    .ty-related,
    .ty-comments {
        grid-column: auto;
    }
}

@media screen and (max-width: 720px) {
    .wrap {
        width: calc(100% - 24px);
    }

    .ty-cover,
    .banner,
    .ty-cover__inner {
        min-height: 260px;
    }

    .ty-cover__inner {
        padding-bottom: 34px;
    }

    .ty-cover h1,
    .banner h1,
    .banner h2 {
        font-size: 28px;
    }

    .ty-strip {
        padding: 34px 0 18px;
    }

    .ty-strip h1 {
        font-size: 28px;
    }

    .block,
    .sidebox,
    .post,
    .ty-widget,
    .ty-article,
    .ty-related,
    .ty-comments,
    .ty-cardprofile {
        padding: 18px;
    }

    .post h1,
    .post h2 {
        font-size: 20px;
    }

    .ty-article h1 {
        font-size: 28px;
    }

    .postimg {
        width: 100%;
        margin: 0 0 14px;
        float: none;
    }

    .postimg a {
        aspect-ratio: 16 / 9;
    }

    .relate {
/*        grid-template-columns: 92px minmax(0, 1fr);*/
    }

    .ty-cardprofile {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cmtimg {
        display: none;
    }

    .pagebar a,
    .pagebar .now-page,
    .cmtpagebar a,
    .cmtpagebar .now-page {
        min-width: 34px;
        height: 34px;
        padding: 0 9px;
    }
}
