html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    color: #666;
    font-size: 14px;
}

img {
    max-width: 100%;
}

ul,
li {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

input:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: #666;
}

.container {
    width: 100%;
    background-color: white;
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
}

.clear {
    clear: both;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

header .container {
    background-color: #4db1f5;
    height: 43px;
    padding: 0 10px;
    line-height: 40px;
    box-sizing: border-box;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
}

header .sitename {
    flex: 0 0 auto !important;
    width: 120px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-shadow: 1px 1px black !important;
    order: 1 !important;
}

header .sitename a {
    color: white !important;
}

header .keyword {
    flex: 1 1 auto !important;
    margin: 0 10px !important;
    order: 2 !important;
    min-width: 0 !important;
}

header #keyword {
    border: none !important;
    height: 26px !important;
    width: 100% !important;
    padding: 0 10px !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    border: 1px solid #ccc !important;
}

header .btn_search {
    flex: 0 0 auto !important;
    width: 60px !important;
    order: 3 !important;
	background-color: #fd0303;
    color: white;
	border-radius: 4px;
    font-weight: bold;
	display:flex;
	justify-content: center;
    align-items: center;
	height:30px;
}

.fixtopbar {
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
    /* 确保在页面顶部正常显示 */
    position: relative;
    margin-top: 0;
}

/* 如果需要固定定位，取消下面的注释并添加body补偿 */
/*
body {
    padding-top: 44px !important;
}
.fixtopbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
*/

.fixnavbar {
    height: 55px;
    line-height: 55px;
    text-align: center;
}

.wap_toppic {
    padding: 4px 4px 0px 4px;
	margin-top: 0;
}

/* 下拉刷新容器内的wap_toppic不需要顶部margin */
.pull-to-refresh .wap_toppic {
    margin-top: 0;
}

.wap_toppic img {
    width: 100%;
    margin-top: 22px;
}

.categories {
    background-color: #e8f8f8;
    padding: 0px 10px 4px 0px;
    margin: 0px 4px 4px 4px;
    border: 1px solid #b8d8e8;
}

.categories a {
    float: left;
    width: 23%;
    margin: 6px 0 0 2%;
    color: white;
    background-color: #ff967e;
    display: block;
    text-align: center;
    padding: 4px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 4px;
}

/* 文章页分类导航 — 胶囊风格 */
.article-categories {
    background-color: #f5f7fa;
    padding: 8px 4px;
    margin: 0 4px 8px 4px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.article-categories a {
    float: none;
    width: auto;
    flex: 0 0 calc(25% - 6px);
    color: #555;
    background-color: #fff;
    display: block;
    text-align: center;
    padding: 6px 2px;
    box-sizing: border-box;
    font-size: 13px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-categories a:active {
    background: #0099cc;
    color: #fff;
    border-color: #0099cc;
}

/* 访客统计三列 */
.visitor-stats {
    display: flex;
    margin: 0 4px 10px 4px;
    background: #f0f8ff;
    border-radius: 8px;
    overflow: hidden;
}
.visitor-stats .visitor-cell {
    flex: 1;
    text-align: center;
    padding: 8px 4px;
    font-size: 13px;
    border-right: 1px solid #d0e4ed;
    cursor: default;
}
.visitor-stats .visitor-cell:first-child {
    cursor: pointer;
}
.visitor-stats .visitor-cell:last-child {
    border-right: none;
}
.visitor-stats .visitor-cell-label {
    font-size: 11px;
    color: #999;
    margin-bottom: 2px;
}
.visitor-stats .visitor-cell span {
    color: #e74c3c;
    font-weight: bold;
}

/* 首页访客统计（保留原样式） */
.visitor {
    text-align: center;
    background-color: #d2f0ff;
    margin: 0px 4px;
}

.visitor span {
    color: red;
    font-weight: bold;
}

.info_box {
    margin: 4px 4px 4px 4px;
    margin-bottom: 2px;
    position: relative;
    border: 1px solid #e0e0e0;
}

.info_box .expired {
    position: absolute;
    right: 30px;
    top: 30px;
}

.info_box_yellow {
    background-color: #ffecd0;
    border-radius: 4px;
}

.info_box_green {
    background-color: #e8f7e8;
    border-radius: 4px;
}

.info_title {
    color: #f91b02;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

.info_title img {
    margin-right: 10px;
    vertical-align: middle;
}

.info_content {
    padding: 10px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 2em;
    line-height: 24px;
}

.info_box_yellow .info_title {
    background-color: #ffc66f;
}

.info_box_green .info_title {
    background-color: #98dc98;
}

.info_content a {
    color: #666;
    font-size: 16px;
}

.fulltext {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: bold;
}

.fulltext a {
    color: #5b5bf9;
}

.info_bottom {
    padding: 10px;
    color: #0876c7;
}

.info_bottom .call {
    float: right;
    cursor: pointer;
    margin-right: 15px;
}

.info_bottom .call a {
    color: rgb(11 65 146);
}

.pagination {
    text-align: center;
    background-color: #d2f0ff;
    border: 1px solid #b8d8e8;
    margin: 4px 4px 0px 4px;
    padding: 4px;
}

.pagination a {
    padding: 3px 8px;
    margin-left: -1px;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
}

.pagination a.curr {
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.footer {
    margin-top: 6px;
    width: 100%;

}

.footer td {
    width: 33%;
    text-align: center;
}

.footer a {
    color: #00aaf1;
}

footer {
    position: fixed !important;
    width: 100% !important;
    left: 0 !important;
    bottom: 0 !important;
    z-index: 9999 !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
    padding-bottom: constant(safe-area-inset-bottom, 0px) !important;
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
    will-change: transform !important;
    -webkit-will-change: transform !important;
}

/* 替换原 wwwroot/assets/css/mobile.css 中 footer .container li 相关样式 */
footer .container {
    background-color: #ddd !important;
    padding: 4px 2% !important;
    /* 使用百分比代替固定像素，适配不同屏幕 */
    box-shadow: 0px -1px 1px #c7c2c2 !important;
    display: flex !important;
    /* 使用flex布局，确保按钮间距一致 */
    justify-content: center !important;
    /* 居中显示按钮 */
    align-items: center !important;
    list-style: none !important;
    margin: 0 auto !important;
}

footer .container li {
    flex: 0 1 auto !important;
    /* 按钮根据内容自动调整宽度 */
    margin: 0 10px !important;
    /* 按钮间留间距 */
    padding: 8px 12px !important;
    /* 增加水平内边距 */
    color: white !important;
    text-align: center !important;
    cursor: pointer !important;
}

/* 移除原有的nth-child margin设置，避免冲突 */
footer .container li:nth-child(1) {
    background-color: #3F8CFF !important;
    border-radius: 2px !important;
    margin: 0 4px !important;
	width: 29%;
    /* 统一左右间距 */
}

footer .container li:nth-child(2) {
    background-color: #f73131 !important;
    border-radius: 2px !important;
    margin: 0 4px !important;
	width: 29%;
    /* 统一左右间距 */
}

footer .container li:nth-child(3) {
    background-color: #3ec020 !important;
    border-radius: 2px !important;
    margin: 0 4px !important;
	width: 29%;
    /* 统一左右间距 */
}

footer li img {
    vertical-align: middle;
}

footer .backhome {
    width: 80%;
    background-color: rgb(222, 72, 72);
    color: white;
    border-radius: 6px;
    padding: 10px;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;
}

.oaqrcode {
    text-align: center;
}

.oaqrcode img {
    max-width: 200px;
}

.search_h4 {
    background-color: white;
    padding: 10px;
    margin-top: 20;
}

.search_h4 span {
    color: red;
}

.thread_title {
    padding: 10px 14px;
    font-weight: bold;
    font-size: 18px;
    margin: 0 4px 4px 4px;
    background: #d9f6f9;
    border: 1px solid #d5e6ed;
    color: #c62828;
    border-radius: 6px;
    text-align: center;
}

.thread_title .thread_action {
    margin-top: 6px;
    font-size: 14px;
    font-weight: normal;
}

.thread_title .thread_action a {
    margin: 0 8px;
    color: #007bff;
}

.wap_fbsj {
    padding: 8px 14px;
    margin: 4px 4px 4px 4px;
    background: #fff;
    border: 1px solid #e0e6ea;
    border-radius: 6px;
    font-size: 13px;
    color: #666;
}

.thread_title span {
    margin-left: 10px;
    font-weight: normal;
}

.thread_content {
    margin: 4px 4px 4px 4px;
    min-height: auto;
    line-height: 2;
    font-size: 16px;
    word-break: break-word;
    padding: 16px 14px;
    border: 1px solid #e0e6ea;
    text-indent: 2em;
    border-radius: 6px;
    background: #d9f6f9;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
    color: #333;
}

.thread_content img {
    max-width: 100%;
    margin: 0px 0px 2px 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.thread_bottom {
    color: #666;
    margin: 4px 4px 4px 4px;
    background: #d9f6f9;
    padding: 8px 14px;
    border: 1px solid #d5e6ed;
    border-radius: 6px;
    font-size: 13px;
}

.thread_bottom .left {
    float: left;
}

.thread_bottom .right {
    float: right;
}

.wap_thread_xxly {
    color: #7a7e88;
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
}

/* 发布页面内容区 */
.post-page-content {
    padding-bottom: 55px; /* 固定按钮栏 50px + 5px呼吸 */
    max-width: 600px;
    margin: 45px 0 0 0;
    background-color: #fff;
}
@media screen and (min-width: 608px) {
    .post-page-content {
        margin: 45px auto 0 auto;
    }
}

/* ===== 卡片式发布表单 ===== */
.post-form-card {
    padding: 2px 12px 4px;
}

.post-field {
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.post-field:last-child {
    border-bottom: none;
}

.post-field label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #555;
    margin-bottom: 3px;
    padding-left: 1px;
}

.post-field .post-input-wrap {
    position: relative;
}

/* 输入框/选择框/文本域统一样式 */
.post-field input,
.post-field select,
.post-field textarea {
    width: 100%;
    padding: 10px 12px;
    font-size: 15px;
    line-height: 1.4;
    color: #333;
    background: #f7fbfc;
    border: 1px solid #d0dde1;
    border-radius: 6px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.25s, box-shadow 0.25s;
    -webkit-appearance: none;
}

/* select 专用 - 右侧三角箭头 */
.post-field select {
    padding-right: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 8px;
    cursor: pointer;
}

.post-field input:focus,
.post-field select:focus,
.post-field textarea:focus {
    border-color: #0099cc;
    box-shadow: 0 0 0 2px rgba(0,153,204,0.12);
    background: #fff;
}

/* 验证状态 - 红色边框 */
.post-field input.validation-error,
.post-field select.validation-error,
.post-field textarea.validation-error {
    border-color: #dc3545;
    box-shadow: 0 0 0 2px rgba(220,53,69,0.12);
}

/* 验证状态 - 绿色边框 */
.post-field input.validation-ok,
.post-field select.validation-ok,
.post-field textarea.validation-ok {
    border-color: #28a745;
    box-shadow: 0 0 0 2px rgba(40,167,69,0.12);
}

/* 验证码行 - 输入框+图片并排 */
.post-captcha-row {
    display: flex;
    gap: 8px;
    align-items: center;
}

.post-captcha-row input {
    flex: 1;
    min-width: 0;
}

.post-captcha-row img {
    height: 44px;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
}

/* 字段错误提示 */
.field-error {
    display: none;
    color: #dc3545;
    font-size: 12px;
    margin-top: 3px;
    line-height: 1.4;
    padding-left: 2px;
}

/* 帮助提示 */
.help-block {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 3px;
    padding-left: 2px;
}

.wap_thread_add_top {
    padding: 8px 10px;
    background-color: #fff3cd;
    color: #856404;
    line-height: 24px;
    margin: 4px 4px 2px 4px;
    border: 1px solid #ffeeba;
    border-radius: 4px;
    font-size: 13px;
}


.wap_thread_wxts {
    padding: 8px 12px;
    background-color: #fff;
    line-height: 28px;
    margin: 4px 4px 4px 4px;
    border: 1px solid #e0e6ea;
    border-radius: 6px;
    font-size: 13px;
}

.ad_7 {
    margin: 2px 4px 2px 4px;
}

.copyright {
    text-align: center;
    padding: 4px 0px 4px 0px;
    margin: 0px 4px 0px 4px;
    background: #f1eaea;
    border: solid 1px #ddd;
}

.nav_bottom {
    position: fixed;
    width: 100%;
    max-width: 600px;
    height: 50px;
    background-color: #f5f5f5;
    margin: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    box-shadow: 0 -1px 3px rgba(0,0,0,0.1);
}

.nav_bottom_item li {
    text-align: center;
    background-color: white;
    border: 1px solid #ccc;
    padding: 6px 0;
    cursor: pointer;
}

.nav_bottom_item a {
    display: block;
    color: gray;
}

.nav_bottom_item img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.table_post {
    width: 100%;
    table-layout: fixed;
    line-height: 20px;
    border-collapse: collapse;
}

.table_post .th {
    width: 60px;
    text-align: right;
    white-space: nowrap;
}

.table_post td {
    padding: 6px 10px;
    vertical-align: top;
}

/* 响应式：超小屏下标签宽度缩小 */
@media screen and (max-width: 360px) {
    .table_post .th {
        width: 48px;
        font-size: 13px;
    }
    .table_post td {
        padding: 5px 6px;
    }
}

.table_post input,
.table_post select,
.table_post textarea {
    background-color: #d4eff3;
}

.table_post .border td {
    border: 1px solid #dfdada;
}

.table_post input,
.table_post select,
.table_post textarea {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.table_post input:focus,
.table_post select:focus,
.table_post textarea:focus {
    border-color: #0099cc;
    box-shadow: 0 0 0 2px rgba(0,153,204,0.15);
}

.table_post img {
    vertical-align: middle;
}

.fabu_tips {
    text-align: center;
    line-height: 34px;
    padding: 10px 0;
}

.fabu_tips img {
    width: 20px;
    vertical-align: sub;
    margin-right: 5px;
}

.fabu_tips span {
    font-size: 14px;
    font-weight: bold;
    color: red;
}

.fabu_btns {
    text-align: center;
    position: fixed;
    width: calc(100% - 8px);
    max-width: 600px;
    bottom: 0px;
    left: 4px;
    height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px -2px 4px rgba(0,0,0,0.1);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e0e0e0;
}
@media screen and (min-width: 608px) {
    .fabu_btns {
        width: 600px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.fabu_btns button {
    width: 85%;
    max-width: 500px;
    height: 42px;
    background-color: #f33030;
    font-family: "黑体","Microsoft YaHei",sans-serif;
    font-weight: bold;
    color: white;
    font-size: 17px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: background-color 0.2s;
}
.fabu_btns button:active {
    background-color: #c92020;
}
.fabu_btns button:disabled {
    background-color: #999;
    cursor: not-allowed;
}

.ad_6 {
    padding: 4px;
    border: 1px solid #d0e4ed;
}

.post_head {
    border: 1px solid #b8d8e8;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    margin: 0px 0px 0px 0px;
    background: #4db1f5;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

/* ===== 待审核信息页 ===== */
.underreview-tips {
    margin: 4px 8px 4px;
    padding: 12px;
    background-color: #fff8e1;
    color: #856404;
    border: 1px solid #ffe082;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

.underreview-table-wrap {
    margin: 4px 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.underreview-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.underreview-table thead th {
    background-color: #e8f4f8;
    color: #333;
    font-weight: bold;
    padding: 10px 8px;
    border-bottom: 2px solid #b0d4e3;
    text-align: center;
    white-space: nowrap;
}
.underreview-table thead th:first-child {
    text-align: left;
}

.underreview-table tbody td {
    padding: 10px 8px;
    vertical-align: middle;
}

.underreview-table tbody tr {
    border-bottom: 1px solid #e8e8e8;
}

.underreview-table tbody tr.odd {
    background-color: #fff;
}
.underreview-table tbody tr.even {
    background-color: #f9fbfc;
}

.underreview-table .title-cell {
    text-align: left;
    word-break: break-word;
    color: #333;
    /* 最多2行，超出省略 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 3em;
}

.underreview-table .status-cell {
    text-align: center;
}

.status-badge {
    display: inline-block;
    padding: 2px 10px;
    background-color: #e3f2fd;
    color: #1565c0;
    border-radius: 10px;
    font-size: 13px;
    font-weight: bold;
}

.underreview-table .time-cell {
    text-align: center;
    color: #888;
    font-size: 13px;
    white-space: normal;
    line-height: 1.6;
}

.underreview-table .empty-cell {
    text-align: center;
    padding: 30px 8px;
    color: #999;
}

.underreview-pagination {
    text-align: center;
    margin: 8px;
    padding: 10px;
    background-color: #f5f9fb;
    border: 1px solid #e0e8ed;
    border-radius: 6px;
}

.underreview-pagination a {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 2px;
    color: #555;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
}
.underreview-pagination a.curr {
    color: #fff;
    background-color: #0099cc;
    border-color: #0099cc;
}

/* 旧的 under_* 样式（保留兼容） */
.under_1 {
    background-color: rgb(211, 241, 255);
    border: 1px solid #b8d8e8;
    margin: 4px;
    padding: 4px;
    text-align: center;
}

.under_2 {
    border: 1px solid #b8d8e8;
    text-align: center;
}

.under_3 {
    background-color: #b8dced;
    line-height: 30px;
}

.under_4 {
    text-align: center;
}

.under_5 {
    text-align: center;
    border: 1px solid #b8d8e8;
    margin: 4px;
    background-color: rgb(211, 241, 255);
    padding: 5px;
}

.zhuanti {
    margin: 8px 4px;
    border-radius: 6px;
    text-align: center;
    line-height: 44px;
    border: none;
    background-color: #f73131;
}

.zhuanti_1 {
    text-align: center;
    position: relative;
    color: #FFFFFF;
    border: none;
    font-size: 15px;
    font-weight: bold;
}

.fabu {
    text-align: center;
    background-color: #FFEDEC;
    border-radius: 4px;
    line-height: 40px;
    margin: 4px;
    border: 1px #ff6600 solid;
}

.fabu_1 {
    position: relative;
    color: #ff0000;
    text-align: center;
}

.payment {
    text-align: center;
}

.payment .imgbox {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.payment .total {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.payment .total span {
    color: red;
}

.payment .qrcode {
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #666;
    width: 200px;
}

.payment .qrcode img {
    width: 100%;
}

.payment .bottom {
    padding: 10px;
    border-top: 1px solid #ccc;
}

/* 返回顶部按钮样式 */
.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    z-index: 9999;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.back-to-top img {
    width: 24px;
    height: 24px;
    margin-top: 8px;
}

.under_2-container {
    width: 100%;
    overflow-x: auto;
    margin: 0 4px;
}

.under_2 {
    width: 98.5%;
    border-collapse: collapse;
}

.under_2 th,
.under_2 td {
    border: 1px solid #e5e7eb;
    padding: 10px;
}

.under_2 td:first-child {
    word-break: break-word;
}

/* 优化表格行分隔 */
.under_2 tr {
    border-bottom: 1px solid #e5e7eb;
}

.under_2 td {
    border-right: 1px solid #e5e7eb;
}

.under_2 td:last-child {
    border-right: none;
}

.window {
    padding: 0 10px;
}

.window .form-group {
    margin: 10px 0;
}

.window .bt {
    color: red;
    font-weight: bold;
    padding: 0 !important;
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
}

.window .form-control {
    margin-bottom: 10px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
}

.window textarea.form-control {
    height: auto;
    resize: vertical;
}

.window .captcha-row {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}

.window .captcha-row .form-control {
    flex: 1;
    margin-bottom: 0;
}

.window .captcha-row img {
    height: 34px;
    cursor: pointer;
}

.window .notice {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
}

.window .submit_btn {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
}

.window .submit_btn .btn {
    min-width: 80px;
}

.window h4 {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.window .form-group textarea {
    width: 100%;
}

.window .form-group input {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.window .oaqrcode img {
    max-width: 300px;
    margin: auto;
}

.window .total {
    font-weight: bold;
    padding-left: 15px;
    font-size: 15px;
    margin: 0;
}

.window .total span {
    color: red;
}

.article_item {
    display: flex;
    align-items: center;
    margin: 6px 4px;
    background: #fff;
    border-radius: 8px;
    padding: 14px 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    transition: background 0.2s;
}
.article_item:active {
    background: #f0f7ff;
}

.article_item .article_icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: linear-gradient(135deg, #0099cc, #00bcd4);
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.article_item .article_body {
    flex: 1;
    min-width: 0;
}

.article_item .article_title {
    font-size: 15px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article_item .article_title a {
    color: #333;
    text-decoration: none;
}
.article_item .article_title a:visited {
    color: #888;
}

.article_item .article_cat {
    display: inline-block;
    color: #ff6600;
    font-size: 12px;
    background: #fff3e6;
    padding: 1px 6px;
    border-radius: 3px;
    margin-right: 4px;
    text-decoration: none;
}

.article_item .article_meta {
    font-size: 12px;
    color: #aaa;
    display: flex;
    gap: 10px;
}

.article_item .article_right {
    flex: 0 0 auto;
    text-align: right;
    margin-left: 10px;
}

.article_item .article_visit {
    display: block;
    font-size: 11px;
    color: #aaa;
    margin-top: 2px;
}
.article_item .article_visit::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle cx="8" cy="8" r="3" fill="none" stroke="%23999" stroke-width="1.5"/><path d="M8 3 C3 3 0 8 0 8 C0 8 3 13 8 13 C13 13 16 8 16 8 C16 8 13 3 8 3Z" fill="none" stroke="%23999" stroke-width="1.5"/></svg>') center/contain no-repeat;
    margin-right: 3px;
    vertical-align: -2px;
}

.article_time {
    font-size: 12px;
    color: #999;
}
.article_visit {
    font-size: 12px;
    color: #999;
}

.m_menu_renew {
	background-color: #0099cc;
	color:#FFF;
	border-radius: 3px;
	padding: 1px 4px 1px 4px;
}

.m_menu_top {
	background-color: #ef2730;
	color:#FFF;
	border-radius: 3px;
	padding: 1px 4px 1px 4px;
}

.m_menu_report {
	background-color: #e59418;
	color:#FFF;
	border-radius: 3px;
	padding: 1px 4px 1px 4px;
}

.m_menu_delete {
	background-color:#969c95;
	color:#FFF;
	border-radius: 3px;
	padding: 1px 4px 1px 4px;
}

.m_thread_image {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
	border-radius: 4px !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 10px !important;
	box-sizing: border-box !important;
}

.info_box .sticky,
.info_box .tag {
    color: #FFFFFF;
    margin-right: 10px;
    padding: 0px 5px;
    float: right;
    background: #f84d1f;
	border-radius:4px;
}


/* 按钮组样式 */
.btn-group {
	position: fixed;
	left: 0;
	top: 60%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 0 8px 8px 0;
	width: 36px;
	z-index: 9999 !important; /* 提高z-index确保在最上层 */
}

/* 按钮基础样式 */
.gz-btn, .dy-btn, .bk-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 34px;
	color: white;
	font-size: 12px;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-weight: bold;
}

/* 分割线 */
.btn-split {
	height: 1px;
	width: 80%;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.3);
}

/* 页面内容样式（仅为示例，可根据实际情况调整） */
.page-content {
	max-width: 480px;
	margin: 0 auto;
	padding: 20px;
}

.content-block {
	height: 300px;
	background-color: #f0f0f0;
	border-radius: 8px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
}

/* ---------- 地区选择弹窗 ---------- */
.area-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.area-modal {
    background: #fff;
    border-radius: 12px;
    width: 85%;
    max-width: 320px;
    max-height: 70vh;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.area-modal-header {
    background: linear-gradient(135deg, #0099cc 0%, #007aa3 100%);
    color: #fff;
    padding: 15px;
    text-align: center;
}

.area-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.area-modal-body {
    padding: 15px;
    max-height: 50vh;
    overflow-y: auto;
}

.area-btn-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.area-btn {
    display: block;
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    background: #f5f5f5;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}

.area-btn:hover {
    background: #0099cc;
    color: #fff;
    border-color: #0099cc;
}

/* 左侧浮动按钮组增加地区按钮 */
.area-float-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 34px;
    color: white;
    font-size: 12px;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-weight: bold;
}

/* ---------- 下拉刷新样式 ---------- */
.pull-to-refresh {
    position: relative;
    overflow: hidden;
}

.ptr-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    transition: transform 0.3s ease;
    transform: translateY(-80px);
}

.ptr-indicator.visible {
    transform: translateY(0);
}

.ptr-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.ptr-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #fff;
    margin-bottom: 8px;
    transition: transform 0.3s ease;
}

.ptr-indicator.pulling .ptr-arrow {
    transform: rotate(180deg);
}

.ptr-indicator.refreshing .ptr-arrow {
    display: none;
}

.ptr-spinner {
    display: none;
    width: 24px;
    height: 24px;
    border: 3px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: ptr-spin 0.8s linear infinite;
    margin-bottom: 8px;
}

.ptr-indicator.refreshing .ptr-spinner {
    display: block;
}

.ptr-text {
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    text-align: center;
    width: 100%;
}

@keyframes ptr-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 页面内容过渡效果 */
.ptr-content-wrapper {
    transition: transform 0.3s ease;
    min-height: 100vh;
    padding-top: 0;
}

.ptr-content-wrapper.pulling {
    transform: translateY(80px);
}

.ptr-content-wrapper.refreshing {
    transform: translateY(80px);
}
content_p  {
	line-height: 26px;
}
.page_p {
	line-height: 26px;
	text-indent: 2em;
}
.page_1 {
	text-indent: 2em;
	font-weight: bold;
}
.page_2 {
	text-indent: 2em;
	font-weight: bold;

}
.page_3 {
	text-indent: 2em;
	font-weight: bold;

}
.page_foot  {
	text-indent: 2em;
	color: #666;
	margin: 0px;
}

.page_image {
	border-radius: 4px;
}