body.full{
    background:
        radial-gradient(circle at 10% 16%, rgba(255, 204, 173, 0.26), transparent 36%),
        radial-gradient(circle at 90% 8%, rgba(255, 236, 197, 0.32), transparent 40%),
        linear-gradient(180deg, #fff8f3 0%, #ffe8d8 42%, #ffcfa9 100%);
    color:#6d4a40;
}

/* subtle motion + premium pattern */
@media (prefers-reduced-motion: no-preference){
    .about-hero{animation:fadeInUp .7s ease-out}
    .cinner,.announce,.faq,.friendlink,.sitemap{animation:fadeInUp .65s ease-out}
}

.about-page{position:relative}
.about-page::before{
    content:"";
    position:absolute;
    inset:-40px 0 auto;
    height:260px;
    background:
        radial-gradient(circle at 18% 40%, rgba(255,255,255,0.45), rgba(255,255,255,0) 58%),
        radial-gradient(circle at 82% 15%, rgba(255,255,255,0.38), rgba(255,255,255,0) 55%),
        repeating-linear-gradient(135deg, rgba(255,255,255,0.10) 0 2px, rgba(255,255,255,0) 2px 10px);
    filter: blur(0.2px);
    pointer-events:none;
    opacity:0.7;
}

.header{
    width:100%;
    backdrop-filter:blur(12px);
    box-shadow:0 8px 24px rgba(126,66,47,0.12);
    border-bottom:1px solid rgba(255,255,255,0.15);
    position:sticky;
    top:0;
    z-index:1000;
    animation:fadeInDown .6s ease-out;
    background:rgba(255,248,242,0.78);
}

.inner{
    width:1200px;
    margin:0 auto;
    padding:0 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:88px;
    overflow:visible;
    border:none;
}

.inner .nav{
    float:right;
    display:flex;
    gap:10px;
}

.inner .nav a{
    display:block;
    padding:12px 18px;
    line-height:1.4;
    color:#6c473d;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    border-radius:12px;
    transition:all .3s ease;
    background:rgba(255,255,255,0.56);
    border:1px solid rgba(244,208,190,0.7);
}

.inner .nav a:hover,
.inner .nav a.current{
    color:#fff;
    background:linear-gradient(120deg,#ff7c63 0%,#ff9b74 52%,#ffc48d 100%);
    box-shadow:0 12px 24px rgba(221,111,81,0.22);
}

.about-page{
    max-width:1240px;
    margin:0 auto 32px;
    padding:0 16px;
}

.about-hero{
    margin:22px auto 20px;
    padding:34px 40px;
    color:#fff8f4;
    border-radius:28px;
    background:
        radial-gradient(circle at 85% 20%, rgba(255,244,218,0.28), transparent 42%),
        linear-gradient(145deg,#e35f43 0%,#f6835b 52%,#ffb77f 100%);
    border:1px solid rgba(255,247,236,0.55);
    box-shadow:0 26px 58px rgba(147,67,47,0.25);
    position:relative;
    overflow:hidden;
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
}

.about-hero::before{
    content:"";
    position:absolute;
    inset:-120px -140px auto auto;
    width:340px;
    height:340px;
    border-radius:50%;
    background: radial-gradient(circle, rgba(255,244,218,0.55) 0%, rgba(255,244,218,0) 68%);
    transform: rotate(12deg);
}

.about-hero::after{
    content:"";
    position:absolute;
    inset:auto auto -160px -140px;
    width:360px;
    height:360px;
    border-radius:50%;
    background: radial-gradient(circle, rgba(255,204,173,0.45) 0%, rgba(255,204,173,0) 70%);
}

.about-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:999px;
    font-size:12px;
    letter-spacing:1px;
    background:rgba(255,250,235,0.2);
    border:1px solid rgba(255,248,230,0.56);
}

.about-hero h1{
    margin:16px 0 10px;
    font-size:42px;
    line-height:1.2;
    color:#fff;
}

.about-hero p{
    margin:0;
    font-size:16px;
    line-height:1.9;
    color:#fff1e8;
    max-width:760px;
}

.location{
    text-align:left;
    width:1200px;
    margin:0 auto 8px;
    color:#7c5d53;
}

.location a{color:#7c5d53}

.cinner,
.announce,
.faq,
.friendlink,
.sitemap{
    width:1200px;
    margin:0 auto 24px;
    background:linear-gradient(180deg,rgba(255,253,251,0.96) 0%, rgba(255,245,238,0.94) 100%);
    border:1px solid #f2d6ca;
    box-shadow:0 20px 48px rgba(148,76,52,0.16);
    border-radius:24px;
}

.about-layout{
    padding:28px;
    min-height:560px;
    animation:fadeInUp .6s ease-out;
    overflow:hidden;
    display:flex;
    justify-content:space-between;
    gap:24px;
}

/* “不规矩”一点：轻微错位与悬浮层次 */
.about-layout{
    transform: translateY(-10px);
}

.about-sidenav{
    width:240px;
    flex:0 0 240px;
    text-align:left;
    margin:0;
    padding:18px;
    background:linear-gradient(180deg,#fffaf7 0%,#fff1e7 100%);
    border-radius:18px;
    border:1px solid #f1d8cc;
    box-shadow: 0 16px 36px rgba(152,78,54,0.10);
    transform: rotate(-0.6deg);
    position: sticky;
    top: 120px;
    height: fit-content;
}

.about-sidenav a{
    display:block;
    padding:14px 16px;
    margin:0 0 12px;
    background:#fff;
    color:#d56247;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    border-radius:12px;
    border:1px solid #f2d9cd;
    transition:all .25s ease;
    position:relative;
}

.about-sidenav a::after{
    content:"";
    position:absolute;
    right:14px;
    top:50%;
    width:10px;
    height:10px;
    border-radius:50%;
    transform: translateY(-50%);
    background: rgba(213,98,71,0.25);
}

.about-sidenav a.current::after,
.about-sidenav a:hover::after{
    background: rgba(255,255,255,0.65);
}

.about-sidenav a:hover,
.about-sidenav a.current{
    color:#fff;
    background:linear-gradient(120deg,#ff7c63 0%,#ff9b74 52%,#ffc48d 100%);
    box-shadow:0 12px 24px rgba(221,111,81,0.22);
    transform:translateY(-2px);
}

.about-article{
    width:auto;
    flex:1;
    padding:0;
    text-align:left;
}

.article-card{
    padding:28px 30px;
    border-radius:20px;
    background:#fffefd;
    border:1px solid #f3ddd4;
    line-height:2;
    font-size:15px;
    color:#6b4b41;
    min-height:100%;
    position:relative;
    overflow:hidden;
    transform: rotate(0.35deg);
}

.article-card::before{
    content:"";
    position:absolute;
    inset:-2px -2px auto auto;
    width:220px;
    height:220px;
    border-radius:24px;
    background:
        radial-gradient(circle at 30% 30%, rgba(255,186,142,0.35), rgba(255,186,142,0) 60%),
        linear-gradient(135deg, rgba(255,125,99,0.08), rgba(255,255,255,0));
    transform: rotate(10deg);
    pointer-events:none;
}

.article-card img{max-width:100%;border-radius:14px}
.article-card a{color:#d95e43;text-decoration:none;font-weight:700}
.article-card a:hover{text-decoration:underline}

.article-card h1,
.article-card h2,
.article-card h3{
    color:#5c3328;
    margin:0 0 14px;
}

.announce,
.faq,
.friendlink,
.sitemap{
    padding:26px;
    text-align:left;
}

/* announcement: magazine-like grid */
.notice-list-wrap{
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:16px;
    padding:26px;
}

.notice-list-wrap .notice-card{
    margin:0;
}

.notice-card,
.friendlink-card,
.sitemap-card{
    background:#fffefd;
    border:1px solid #f1ddd3;
    border-radius:18px;
    padding:20px;
    margin-bottom:18px;
    box-shadow:0 10px 24px rgba(184,105,77,0.08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.notice-card:hover,
.friendlink-card:hover,
.sitemap-card:hover{
    transform: translateY(-4px);
    border-color:#efb7a6;
    box-shadow:0 18px 36px rgba(184,105,77,0.16);
}

.announce .title{
    display:flex;
    justify-content:space-between;
    gap:16px;
    align-items:flex-start;
    line-height:1.6;
    margin-bottom:14px;
    text-indent:0;
    height:auto;
}

.announce .title .l{
    float:none;
    width:auto;
    color:#5e3429;
    font-size:22px;
    font-weight:700;
}

.announce .title .r{
    float:none;
    color:#9a766d;
    font-size:12px!important;
    margin-right:0;
    white-space:nowrap;
}

.announce .announcecontent{
    line-height:1.9;
    background:#fff7f2;
    border:1px solid #f4ddd2;
    padding:18px 18px;
    margin:0;
    font-size:14px;
    border-radius:14px;
}

.faq-page{
    padding:26px;
}

.faq-grid{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:22px;
}

.faq-sidebar{
    transform: rotate(-0.35deg);
}

.faq-answer-card{
    transform: rotate(0.25deg);
}

.faq-sidebar{
    padding:18px;
    border-radius:18px;
    background:linear-gradient(180deg,#fffaf7 0%,#fff1e7 100%);
    border:1px solid #f1d8cc;
}

dl.qlist{
    border-bottom:1px solid #f0dbd1;
    padding:12px 0 18px;
    line-height:1.9;
    margin:0;
}

dl.qlist dt{
    float:none;
    width:auto;
    padding:0 0 0 18px;
    font-weight:700;
    font-size:16px;
    color:#5f372d;
    margin-bottom:10px;
}

dl.qlist dt i{
    position:absolute;
    left:0;
    top:6px;
    width:8px;
    height:14px;
    border-radius:8px;
}

dl.qlist dd{
    float:none;
    font-size:14px;
    width:auto;
}

dl.qlist dd a{
    float:none;
    display:block;
    width:auto;
    padding:8px 12px;
    margin-bottom:8px;
    border-radius:10px;
    border:1px solid #f2ddd3;
    background:#fff;
    color:#7b594f;
}

dl.qlist dd a.current,
dl.qlist dd a:hover{
    color:#fff;
    font-weight:700;
    text-decoration:none;
    background:linear-gradient(120deg,#ff7c63 0%,#ff9b74 52%,#ffc48d 100%);
}

.faq-answer-card{
    background:#fffefd;
    line-height:1.95;
    font-size:15px;
    padding:24px 26px;
    border-radius:18px;
    border:1px solid #f1ddd3;
    overflow:auto;
}

.faqcontent h1{
    font-weight:700;
    margin-bottom:15px;
    border-bottom:1px solid #efcfc2;
    padding-bottom:12px;
    color:#5f362b;
}

.friendlink-page .links{
    overflow:auto;
    padding:0;
    text-align:left;
}

.friendlink .links .tit{
    font-size:20px;
    line-height:1.4;
    background:none;
    text-indent:0;
    height:auto;
    color:#5e3429;
    font-weight:700;
    margin-top:0;
    margin-bottom:16px;
}

.friendlink .links .link .imgcont a{
    float:left;
    display:block;
    margin:0 12px 12px 0;
    width:140px;
}

.friendlink .links .link .imgcont img{
    width:120px;
    height:40px;
    border-radius:10px;
    border:1px solid #f0ddd3;
    background:#fff;
    padding:8px;
}

.friendlink .links .link .cont{
    margin-top:12px;
}

.friendlink .links .link .cont a{
    font-size:13px;
    display:block;
    float:left;
    width:150px;
    min-height:38px;
    line-height:38px;
    margin:0 10px 10px 0;
    overflow:hidden;
    text-align:center;
    border-radius:10px;
    border:1px solid #f1ddd3;
    background:#fffaf7;
    color:#7a564c;
}

.friendlink .links .link .cont a:hover{
    text-decoration:none;
    color:#fff;
    background:linear-gradient(120deg,#ff7c63 0%,#ff9b74 52%,#ffc48d 100%);
}

.friendlink .links .contt{
    padding-left:0;
    font-size:14px;
    line-height:2;
    color:#74534a;
}

.friendlink-form-wrap form{
    margin-top:6px;
}

.link_table{
    width:100%;
}

.link_table td{
    padding:8px 0;
    font-size:14px;
    color:#6e4c43;
    vertical-align:top;
}

.friendlink input,
.friendlink textarea,
.friendlink select{
    border:1px solid #f0d8cc;
    border-radius:12px;
    background:#fff;
    padding:10px 12px;
    box-sizing:border-box;
}

.friendlink textarea{
    min-height:110px;
}

.submit{
    border:0;
    height:46px!important;
    width:160px;
    color:#fff;
    font-size:15px;
    font-weight:700;
    line-height:46px;
    text-align:center;
    cursor:pointer;
    border-radius:12px;
    background:linear-gradient(120deg,#ff7c63 0%,#ff9b74 52%,#ffc48d 100%);
    box-shadow:0 12px 24px rgba(221,111,81,0.22);
}

.authcode{
    cursor:pointer;
    width:195px;
    height:52px;
    border:1px solid #f0d8cc;
    border-radius:10px;
    background:#fff;
}

.sitemap-page{
    padding:26px;
}

.sitemap-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    font-size:14px;
    margin:0;
    text-align:left;
}

/* sitemap: denser “map” feel */
.sitemap-card ul{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
}

.sitemap-card ul li{
    width:auto;
    margin:0;
    float:none;
}

.sitemap .h3{
    font-size:20px;
    line-height:1.5;
    background:none;
    margin:0 0 12px;
    text-indent:0;
    height:auto;
    color:#5f362b;
    font-weight:700;
}

.sitemap .h3 a{color:#5f362b}

.sitemap ul{
    width:100%;
    font-size:14px;
    margin:0;
    padding:0;
    overflow:auto;
}

.sitemap ul li{
    width:48%;
    margin:0 2% 10px 0;
    float:left;
    line-height:1.7;
    overflow:hidden;
    text-indent:0;
    list-style:none;
}

.sitemap ul li a{
    display:block;
    padding:10px 12px;
    border-radius:10px;
    border:1px solid #f2ddd3;
    background:#fffaf7;
    color:#7a564c;
}

.sitemap ul li a:hover{
    text-decoration:none;
    color:#fff;
    background:linear-gradient(120deg,#ff7c63 0%,#ff9b74 52%,#ffc48d 100%);
}

.footer{
    margin-left:auto;
    margin-right:auto;
    line-height:24px;
    width:1200px;
    padding-top:12px;
    color:#78584e;
    font-size:14px;
}

.footer a{color:#78584e;margin-left:5px}

.full .inner,
.full .cinner,
.full .location,
.full .footer,
.full .sitemap,
.full .friendlink,
.full .faq,
.full .announce{width:1200px!important}

.none{display:none}

@media (max-width: 768px){
    .inner,
    .full .inner,
    .full .cinner,
    .full .location,
    .full .footer,
    .full .sitemap,
    .full .friendlink,
    .full .faq,
    .full .announce{
        width:auto!important;
    }

    .about-page{
        padding:0 10px;
    }

    .about-hero{
        padding:24px 18px;
        border-radius:18px;
    }

    .about-hero h1{
        font-size:30px;
    }

    .about-layout{
        flex-direction:column;
        padding:16px;
        transform:none;
    }

    .about-sidenav{
        width:auto;
        flex:auto;
        position:relative;
        top:auto;
        transform:none;
    }

    .article-card{
        transform:none;
    }

    .notice-list-wrap{
        grid-template-columns:1fr;
        padding:16px;
    }

    .announce,
    .faq,
    .friendlink,
    .sitemap{
        padding:16px;
        border-radius:18px;
    }

    .announce .title{
        display:block;
    }

    .announce .title .r{
        margin-top:8px;
        white-space:normal;
    }

    .faq-grid,
    .sitemap-grid{
        grid-template-columns:1fr;
    }

    .sitemap-card ul{
        grid-template-columns:1fr;
    }

    .sitemap ul li{
        width:100%;
        margin-right:0;
    }

    .friendlink .links .link .cont a{
        width:100%;
        float:none;
    }

    .link_table td{
        display:block;
        width:100%;
    }
}
/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
