* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    margin: 0;
}

body {
    max-width: 500px;
    margin: 0 auto;
    background: #f5f5f5;
    color: #333;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    letter-spacing: 0;
}

uni-app,
uni-page,
uni-page-wrapper,
uni-page-body,
uni-view,
uni-text,
uni-image {
    display: block;
}

.tuku49-page {
    min-height: 100vh;
    background: #f5f5f5;
}

.bgf2 {
    background-color: #f2f2f2;
}

.tophh {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 60px;
    background-color: rgb(7, 193, 96);
}

.max720 {
    max-width: 500px;
    height: 100%;
    margin: 0 auto;
}

.topnavd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.topnavd .kf,
.topnavd .appdown {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topnavd .kf {
    width: 40px;
    height: 38px;
}

.topnavd .appdown {
    width: 48px;
    height: 45px;
}

.topnavd img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.topnavd .title {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 46px;
}

.inner98 {
    width: 96%;
    margin: 0 auto;
}

.bannerbox {
    margin-top: 60px;
    padding-top: 5px;
}

.banner {
    width: 100%;
}

.indexswiper {
    position: relative;
    width: 100%;
    height: 130px;
    overflow: hidden;
    border-radius: 15px;
}

.indexswiper .swiper-item {
    display: none;
    width: 100%;
    height: 100%;
}

.indexswiper .swiper-item.is-active {
    display: block;
}

.indexswiper .imgw100,
.indexswiper .imgw100 img {
    display: block;
    width: 100%;
    height: 100%;
}

.indexswiper .imgw100 img {
    object-fit: cover;
}

.uni-swiper-dots {
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.uni-swiper-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(238, 238, 238, .5);
}

.uni-swiper-dot-active {
    background: #fff;
}

.marquee_box {
    width: 100%;
    margin-top: 8px;
}

.marquee_container {
    display: flex;
    align-items: center;
    height: 32px;
    overflow: hidden;
    border-radius: 2px;
    background: #fff;
}

.broadIcon {
    z-index: 1;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    height: 100%;
    padding: 0 8px;
    background: #fff;
    color: rgb(255, 92, 0);
    font-size: 14px;
    font-weight: 700;
}

.icon-guangbozheng-::before {
    content: "!";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255, 92, 0);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.broadIcon .label {
    margin-left: 6px;
}

.marquee_text_left {
    flex: 1;
    min-width: 0;
    color: #333;
    font-size: 12px;
    white-space: nowrap;
}

.marquee_text_left > uni-view,
.marquee_text_left > div {
    display: inline-block;
    padding-left: 100%;
    animation: tuku49-marquee 45s linear infinite;
}

@keyframes tuku49-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.kjdiv {
    margin-top: 10px;
    padding-bottom: 5px;
}

.kjdiv .tab {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.kjdiv .tab .item {
    position: relative;
    flex: 1 1 0;
    width: auto;
    padding: 10px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #fff;
    cursor: pointer;
    text-align: center;
}

.kjdiv .tab .item .name {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.kjdiv .tab .item .riqi {
    margin-top: 4px;
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

.kjdiv .tab .item.cur {
    background: #07c160;
}

.kjdiv .tab .item.cur .name,
.kjdiv .tab .item.cur .riqi {
    color: #fff;
}

.kjdiv .greenbox {
    min-height: 200px;
    padding-bottom: 14px;
    border: 1px solid #07c160;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #fff;
}

.line1 {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    color: #666;
    font-size: 16px;
}

.line1 .qi,
.line1 .ls {
    color: #07c160;
}

.line1 .ls {
    flex: 0 0 auto;
    margin-left: 8px;
    white-space: nowrap;
}

.line1 .qi {
    display: inline;
    padding: 0 2px;
    font-weight: 700;
}

.issue-title {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
    white-space: nowrap;
}

.issue-title .qi,
.issue-title .qi span {
    display: inline;
}

.ballbox {
    --tuku49-ball-size: 45px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 15px;
}

.ballbox .item {
    width: var(--tuku49-ball-size);
    flex: 0 0 var(--tuku49-ball-size);
    min-width: 0;
    text-align: center;
    font-weight: 700;
}

.ballbox .ballred,
.ballbox .ballblue,
.ballbox .ballgreen,
.ballbox .ballgray {
    width: var(--tuku49-ball-size);
    height: var(--tuku49-ball-size);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #666;
    font-size: clamp(14px, 4.8vw, 20px);
    font-weight: 700;
    line-height: var(--tuku49-ball-size);
}

.ballbox .ballred {
    background-image: url("../../img/lottery/tuku49/412978519d95.png");
}

.ballbox .ballblue {
    background-image: url("../../img/lottery/tuku49/1d0b93900780.png");
}

.ballbox .ballgreen {
    background-image: url("../../img/lottery/tuku49/c906c5884045.png");
}

.ballbox .ballgray {
    border-radius: 50%;
    background: linear-gradient(#efefef, #d5d5d5);
}

.ballbox.is-drawing .official-drawing-ball .ballgray {
    background: linear-gradient(180deg, #d4d7dc 0%, #9ca3af 54%, #78818c 100%);
    border: 1px solid rgba(82, 91, 104, .45);
    box-shadow: inset 0 2px 3px rgba(255,255,255,.55), 0 2px 6px rgba(31,41,55,.18);
    color: #fff;
    font-size: clamp(15px, 4.2vw, 19px);
    font-weight: 900;
    text-shadow: 0 1px 2px rgba(31,41,55,.35);
}

.ballbox.is-drawing .official-drawing-ball .other {
    visibility: hidden;
}

.ballbox .item .jia {
    color: #999;
    font-size: clamp(14px, 4.8vw, 20px);
    font-weight: 700;
    line-height: var(--tuku49-ball-size);
}

.ballbox .item .other {
    color: #666;
    overflow: hidden;
    font-size: clamp(10px, 2.8vw, 12px);
    line-height: 18px;
    text-overflow: clip;
    white-space: nowrap;
}

.ballbox .item.is-revealing {
    animation: tuku49-ball-reveal .38s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes tuku49-ball-reveal {
    0% {
        opacity: 0;
        transform: translateY(-10px) scale(.72) rotate(-12deg);
    }
    70% {
        opacity: 1;
        transform: translateY(2px) scale(1.08) rotate(3deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0);
    }
}

@media (max-width: 420px) {
    .ballbox {
        --tuku49-ball-size: min(45px, calc((100vw - 44px) / 8));
    }
}

.zhibohuifang {
    display: flex;
    justify-content: center;
    width: 170px;
    margin: 15px auto 12px;
    border-radius: 18px;
    background: #07c160;
    text-align: center;
}

.zhibohuifang .img {
    width: 30px;
    height: 24px;
    margin-top: 5px;
}

.zhibohuifang .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.zhibohuifang .txt {
    margin-left: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 33px;
}

.line2 {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    justify-content: space-between;
    margin-top: 12px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.line2 [data-next-draw],
.line2 .djs {
    color: red;
}

.caidan {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6px 0 0 1px;
}

.caidan .item {
    width: 24.8%;
    margin-bottom: 1px;
    padding: 14px 0;
    background: #fff;
    text-align: center;
}

.caidan .item .img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.caidan .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.caidan .item .name {
    display: block;
    margin-top: 4px;
    color: #333;
    font-size: 15px;
    line-height: 22px;
}

.hr10 {
    width: 100%;
    height: 10px;
    background-color: #f5f5f5;
}

.tukutab {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 14px 0;
}

.tukutab .item {
    display: flex;
    width: 25%;
    cursor: pointer;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.tukutab .item .name {
    font-size: 18px;
    line-height: 22px;
}

.tukutab .item.caise .icoin {
    width: 24px;
    height: 22px;
    margin-right: 4px;
    border-radius: 5px;
    background-color: #eb5252;
    color: #fff;
    line-height: 18px;
    padding: 2px;
}

.tukutab .item.cur {
    font-weight: 700;
}

.uniui-image::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin: 2px auto 0;
    border: 2px solid #fff;
    border-radius: 3px;
}

.waterfull {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 72px;
}

.waterfull .col {
    width: 49%;
}

.waterfull .item {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    border-top: 1px solid #bbb;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    cursor: pointer;
}

.waterfull .item.is-loading,
.waterfull .item.is-error,
.waterfull .item.is-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 96px;
    color: #777;
}

.waterfull .item .img {
    display: block;
    width: 100%;
    min-height: 176px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.gallery-real-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.waterfull .item .name {
    overflow: hidden;
    padding: 0 4px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flexdBtn {
    position: fixed;
    bottom: 52px;
    left: 0;
    z-index: 99;
    width: 100%;
    pointer-events: none;
}

.flexdBtn .inner98 {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
}

.flexdBtn .btn {
    display: flex;
    justify-content: center;
    width: 23%;
    padding: 7px 0;
    border-radius: 6px;
    background: #fff;
    text-align: center;
    pointer-events: auto;
    cursor: pointer;
}

.flexdBtn .btn .name {
    font-size: 13px;
    line-height: 24px;
}

.flexdBtn .btn.si {
    color: #be5bff;
    border: 1px solid #be5bff;
}

.flexdBtn .btn.am {
    color: #07c160;
    border: 1px solid #07c160;
}

.flexdBtn .btn.lam {
    color: #07c160;
    border: 1px solid #07c160;
}

.flexdBtn .btn.xg {
    color: #c10707;
    border: 1px solid #c10707;
}

.flexdBtn .btn.cur {
    color: #fff;
    border-color: #07c160;
    background-color: #07c160;
}

.gallery-head {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(500px, 100%);
    height: 60px;
    transform: translateX(-50%);
    background: rgb(7, 193, 96);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.gallery-body {
    min-height: 100vh;
    padding-top: 60px;
    background: #f5f5f5;
}

.home-find {
    position: relative;
    min-height: 100vh;
    padding-bottom: 70px;
    background: #f6f6f6;
}

.find-tabs {
    position: sticky;
    top: 0;
    z-index: 80;
    display: flex;
    height: 48px;
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

.find-tabs .tab-title {
    position: relative;
    flex: 1;
    border: 0;
    background: transparent;
    color: #000;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
}

.find-tabs .tab-title.is-active {
    color: #07c160;
}

.find-tabs .tab-title.is-active::after {
    position: absolute;
    right: 38%;
    bottom: 0;
    left: 38%;
    height: 3px;
    border-radius: 999px;
    background: #07c160;
    content: "";
}

.home-find .search {
    padding: 9px 15px;
    background: #f6f6f6;
}

.home-find .search-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-find .search input {
    width: 100%;
    height: 38px;
    min-width: 0;
    border: 0;
    border-radius: 19px;
    outline: 0;
    padding: 0 15px;
    background: #fff;
    color: #333;
    font-size: 14px;
}

.home-find .search button {
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    color: #07c160;
    cursor: pointer;
    font: inherit;
    font-size: 16px;
    font-weight: 600;
}

.m-tabs-years {
    overflow-x: auto;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.m-tabs-years::-webkit-scrollbar,
.m-tabs-period-scroll::-webkit-scrollbar {
    display: none;
}

.m-tabs-years-bd,
.m-tabs-period-scroll {
    display: flex;
    gap: 14px;
    min-width: 100%;
    overflow-x: auto;
    padding: 10px 14px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.m-tabs-years button,
.m-tabs-period-scroll button {
    flex: 0 0 auto;
    height: 24px;
    min-width: 55px;
    border: 1px solid #a9a9a9;
    border-radius: 15px;
    background: #fff;
    color: #333;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    line-height: 20px;
}

.m-tabs-years button.act,
.m-tabs-period-scroll button.act {
    border-color: #07c160;
    background: #07c160;
    color: #fff;
}

.m-tabs-period-home {
    border-top: 1px solid #f8f8f8;
    background: #fff;
}

.home-find .body-image-bd {
    padding: 10px;
}

.waterfallfind {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.waterfallfind .find-col {
    width: 49%;
}

.waterfallfind .image-item {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border-top: 1px solid #bbb;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(160, 160, 160, .5);
    cursor: pointer;
}

.waterfallfind .image-item-image {
    display: flex;
    width: 100%;
    min-height: 170px;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.waterfallfind .image-item-title {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 46px 0 35px;
    background: #fff;
    color: #000;
    font-size: 12px;
    line-height: 40px;
}

.waterfallfind .image-item-title label {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    overflow: hidden;
    border-radius: 50%;
    background: #eee;
}

.waterfallfind .image-item-title label img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.waterfallfind .title-text {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.waterfallfind .findAdd-text {
    position: absolute;
    right: 5px;
    top: 0;
    display: flex;
    align-items: center;
    gap: 2px;
    height: 40px;
    color: #ccc;
    font-size: 12px;
}

.waterfallfind .findAdd-text.act,
.waterfallfind .findAdd-text i {
    color: #07c160;
}

.waterfallfind .findAdd-text a {
    color: inherit;
    text-decoration: none;
}

.find-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 96px;
    border-radius: 4px;
    background: #fff;
    color: #777;
    font-size: 14px;
}

.find-loading.is-error {
    color: #d33;
}

.find-load-status {
    padding: 4px 0 12px;
    color: #999;
    font-size: 12px;
    text-align: center;
}

.add-find {
    position: fixed;
    right: calc(50% - min(250px, 50vw) + 10px);
    bottom: 104px;
    z-index: 101;
    display: block;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.corpus-wrap {
    min-height: 100vh;
    padding-bottom: 70px;
    background: #fff;
}

.corpus-nav {
    position: sticky;
    top: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    height: 46px;
    background: #fff;
    box-shadow: inset 0 -1px 0 #ededed;
}

.corpus-back,
.corpus-year {
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
}

.corpus-back {
    width: 48px;
    color: #333;
    font-size: 32px;
    line-height: 42px;
}

.corpus-title {
    flex: 1;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.corpus-year {
    width: 72px;
    color: #07c160;
    font-size: 13px;
}

.corpus-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 11px;
    background: #f8f8f8;
}

.corpus-search-box {
    display: flex;
    flex: 1;
    align-items: center;
    height: 40px;
    min-width: 0;
    border-radius: 20px;
    background: #fff;
    padding: 0 14px;
}

.corpus-search-icon::before {
    display: block;
    margin-right: 7px;
    color: #c5c5c5;
    content: "⌕";
    font-size: 20px;
    line-height: 1;
}

.corpus-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #333;
    font-size: 15px;
}

.corpus-search button {
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    color: #07c160;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
}

.corpus-years {
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}

.corpus-years-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    padding: 12px;
}

.corpus-years-list button {
    min-width: 72px;
    height: 28px;
    border: 1px solid #bbb;
    border-radius: 4px;
    background: #fff;
    color: #444;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
}

.corpus-years-list button.act {
    border-color: #07c160;
    color: #07c160;
}

.corpus-banner {
    padding: 6px 10px 0;
    background: #fff;
}

.corpus-banner img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

.corpus-wrap .search-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
    padding: 10px 10px 0;
    background: #fff;
}

.corpus-wrap .search-list[hidden],
.corpus-list[hidden],
.corpus-years[hidden],
.corpus-banner[hidden] {
    display: none;
}

.corpus-wrap .search-item {
    width: 33.333%;
    color: #979797;
}

.corpus-wrap .search-item > div {
    width: 86%;
    height: 28px;
    line-height: 26px;
    border: 1px solid #979797;
    border-radius: 3px;
    margin: 0 auto 14px;
    overflow: hidden;
    padding: 0 4px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.corpus-wrap .search-item.is-empty {
    width: 100%;
}

.corpus-list {
    background: #f8f8f8;
    padding-top: 8px;
}

.corpus-list .list-item {
    margin-bottom: 8px;
    border: 1px solid #eee;
    background: #fff;
    padding: 10px 0 0;
}

.corpus-list .cell-top {
    display: flex;
    padding: 0 10px 7px;
}

.corpus-list .cell-top-img {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    background: #eee;
}

.corpus-list .cell-top-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corpus-list .cell-top-text {
    min-width: 0;
    padding-left: 8px;
}

.corpus-list .cell-top-text p {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.corpus-list .cell-top-text div {
    color: #888;
    font-size: 12px;
    line-height: 16px;
}

.corpus-list .content-box {
    padding: 0 10px 8px;
}

.corpus-row-title {
    margin: 0;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.corpus-row-title > span:first-child {
    margin-right: 2px;
    color: #07c160;
}

.corpus-row-title .is-top {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0 5px;
    border-radius: 4px;
    background: #07c160;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.corpus-row-title .jinghua {
    background: #ff7a00;
}

.corpus-row-desc {
    display: -webkit-box;
    overflow: hidden;
    color: #555;
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.corpus-list .tool-row {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #eee;
    color: #777;
    font-size: 13px;
    line-height: 38px;
}

.corpus-list .tool-row span:last-child {
    color: #07c160;
}

.corpus-empty,
.corpus-load-status {
    padding: 16px 0;
    color: #999;
    text-align: center;
}

.stats-wrap {
    min-height: 100vh;
    padding-bottom: 74px;
    background: #f5f5f5;
}

.stats-nav {
    position: sticky;
    top: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    height: 46px;
    background: #fff;
    box-shadow: inset 0 -1px 0 #ededed;
}

.stats-back {
    width: 48px;
    border: 0;
    background: transparent;
    color: #333;
    cursor: pointer;
    font: inherit;
    font-size: 32px;
    line-height: 42px;
}

.stats-title {
    flex: 1;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.stats-period {
    display: flex;
    flex: 0 0 96px;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    padding-right: 10px;
    color: #333;
    font-size: 13px;
}

.stats-period input {
    width: 48px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: 0;
    text-align: center;
}

.stats-tabs {
    display: flex;
    height: 42px;
    background: #fff;
    box-shadow: inset 0 -1px 0 #ededed;
}

.stats-tabs button {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #555;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
}

.stats-tabs button.act {
    color: #07c160;
    font-weight: 600;
}

.stats-summary {
    padding: 8px 0 14px;
}

.stats-content[hidden] {
    display: none;
}

.stats-group {
    margin: 0 0 8px;
    background: #fff;
}

.stats-group h3 {
    margin: 0;
    padding: 0 12px;
    border-bottom: 1px solid #ededed;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 42px;
}

.stats-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    padding: 10px 6px 12px;
}

.stats-list-color {
    grid-template-columns: repeat(3, 1fr);
}

.stats-item {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 2px;
}

.stats-label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 30px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.stats-ball {
    width: 34px;
    min-width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ec5a5a;
    color: #fff;
    font-size: 16px;
}

.stats-ball.blue,
.stats-color.blue {
    background: #4195f4;
}

.stats-ball.green,
.stats-color.green {
    background: #07c160;
}

.stats-ball.red,
.stats-color.red {
    background: #ec5a5a;
}

.stats-color {
    min-width: 58px;
    height: 26px;
    border-radius: 13px;
    color: #fff;
    font-size: 13px;
}

.stats-text {
    min-width: 34px;
    color: #333;
}

.stats-count {
    margin-top: 4px;
    color: #999;
    font-size: 12px;
    line-height: 16px;
}

.stats-group-empty,
.stats-empty {
    padding: 22px 0;
    color: #999;
    font-size: 14px;
    text-align: center;
}

.stats-attribute,
.stats-number-history {
    padding: 8px 0 14px;
}

.stats-attr-group,
.stats-history-section {
    margin-bottom: 8px;
    background: #fff;
}

.stats-attr-group h3,
.stats-history-section h3 {
    margin: 0;
    padding: 0 12px;
    border-bottom: 1px solid #ededed;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
}

.stats-attr-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 12px 12px;
}

.stats-attr-item {
    min-width: 34px;
    height: 26px;
    padding: 0 7px;
    border-radius: 13px;
    background: #f4f4f4;
    color: #333;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
}

.stats-attr-item.ball {
    width: 28px;
    min-width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    line-height: 28px;
}

.stats-attr-item.blue {
    background: #4195f4;
}

.stats-attr-item.green {
    background: #07c160;
}

.stats-attr-item.red {
    background: #ec5a5a;
}

.stats-history-list {
    padding: 8px 10px 12px;
}

.stats-history-row {
    display: grid;
    grid-template-columns: 36px 1fr 44px;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    color: #333;
    font-size: 13px;
}

.stats-history-row .num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ec5a5a;
    color: #fff;
    line-height: 28px;
    text-align: center;
}

.stats-history-section.cold .num {
    background: #4195f4;
}

.stats-history-row .bar {
    height: 8px;
    overflow: hidden;
    border-radius: 4px;
    background: #ececec;
}

.stats-history-row .bar i {
    display: block;
    height: 100%;
    border-radius: 4px;
    background: #ec5a5a;
}

.stats-history-section.cold .bar i {
    background: #4195f4;
}

.stats-history-row .count {
    color: #777;
    text-align: right;
}

.stats-more-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 14px 12px;
}

.stats-more-grid button {
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #333;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
}

.consultation-wrap {
    min-height: 100vh;
    padding: 46px 0 70px;
    background: #fff;
}

.consultation-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 95;
    display: flex;
    align-items: center;
    max-width: 500px;
    height: 46px;
    margin: 0 auto;
    background: #fff;
    box-shadow: inset 0 -1px 0 #ededed;
}

.consultation-back {
    width: 48px;
    border: 0;
    background: transparent;
    color: #333;
    cursor: pointer;
    font: inherit;
    font-size: 32px;
    line-height: 42px;
}

.consultation-title {
    flex: 1;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.consultation-nav > span {
    width: 48px;
}

.consultation-tabs {
    position: sticky;
    top: 46px;
    z-index: 88;
    display: flex;
    height: 50px;
    border-bottom: 1px solid #b8b8b8;
    background: #fff;
}

.consultation-tabs button {
    flex: 1;
    border: 0;
    background: #fff;
    color: #333;
    cursor: pointer;
    font: inherit;
    font-size: 16px;
}

.consultation-tabs button::after {
    margin-left: 5px;
    color: #333;
    content: "▾";
    font-size: 12px;
}

.consultation-years {
    position: sticky;
    top: 96px;
    z-index: 87;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.consultation-years[hidden],
.consultation-condition[hidden] {
    display: none;
}

.consultation-years button {
    min-width: 70px;
    height: 30px;
    border: 1px solid #bbb;
    border-radius: 3px;
    background: #fff;
    color: #444;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
}

.consultation-years button.act {
    border-color: #07c160;
    color: #07c160;
}

.consultation-condition {
    position: fixed;
    top: 96px;
    right: 0;
    bottom: 50px;
    left: 0;
    z-index: 120;
    max-width: 500px;
    margin: 0 auto;
    background: rgba(0, 0, 0, .3);
}

.consultation-condition-body {
    display: grid;
    grid-template-columns: 38% 62%;
    height: 260px;
    background: #fff;
}

.consultation-type-list,
.consultation-value-list {
    overflow-y: auto;
    padding: 8px 12px;
}

.consultation-value-list {
    border-left: 1px solid #b8b8b8;
}

.consultation-type-list button,
.consultation-value-list button {
    display: block;
    width: 100%;
    min-height: 36px;
    border: 0;
    background: transparent;
    color: #333;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    text-align: left;
}

.consultation-type-list button.act,
.consultation-value-list button.act {
    color: #07c160;
    font-weight: 600;
}

.consultation-value-list button.act::after {
    float: right;
    content: "✓";
}

.consultation-condition-actions {
    display: flex;
    height: 50px;
    border-top: 1px solid #b8b8b8;
    background: #fff;
}

.consultation-condition-actions button {
    flex: 1;
    border: 0;
    background: #fff;
    color: #333;
    cursor: pointer;
    font: inherit;
    font-size: 17px;
}

.consultation-condition-actions button:last-child {
    color: #07c160;
}

.consultation-table-wrap {
    position: relative;
}

.consultation-only-hit {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding-left: 8px;
    color: #333;
    font-size: 14px;
}

.consultation-only-hit input {
    width: 22px;
    height: 22px;
    margin: 0 5px 0 0;
}

.consultation-help {
    float: right;
    width: 18px;
    height: 18px;
    margin: 7px 8px 0 0;
    border: 1px solid #333;
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 12px;
    line-height: 16px;
}

.consultation-table-scroll {
    overflow-x: auto;
    width: 100%;
}

.consultation-table-scroll table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    background: #fff;
    text-align: center;
}

.consultation-table-scroll th {
    background: #a96223;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 4px 2px;
}

.consultation-table-scroll td {
    border: 1px solid #e1e1e1;
    color: #333;
    font-size: 13px;
    height: 28px;
    min-width: 44px;
}

.consultation-table-scroll tr:nth-of-type(2n) td {
    background: #f8f8f8;
}

.consultation-hit {
    width: 22px;
    height: 22px;
    margin: 0 auto;
    border-radius: 50%;
    background: red;
    color: #fff;
    line-height: 22px;
}

.consultation-hit.blue {
    background: #00f;
}

.consultation-hit.green {
    background: green;
}

.vote-home {
    min-height: 100vh;
    padding-bottom: 72px;
    background: #f5f5f5;
}

.vote-nav {
    position: sticky;
    top: 0;
    z-index: 92;
    display: flex;
    align-items: center;
    height: 55px;
    background: #fff;
    box-shadow: inset 0 -1px 0 #eee;
}

.vote-back {
    width: 48px;
    border: 0;
    background: transparent;
    color: #333;
    cursor: pointer;
    font: inherit;
    font-size: 32px;
    line-height: 48px;
}

.vote-title {
    flex: 1;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vote-nav > span {
    width: 48px;
}

.vote-tabs {
    padding: 8px 12px 6px;
    background: #fff;
}

.vote-tabs {
    display: flex;
}

.vote-tabs button {
    flex: 1;
    height: 34px;
    border: 1px solid #07c160;
    background: #fff;
    color: #07c160;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    line-height: 32px;
}

.vote-tabs button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.vote-tabs button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.vote-tabs button + button {
    border-left: 0;
}

.vote-tabs button.act {
    background: #07c160;
    color: #fff;
}

.vote-years,
.vote-periods {
    overflow-x: auto;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.vote-years::-webkit-scrollbar,
.vote-periods::-webkit-scrollbar {
    display: none;
}

.vote-years-bd,
.vote-periods-bd {
    display: flex;
    gap: 14px;
    min-width: 100%;
    overflow-x: auto;
    padding: 9px 12px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.vote-years button,
.vote-periods button {
    flex: 0 0 auto;
    height: 26px;
    min-width: 58px;
    border: 1px solid #aaa;
    border-radius: 15px;
    background: #fff;
    color: #333;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
}

.vote-years button.act,
.vote-periods button.act {
    border-color: #07c160;
    background: #07c160;
    color: #fff;
}

.vote-periods {
    border-top: 1px solid #f4f4f4;
}

.vote-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    margin-top: 10px;
    background: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    box-shadow: inset 0 -1px 0 #eee, inset 0 1px 0 #eee;
}

.vote-dropdown::after {
    width: 0;
    height: 0;
    margin-left: 6px;
    border-top: 5px solid #777;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.picture-content {
    margin-top: 10px;
    padding: 14px 12px 16px;
    background: #fff;
}

.vote-media {
    width: 100%;
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 4px;
    background: #111;
}

.vote-media img,
.vote-media video {
    display: block;
    width: 100%;
}

.vote-media-image {
    background: #f5f5f5;
}

.vote-media-image img {
    height: auto;
}

.vote-media-video {
    position: relative;
}

.vote-media-video video {
    aspect-ratio: 720 / 268;
    background: #000;
    object-fit: contain;
}

.vote-video-poster img {
    aspect-ratio: 720 / 268;
    object-fit: cover;
}

.vote-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 54px;
    height: 54px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(0, 0, 0, .52);
}

.vote-play::after {
    position: absolute;
    top: 50%;
    left: 21px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #fff;
    content: "";
}

.picture-content .title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.picture-content .text {
    margin-top: 8px;
    color: #333;
    font-size: 15px;
    line-height: 1.75;
}

.picture-content .text p {
    margin: 0;
}

.vote-empty {
    padding: 24px 0;
    color: #777;
    font-size: 14px;
    text-align: center;
}

.vote-home-bd {
    margin-top: 10px;
    background: #fff;
}

.vote-list {
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
}

.vote-list-item {
    width: 50%;
    padding: 4px;
}

.vote-list-item .col-td {
    display: flex;
    align-items: center;
    height: 32px;
    border: 1px solid #ededed;
    border-radius: 4px;
    background: #fafafa;
}

.vote-list-item .name {
    width: 34px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.vote-list-item .proportion {
    position: relative;
    flex: 1;
    height: 16px;
    min-width: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #ececec;
}

.vote-list-item .proportion i {
    position: absolute;
    inset: 0 auto 0 0;
    display: block;
    border-radius: inherit;
    background: #07c160;
}

.vote-list-item .proportion span {
    position: relative;
    z-index: 1;
    display: block;
    color: #333;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
}

.vote-list-item .num-piao {
    width: 38px;
    color: #999;
    font-size: 12px;
    text-align: center;
}

.ft-btns {
    padding: 10px 12px 14px;
}

.ft-btns {
    display: flex;
    gap: 10px;
}

.ft-btns button {
    flex: 1;
    height: 36px;
    border: 0;
    border-radius: 18px;
    background: #f2f2f2;
    color: #333;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
}

.ft-btns .vote-submit {
    background: #07c160;
    color: #fff;
    font-weight: 700;
}

.open-hide {
    padding: 12px 0 18px;
    text-align: center;
}

.open-hide button {
    display: inline-flex;
    align-items: center;
    border: 0;
    background: transparent;
    color: #07c160;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
}

.open-hide i {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    border-right: 2px solid #07c160;
    border-bottom: 2px solid #07c160;
    transform: rotate(45deg) translateY(-2px);
}

.liuhe-search-home {
    min-height: 100vh;
    padding-bottom: 72px;
    background: #f5f5f5;
}

.liuhe-sticky {
    position: sticky;
    top: 0;
    z-index: 92;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

.liuhe-nav {
    display: flex;
    align-items: center;
    height: 46px;
    box-shadow: inset 0 -1px 0 #ededed;
}

.liuhe-back,
.liuhe-year-btn {
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
}

.liuhe-back {
    width: 48px;
    color: #333;
    font-size: 32px;
    line-height: 42px;
}

.liuhe-title {
    flex: 1;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.liuhe-year-btn {
    width: 58px;
    color: #333;
    font-size: 12px;
}

.liuhe-search-hd {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
}

.liuhe-color {
    flex: 0 0 auto;
    height: 34px;
    border: 0;
    border-radius: 17px 0 0 17px;
    background: #f7f8fa;
    color: #333;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    padding: 0 8px 0 12px;
}

.liuhe-search-hd input {
    flex: 1;
    width: 100%;
    height: 34px;
    min-width: 0;
    border: 0;
    border-radius: 0 17px 17px 0;
    outline: 0;
    background: #f7f8fa;
    color: #333;
    font-size: 14px;
    padding: 0 12px;
}

.liuhe-search-btn {
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    color: #333;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
}

.liuhe-years,
.liuhe-colors {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 8px 12px 10px;
    border-top: 1px solid #f2f2f2;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.liuhe-years[hidden],
.liuhe-colors[hidden] {
    display: none;
}

.liuhe-years::-webkit-scrollbar,
.liuhe-colors::-webkit-scrollbar {
    display: none;
}

.liuhe-years button,
.liuhe-colors button {
    flex: 0 0 auto;
    min-width: 62px;
    height: 28px;
    border: 1px solid #ddd;
    border-radius: 14px;
    background: #fff;
    color: #333;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
}

.liuhe-years button.act,
.liuhe-colors button.act {
    border-color: #07c160;
    background: #07c160;
    color: #fff;
}

.liuhe-list {
    background: #fff;
}

.liuhe-group-title {
    position: sticky;
    top: 98px;
    z-index: 1;
    height: 32px;
    padding-left: 16px;
    background: #f7f8fa;
    color: #323233;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
}

.liuhe-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 45px;
    border: 0;
    border-bottom: 1px solid #ebedf0;
    background: #fff;
    color: #323233;
    cursor: pointer;
    font: inherit;
    padding: 0 30px 0 16px;
    text-align: left;
}

.liuhe-name {
    overflow: hidden;
    color: #333;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.liuhe-period {
    margin-left: 12px;
    color: #969799;
    font-size: 13px;
}

.liuhe-empty {
    padding: 40px 0;
    background: #fff;
    color: #888;
    font-size: 14px;
    text-align: center;
}

.tabbar-spacer {
    height: 50px;
}

.uni-tabbar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    display: flex;
    max-width: 500px;
    height: 50px;
    margin: 0 auto;
    border-top: 1px solid #e5e5e5;
    background: #fff;
}

.uni-tabbar__item {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border: 0;
    background: transparent;
    color: rgb(100, 101, 102);
    cursor: pointer;
    font: inherit;
}

.uni-tabbar__item img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.uni-tabbar__item span {
    font-size: 10px;
    line-height: 14px;
}

.uni-tabbar__item.is-active {
    color: rgb(7, 193, 96);
    font-weight: 700;
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0, 0, 0, .88);
}

.lightbox[hidden] {
    display: none;
}

.lightbox img {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    border-radius: 8px;
    object-fit: contain;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .5);
}

.lightbox-prev-draw {
    position: absolute;
    top: 58px;
    left: 50%;
    z-index: 2;
    width: min(460px, calc(100% - 28px));
    padding: 8px 10px 9px;
    transform: translateX(-50%);
    border-radius: 8px;
    background: rgba(0, 0, 0, .72);
    color: #fff;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
}

.lightbox-prev-title {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
}

.lightbox-prev-balls {
    --tuku49-ball-size: min(36px, calc((100vw - 86px) / 8));
    margin-top: 0;
}

.lightbox-close {
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 3;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.announcement-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(0, 0, 0, .62);
}

.announcement-modal-panel {
    width: min(430px, 100%);
    max-height: 80vh;
    overflow: auto;
    border-radius: 8px;
    background: #fff;
    color: #333;
}

.announcement-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 800;
}

.announcement-modal-close {
    min-width: 32px;
    min-height: 32px;
    border: 0;
    border-radius: 6px;
    background: #f2f2f2;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}

.announcement-modal-body {
    padding: 14px;
    font-size: 15px;
    line-height: 1.7;
}

.announcement-material {
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(7, 193, 96, .12);
}

.announcement-material-title {
    margin: 0 0 4px;
    color: #07c160;
    font-weight: 800;
}

.forum-home {
    min-height: 100vh;
    padding: 46px 0 76px;
    background: #f5f5f5;
    color: #222;
}

.forum-nav,
.forum-detail-nav {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 30;
    display: grid;
    width: min(720px, 100%);
    height: 46px;
    grid-template-columns: 46px 1fr 46px;
    align-items: center;
    transform: translateX(-50%);
    background: #07c160;
    color: #fff;
}

.forum-back,
.forum-detail-nav button {
    width: 46px;
    height: 46px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
}

.forum-title,
.forum-detail-nav span {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 800;
}

.forum-list-view,
.forum-detail-view {
    width: min(720px, 100%);
    margin: 0 auto;
}

.forum-top-info {
    margin: 8px 10px;
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}

.forum-info-row {
    display: grid;
    min-height: 36px;
    grid-template-columns: 50px 1fr;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    font-size: 13px;
}

.forum-info-row span {
    display: inline-flex;
    width: 38px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #ff4b4b;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.forum-info-row div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
}

.forum-info-line {
    height: 1px;
    margin-left: 60px;
    background: #eee;
}

.forum-rank-banner {
    margin: 8px 10px;
    padding: 9px 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff8c1a, #ff4b00);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.forum-rank-banner b {
    float: right;
    font-weight: 800;
}

.forum-tabs {
    display: flex;
    margin: 0 0 8px;
    overflow-x: auto;
    background: #fff;
    scrollbar-width: none;
}

.forum-tabs::-webkit-scrollbar {
    display: none;
}

.forum-tabs button {
    flex: 0 0 auto;
    min-width: 68px;
    height: 38px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: #fff;
    color: #333;
    cursor: pointer;
    font-size: 14px;
}

.forum-tabs button.act {
    border-bottom-color: #07c160;
    color: #07c160;
    font-weight: 800;
}

.forum-card,
.forum-detail,
.forum-comment,
.forum-comments {
    margin: 8px 10px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}

.forum-card {
    padding: 12px 12px 8px;
    cursor: pointer;
}

.forum-user {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
}

.forum-user img {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    object-fit: cover;
    background: #eee;
}

.forum-user div {
    min-width: 0;
    flex: 1;
}

.forum-user strong {
    display: block;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.forum-user span {
    display: block;
    margin-top: 2px;
    color: #999;
    font-size: 12px;
}

.forum-user em {
    padding: 2px 5px;
    border-radius: 3px;
    background: #ff6b00;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.forum-card-title {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}

.forum-card-title span {
    flex: 0 0 auto;
    padding: 1px 5px;
    border-radius: 3px;
    background: #f1f8f4;
    color: #07c160;
    font-size: 12px;
    font-weight: 800;
}

.forum-card-title b {
    min-width: 0;
    overflow: hidden;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.forum-card-title i {
    flex: 0 0 auto;
    padding: 1px 4px;
    border-radius: 3px;
    background: #ff4b4b;
    color: #fff;
    font-size: 11px;
    font-style: normal;
}

.forum-card-title i.green {
    background: #07c160;
}

.forum-card-desc {
    display: -webkit-box;
    margin-top: 8px;
    overflow: hidden;
    color: #555;
    font-size: 14px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.forum-picture-grid {
    display: grid;
    margin-top: 10px;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.forum-picture-grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
    object-fit: cover;
    background: #eee;
}

.forum-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
    color: #888;
    font-size: 12px;
}

.forum-load-status,
.forum-empty {
    padding: 18px 10px;
    color: #999;
    text-align: center;
    font-size: 14px;
}

.forum-detail-view {
    padding-bottom: 20px;
}

.forum-detail {
    padding: 12px;
}

.forum-detail-head h1 {
    margin: 0 0 12px;
    color: #222;
    font-size: 18px;
    line-height: 1.35;
}

.forum-detail-body {
    margin-top: 14px;
    overflow-wrap: anywhere;
    color: #333;
    font-size: 15px;
    line-height: 1.75;
}

.forum-detail-body img,
.forum-detail img {
    max-width: 100%;
}

.forum-comments {
    padding: 0 0 8px;
}

.forum-comments-title {
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
    color: #222;
    font-size: 15px;
    font-weight: 800;
}

.forum-comment {
    margin: 0;
    padding: 12px;
    border-radius: 0;
    box-shadow: none;
}

.forum-comment + .forum-comment {
    border-top: 1px solid #f3f3f3;
}

.forum-comment-content {
    margin-top: 8px;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    white-space: pre-wrap;
}

.forum-replies {
    margin-top: 8px;
    padding: 8px;
    border-radius: 6px;
    background: #f6f6f6;
}

.forum-reply + .forum-reply {
    margin-top: 8px;
}

.forum-reply b {
    color: #07c160;
    font-size: 13px;
}

.forum-reply span {
    color: #888;
    font-size: 13px;
}

.forum-reply p {
    margin: 4px 0 0;
    color: #444;
    font-size: 13px;
    line-height: 1.5;
}

.forum-comments-more {
    display: block;
    width: calc(100% - 24px);
    height: 38px;
    margin: 10px 12px 4px;
    border: 1px solid #07c160;
    border-radius: 6px;
    background: #fff;
    color: #07c160;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
}

.forum-comments-more[hidden],
.forum-detail-view[hidden],
.forum-list-view[hidden] {
    display: none;
}

@media screen and (max-width: 420px) {
    .topnavd .title {
        font-size: 18px;
    }

    .tophh {
        height: 50px;
    }

    .bannerbox {
        margin-top: 50px;
    }

    .topnavd .kf {
        width: 34px;
        height: 31px;
    }

    .topnavd .appdown {
        width: 42px;
        height: 35px;
    }

    .tukutab .item .name {
        font-size: 12px;
    }
}
