.ui.comments .comment{
    border-top: 1px solid rgba(34,36,38,.15) !important;
    border-bottom: 0 !important;
}

.ui.dividing.header{
    border-bottom: 0 !important;
}

.ui.comments .comment .author{
    font-size: 0.9em !important;
    font-weight: 600 !important;
    color: rgba(170, 168, 168, 0.87) !important;
    padding: .4em 0 .4em !important;
}

.ui.comments .comment .text{
    font-size: .9em !important;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif !important;
}

.ui.comments .comment:first-child {
    border-top: 0 !important;
}

.ui.horizontal.list {
    /* 保持原有样式 */
    .item {
        display: inline-flex !important;
        align-items: center;
        vertical-align: middle;

        > .icon:not(.button) {
            margin-right: 0.3rem !important;
            font-size: inherit !important;
            line-height: 1;
        }

        .content {
            display: inline-block;
            vertical-align: middle;
            padding-left: 1px !important;
        }
    }
}

.ui.grid>.column:not(.row) {
    padding-top: 6px !important;
}

.tm{
    margin-top: 6px !important;
}

/*.ui.padded.segment{*/
/*  padding-bottom: 0px !important;*/
/*}*/

.latest{
    font-size: 12px;
    float: none !important;
    display: block !important;
    margin: 3px auto !important;
    color: #4579ac !important;
}

.fgx{
    border-top: 1px solid rgb(34 36 38 / 10%) !important;
}

.xgtj{
    padding-top: 10px;
}

.ui.form textarea:not([rows]) {
    height: 12em;
    min-height: 5em;
    max-height: 8em;
}

.jzdq{
    text-align: center !important;
    padding-top: 3px !important;
}

.dbp{
    padding-bottom: 5px !important;
}

.ucy{
    padding-bottom: 0 !important;
}
.rq{
    margin-top: 8px !important;
    font-size: 12px !important;
}

.ztpm{
    text-align: center;
    font-size: 13px !important;
}

#underTitleCon{
    min-width: max-content;
    color: #a09c9c;
    padding-left: 12px;
    font-size: 13px;
    margin-top: 4px !important;
}

.zjj{
    margin-left: 3px !important;
    flex-shrink: 0;
}

body{
    background-image: none !important;
    background-color: #c8d3d95c !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}
.content {
    flex: 1 !important; /* 让主要内容占据剩余空间 */
}

/* 修改 footer 样式 */
.footer.segment {
    /*position: static; !* 初始为静态定位 *!*/
    width: 100%;
    background-color: #1b1c1d;
    color: white;
    padding: 10px 0;
    text-align: center;
    z-index: 1000;
    margin-top: auto; /* 新增：关键布局属性 */
}



.czjzdq{
    /*display: flex !important;;*/
    align-items: center !important;;
    justify-content: center !important;;
    height: 100% !important;
    padding: 0 !important;
}

.ewm{
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
}

.ui.dimmer{
    background-color: rgb(0 0 0 / 50%) !important;
}


#goldCoinModal{
    width: 400px;
    border: 1px solid #d5d5d5 !important;
    border-radius: 16px !important; /* 圆角半径 */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2) !important; /* 添加柔和的阴影效果 */
    overflow: hidden;
}

.ui.inverted.teal.button, .ui.inverted.teal.buttons .button
{
    background-color: transparent;
    box-shadow: 0 0 0 2px #00b5ad inset !important;
    color: #00ccc3;
}

.ui.inverted.teal.button:hover, .ui.inverted.teal.buttons .button:hover
{
    background-color: #00b5ad;
}



/* 优化后的金币弹窗样式 */
#goldCoinModal {
    width: 420px;
    border: none !important;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow:
            0 12px 28px rgba(0, 0, 0, 0.2),
            0 8px 20px rgba(0, 0, 0, 0.15) !important;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}

#goldCoinModal .header {
    padding: 1.5rem 1rem !important;
    color: white !important;
    font-size: 1.3rem !important;
    text-align: center;
    border-bottom: 3px solid rgba(255,255,255,0.2) !important;
}

#goldCoinModal .content {
    padding: 1rem 1.5rem 1.5rem !important;
    font-size: 1.1rem;
    text-align: center;
    color: #333;
    line-height: 1.6;
}

#goldCoinModal .actions {
    padding: 1rem !important;
    background: rgba(245, 245, 245, 0.8) !important;
    border-top: 1px solid rgba(34,36,38,0.15) !important;
    display: flex;
    justify-content: center;
    gap: 15px;
}

#goldCoinModal .button {
    min-width: 120px !important;
    padding: 0.8rem 1.5rem !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    font-weight: bold !important;
}

#goldCoinModal .ui.grey.button {
    background: #f0f0f0 !important;
    color: #666 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
}

#goldCoinModal .ui.grey.button:hover {
    background: #e0e0e0 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
}

#goldCoinModal .ui.teal.button {
    background: linear-gradient(135deg, #00b5ad 0%, #009c95 100%) !important;
    color: white !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
}

#goldCoinModal .ui.teal.button:hover {
    background: linear-gradient(135deg, #009c95 0%, #00857f 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
}

#goldCoinModal .icon.header i.icon {
    font-size: 2.5rem !important;
    color: #32b66e !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin-bottom: 0.5rem !important;
}

/* 添加动画效果 */
@keyframes modalEntrance {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

#goldCoinModal {
    animation: modalEntrance 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}


/* 优化后的金币弹窗样式 */
#goldCoinModal {
    width: 420px;
    border: none !important;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow:
            0 12px 28px rgba(0, 0, 0, 0.2),
            0 8px 20px rgba(0, 0, 0, 0.15) !important;
    /*background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);*/
    background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
    transition: all 0.3s ease;
    transform: translateY(0);
}

/* 添加鼠标悬停浮动效果 */
#goldCoinModal:hover {
    transform: translateY(-8px);
    box-shadow:
            0 16px 32px rgba(0, 0, 0, 0.25),
            0 12px 24px rgba(0, 0, 0, 0.2) !important;
}

#goldCoinModal .header {
    padding: 1.5rem 1rem 0.2rem !important;
    color: white !important;
    font-size: 1.3rem !important;
    text-align: center;
    border-bottom: 0 !important;
}

/* 如果父容器需要垂直居中 */
.mtlogo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: -10px;
}
/* 在现有的 .brand.item img 样式中修改 */
.mtlogo img {
    display: block;           /* 使 margin 生效 */
    margin: 8px auto;           /* 水平居中 */
}


#zxfxcard{
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.yl{
    font-size: 12px;
    color: #1e1e69;
    padding-left: 5px;
}

#pagination-container{
    margin-top: -30px;
    padding: 1px 0px;
}

#pagination{
    font-size: .70857143rem !important;
    border: 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.ui.tabular.menu .active.item {
    border-bottom: 2px solid #a4a6aa;
}

.ui.tabular.menu .item {
    border-left: 0;
    border-right: 0;
    border-top: 0;

}

/* 确保tab内容区的显示/隐藏正确，添加!important确保覆盖Semantic UI默认样式 */
.ui.tab.segment.bqb {
    display: none !important;
}

.ui.tab.segment.bqb.active {
    display: block !important;
}
