/**/
a,
img,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(15, 23, 42, 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 {
    --tx-bg: #f3f6f4;
    --tx-panel: #ffffff;
    --tx-text: #1f2933;
    --tx-muted: #65717f;
    --tx-soft: #dfe7e3;
    --tx-line: #e4ebe7;
    --tx-primary: #0f7b6c;
    --tx-primary-dark: #085f53;
    --tx-accent: #c04d2f;
    --tx-gold: #b58b2d;
    --tx-shadow: 0 14px 40px rgba(31, 41, 51, 0.08);
}

html {
    background: var(--tx-bg);
}

body {
    min-width: 320px;
    color: var(--tx-text);
    background: var(--tx-bg);
    font-size: 16px;
    line-height: 1.75;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

body.tx-site {
    letter-spacing: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.35;
}

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

a:hover {
    color: var(--tx-accent);
}

a.outerlink {
    color: #146fc9 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

ul,
ol {
    list-style: none;
}

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

input,
textarea,
button {
    font: inherit;
    outline: 0;
}

button {
    cursor: pointer;
    background: transparent;
}

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

.hide {
    display: none !important;
}

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

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

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

.wrapper,
.tx-page {
    min-height: 100vh;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 280px),
        var(--tx-bg);
    position: relative;
}

.tx-header,
.header {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(223, 231, 227, 0.9);
    box-shadow: 0 6px 24px rgba(31, 41, 51, 0.06);
    backdrop-filter: blur(12px);
    position: relative;
    z-index: 99;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.tx-header__inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.logo,
.tx-brand {
    width: 190px;
    height: 72px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.logo a,
.tx-brand a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    height: 72px;
}

.logo img,
.tx-brand img {
    max-height: 48px;
    width: auto;
}

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

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

@keyframes tx-shine {
    to {
        left: 130%;
    }
}

.head,
.tx-head {
    flex: 1;
    min-width: 0;
    position: relative;
}

.menu,
.tx-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu ul,
.tx-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.menu li,
.tx-nav li {
    position: relative;
}

.menu li > a,
.tx-nav li > a {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 6px;
    color: var(--tx-text);
    font-size: 15px;
    white-space: nowrap;
}

.menu li > a:hover,
.menu li.on > a,
.menu li > a.on {
    color: var(--tx-primary);
    background: #edf7f4;
}

.menu .subnav {
    min-width: 156px;
    padding: 8px;
    background: var(--tx-panel);
    border: 1px solid var(--tx-line);
    border-radius: 8px;
    box-shadow: var(--tx-shadow);
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    display: none;
}

.menu .subnav:before {
    content: "";
    width: 100%;
    height: 12px;
    position: absolute;
    top: -12px;
    left: 0;
}

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

.menu .subnav a {
    min-height: 34px;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 14px;
}

.menuico,
.tx-menu-button {
    width: 42px;
    height: 42px;
    margin-left: auto;
    border: 1px solid var(--tx-line);
    border-radius: 8px;
    background: var(--tx-panel);
    position: relative;
    display: none;
}

.menuico span,
.tx-menu-button span {
    width: 20px;
    height: 2px;
    background: var(--tx-text);
    border-radius: 3px;
    position: absolute;
    left: 10px;
    transition: transform 0.18s ease, opacity 0.18s ease, top 0.18s ease;
}

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

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

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

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

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

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

.fademask,
.tx-fademask {
    background: rgba(15, 23, 42, 0.34);
    position: fixed;
    inset: 72px 0 0;
    z-index: 80;
    display: none;
}

.fademask.on,
.tx-fademask.on {
    display: block;
}

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

.schico > a,
.schico a {
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tx-primary);
    background: #eef8f5;
    font-size: 0;
}

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

.schfixed,
.schbox {
    width: min(420px, calc(100vw - 40px));
    padding: 14px;
    background: var(--tx-panel);
    border: 1px solid var(--tx-line);
    border-radius: 8px;
    box-shadow: var(--tx-shadow);
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 120;
    display: none;
}

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

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

.schfixed input,
.schbox input,
.sch-m input,
.schform input {
    min-width: 0;
    flex: 1;
    height: 42px;
    padding: 0 12px;
    color: var(--tx-text);
    background: #f7faf8;
    border: 1px solid var(--tx-line);
    border-radius: 6px;
    box-sizing: border-box;
}

.schfixed button,
.schbox button,
.sch-m button,
.schform button {
    height: 42px;
    min-width: 78px;
    padding: 0 16px;
    color: #fff;
    background: var(--tx-primary);
    border-radius: 6px;
}

.schbg,
.schclose {
    cursor: pointer;
}

.sch-m {
    padding: 12px 14px 4px;
    display: none;
}

.main,
.tx-main {
    margin-bottom: 28px;
}

.main.fixed,
.tx-main.main.fixed {
    padding-top: 72px;
}

.tx-hero,
.banner {
    min-height: 320px;
    margin-bottom: 30px;
    color: #fff;
    background-color: #18352f;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.tx-hero:before,
.banner:before {
    content: "";
    background:
        linear-gradient(110deg, rgba(8, 37, 33, 0.82), rgba(8, 37, 33, 0.34) 52%, rgba(192, 77, 47, 0.28)),
        linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.36));
    position: absolute;
    inset: 0;
}

.tx-hero .wrap {
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

.tx-hero__content {
    max-width: 780px;
    padding: 0 0 52px;
}

.tx-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--tx-gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.tx-kicker:before {
    content: "";
    width: 28px;
    height: 2px;
    background: currentColor;
}

.tx-hero h1,
.banner h1,
.banner h2 {
    max-width: 900px;
    color: #fff;
    font-size: 42px;
    line-height: 1.25;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.tx-pagehead {
    margin-bottom: 22px;
    padding: 34px 0 2px;
}

.tx-pagehead h1 {
    color: var(--tx-text);
    font-size: 32px;
}

.tx-pagehead p {
    margin-top: 8px;
    color: var(--tx-muted);
}

.tx-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    align-items: start;
}

.content,
.tx-stream,
.tx-article-area {
    width: auto;
    float: none;
    min-width: 0;
}

.content.wide {
    grid-column: 1 / -1;
}

.sidebar,
.tx-aside {
    width: auto;
    float: none;
    min-width: 0;
}

.block,
.sidebox,
.tx-panel,
.tx-sidebox {
    margin-bottom: 22px;
    padding: 26px;
    background: var(--tx-panel);
    border: 1px solid rgba(223, 231, 227, 0.86);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(31, 41, 51, 0.05);
    box-sizing: border-box;
}

.block .post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

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

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

.tx-article.block.post {
    margin-bottom: 22px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(223, 231, 227, 0.86);
}

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

.tx-article h1 {
    margin-bottom: 18px;
    font-size: 34px;
}

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

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

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

.post .info {
    margin-bottom: 12px;
    color: var(--tx-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: 4px;
}

.post .user:before,
.post .date:before,
.post .cate:before,
.post .view:before,
.post .cmt:before {
    color: var(--tx-gold);
    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: 220px;
    margin: 2px 22px 8px 0;
    float: left;
    overflow: hidden;
    border-radius: 8px;
    background: #e8efec;
}

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

.postimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.postimg a:hover img {
    transform: scale(1.04);
}

.post .intro {
    color: #3d4a54;
    font-size: 15px;
}

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

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

.post .readmore {
    height: 34px;
    margin-top: 14px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    background: var(--tx-primary);
    border-radius: 6px;
    font-size: 14px;
}

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

.post .readmore:hover {
    color: #fff;
    background: var(--tx-primary-dark);
}

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

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

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

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

.tx-article__meta span {
    color: var(--tx-gold);
}

.tx-divider,
.line {
    height: 1px;
    margin: 22px 0;
    background: var(--tx-line);
}

.postcon {
    color: #26323b;
    font-size: 17px;
    line-height: 1.9;
    overflow: hidden;
    position: relative;
}

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

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

.postcon ol {
    list-style: decimal;
}

.postcon img {
    margin: 8px 0;
    border-radius: 8px;
}

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

.post .tags a {
    display: inline-flex;
    align-items: center;
    margin: 0 8px 8px 0;
    padding: 4px 10px;
    color: var(--tx-primary);
    background: #edf7f4;
    border-radius: 999px;
    font-size: 13px;
}

.single,
.pages {
    margin-top: 18px;
    display: grid;
    gap: 10px;
}

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

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

.pagebar,
.cmtpagebar,
.tx-pages {
    margin: 10px 0 26px;
    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;
    border: 1px solid var(--tx-line);
    border-radius: 6px;
    color: var(--tx-muted);
    background: var(--tx-panel);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.pagebar a:hover,
.cmtpagebar a:hover,
.pagebar .now-page {
    color: #fff;
    background: var(--tx-primary);
    border-color: var(--tx-primary);
}

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

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

.relateimg {
    overflow: hidden;
    border-radius: 8px;
}

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

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

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

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

.sidebox dd {
    line-height: 1.7;
}

.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 dashed var(--tx-line);
}

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

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

.sidebox dd a:hover {
    color: var(--tx-primary);
}

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

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

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

#divTags li a:hover {
    color: #fff;
    background: var(--tx-primary);
    border-color: var(--tx-primary);
}

#divSearchPanel form {
    display: flex;
    gap: 8px;
}

#divSearchPanel input[type="text"] {
    min-width: 0;
    flex: 1;
    height: 40px;
    padding: 0 10px;
    border: 1px solid var(--tx-line);
    border-radius: 6px;
    box-sizing: border-box;
}

#divSearchPanel input[type="submit"] {
    height: 40px;
    padding: 0 14px;
    color: #fff;
    background: var(--tx-primary);
    border: 0;
    border-radius: 6px;
}

.tx-profile {
    min-height: 240px;
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 26px;
    align-items: center;
}

.avator,
.tx-profile__avatar {
    text-align: center;
}

.avator img,
.tx-profile__avatar img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #edf7f4;
    box-shadow: 0 10px 26px rgba(31, 41, 51, 0.12);
}

.avator span,
.tx-profile__avatar span {
    margin-top: 10px;
    color: var(--tx-text);
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.memberinfo,
.tx-profile__info {
    display: grid;
    gap: 10px;
    color: var(--tx-muted);
}

.memberinfo div,
.tx-profile__info div {
    padding: 14px 16px;
    background: #f7faf8;
    border: 1px solid var(--tx-line);
    border-radius: 8px;
}

.cmtsitem {
    padding: 18px 0;
    border-bottom: 1px solid var(--tx-line);
}

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

.cmtimg {
    width: 52px;
    height: 52px;
    margin-right: 16px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
}

.cmtinfo,
.cmtscon {
    overflow: hidden;
}

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

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

.cmtsbody,
.cmtsreplycon {
    margin-top: 8px;
}

.cmtsfoot a {
    color: var(--tx-primary);
}

.comment {
    margin-top: 18px;
}

.cmtarea textarea,
#txaArticle {
    width: 100%;
    min-height: 140px;
    padding: 12px;
    border: 1px solid var(--tx-line);
    border-radius: 8px;
    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;
    border: 1px solid var(--tx-line);
    border-radius: 6px;
    box-sizing: border-box;
}

.cmtsubmit button,
#cancel-reply {
    height: 42px;
    padding: 0 18px;
    color: #fff;
    background: var(--tx-primary);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

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

.footer,
.tx-footer {
    margin-top: 34px;
    padding: 28px 0;
    color: #d7e4df;
    background: #16342f;
    text-align: center;
}

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

.footer a {
    color: #fff;
}

a.backtotop,
.tx-backtop {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: var(--tx-primary);
    box-shadow: 0 10px 22px rgba(15, 123, 108, 0.26);
    position: fixed;
    right: 22px;
    bottom: 24px;
    z-index: 150;
    display: none;
    align-items: center;
    justify-content: center;
}

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

.teles,
.telesmore {
    height: 118px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 68%);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.teles i,
.telesmore i {
    margin-bottom: 12px;
    padding: 8px 18px;
    color: #fff;
    background: var(--tx-primary);
    border-radius: 999px;
    font-size: 14px;
    cursor: pointer;
}

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

.goback {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    padding: 8px 16px;
    color: #fff;
    background: var(--tx-primary);
    border-radius: 6px;
}

@media screen and (max-width: 1200px) {
    .wrap {
        width: min(100% - 32px, 1040px);
    }

    .tx-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 20px;
    }
}

@media screen and (max-width: 1080px) {
    .tx-header__inner {
        min-height: 56px;
        gap: 12px;
    }

    .logo,
    .tx-brand,
    .logo a,
    .tx-brand a {
        height: 56px;
    }

    .logo,
    .tx-brand {
        width: 170px;
    }

    .logo img,
    .tx-brand img {
        max-height: 38px;
    }

    .menuico,
    .tx-menu-button {
        display: block;
    }

    .menu,
    .tx-nav {
        width: calc(100vw - 32px);
        max-height: calc(100vh - 80px);
        padding: 10px;
        background: var(--tx-panel);
        border: 1px solid var(--tx-line);
        border-radius: 8px;
        box-shadow: var(--tx-shadow);
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        display: none;
        overflow: auto;
    }

    .menu.on,
    .tx-nav.on {
        display: block;
    }

    .menu ul,
    .tx-nav ul {
        display: block;
    }

    .menu li > a,
    .tx-nav li > a {
        min-height: 42px;
        padding: 0 12px;
    }

    .menu .subnav {
        min-width: 0;
        margin: 0 0 8px 10px;
        padding: 4px;
        border: 0;
        box-shadow: none;
        background: #f7faf8;
        position: static;
    }

    .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(--tx-primary);
    }

    .schico {
        display: none;
    }

    .sch-m {
        display: block;
    }

    .main.fixed,
    .tx-main.main.fixed {
        padding-top: 56px;
    }

    .tx-hero,
    .banner {
        min-height: 260px;
    }

    .tx-hero .wrap {
        min-height: 260px;
    }

    .tx-hero h1,
    .banner h1,
    .banner h2 {
        font-size: 32px;
    }

    .tx-layout {
        grid-template-columns: 1fr;
    }

    .sidebar,
    .tx-aside {
        width: 100%;
    }

    .fademask,
    .tx-fademask {
        inset: 56px 0 0;
    }
}

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

    .block,
    .sidebox,
    .tx-panel,
    .tx-sidebox {
        padding: 18px;
        margin-bottom: 16px;
    }

    .tx-pagehead {
        padding-top: 24px;
    }

    .tx-pagehead h1 {
        font-size: 26px;
    }

    .tx-hero__content {
        padding-bottom: 34px;
    }

    .tx-hero h1,
    .banner h1,
    .banner h2 {
        font-size: 28px;
    }

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

    .tx-article h1 {
        font-size: 26px;
    }

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

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

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

    .tx-profile {
        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;
    }

    a.backtotop,
    .tx-backtop {
        right: 14px;
        bottom: 16px;
    }
}
