﻿/* ========================================
   lifo_list.css - 礼佛列表页面样式
   ======================================== */

/* ===== 基础重置 ===== */
body {
    width: 100%;
    overflow-x: hidden;
}

a {
    cursor: pointer;
}

.hidden {
    display: none;
}

/* ===== 字体颜色类 ===== */
.font1 {
    color: #8b4513 !important;
}

.font2 {
    color: #c1168c !important;
}

.font3 {
    color: #7a7237 !important;
}

/* ===== 顶部区域 ===== */
.head1 {
    height: 40px;
    background: url(/fo/image/hdd.png) repeat-x;
}

/* ===== 标题区域 ===== */
.am-header-title {
    margin: 0 10%;
}

.header-icon {
    width: 45px;
    height: 45px;
    margin-top: 2px;
}

.header-icon.flip-x {
    transform: scaleX(-1);
}

.am-header-title font {
    color: #ebdda5;
    text-shadow: 0 1px 0 #f30707;
    font-weight: 700;
    font-size: 20px;
}

/* ===== 音乐播放器 ===== */
#play_btn {
    top: 48px;
}

/* ===== 公告滚动区域 ===== */
#aaa {
    width: 100%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
}

#aaa a {
    color: #8b4513;
}

.panel-header {
    padding-bottom: 2px;
    background-color: rgba(255, 255, 255, 0.73);
}

.notice-scroll {
    position: absolute;
    top: 2px;
    height: 24px;
    line-height: 24px;
}

/* ===== 分割线 ===== */
.divider-line {
    width: 100%;
    height: 22px;
    background-image: url(/fo/image/wh1431.png);
}

/* ===== 万年历区域 ===== */
.calendar-year {
    font-size: 15px;
    line-height: 45px;
}

.calendar-date {
    font-size: 15px;
}

.calendar-lunar {
    font-size: 15px;
    line-height: 15px;
}

.calendar-festival {
    margin-top: -14px;
    font-size: 15px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-icon {
    top: -4px;
    position: relative;
    vertical-align: top;
    width: 24px;
    height: 24px;
}

.calendar-icon.flip-x {
    transform: scaleX(-1);
}

/* ===== 面板样式 ===== */
.am-panel-default {
    margin-bottom: 0;
}

.panel-body {
    padding: 0;
}

/* ===== 佛像区域表格 ===== */
.buddha-table {
    z-index: 777777;
}

.buddha-table-inner {
    overflow: hidden;
    display: block;
}

.buddha-td-left {
    padding-left: 10px;
    color: #ffffff;
    width: 120px;
    height: 80px;
}

.buddha-td-center {
    width: 162px;
}

.buddha-td-right {
    width: 118px;
}

.buddha-image-main {
    z-index: 9999;
    width: 163px;
    height: 235px;
    position: relative;
}

.buddha-side-img {
    padding-left: 30px;
    height: 82px;
    border: 0;
    width: 90px;
}

.buddha-side-img-right {
    padding-left: 28px;
    height: 82px;
    border: 0;
    width: 90px;
}

.buddha-bottom-img {
    width: 120px;
    height: 105px;
}

.buddha-bottom-center {
    width: 162px;
    height: 105px;
}

.buddha-bottom-right {
    width: 118px;
    height: 105px;
}

/* 心诚则灵背景 */
.buddha-name-bg {
    text-align: center;
    vertical-align: middle;
    background: url(/fo/image/m_sjmnf_21.gif);
    height: 56px;
}

.buddha-name-bg table {
    width: 367px;
    height: 35px;
}

.buddha-name-bg td {
    text-align: center;
    vertical-align: middle;
    height: 17px;
}

.sxrf14 {
    font-size: 14px;
}

/* ===== 用户信息区域 ===== */
.user-info-header {
    width: 100%;
    padding: 10px;
    margin-bottom: -3px;
    text-align: center;
}

.user-info-header font {
    font-size: 16px;
    font-weight: bold;
    color: #cb161c;
}

.user-info-header img {
    width: 34px !important;
    height: 34px !important;
}

/* ===== 列表样式 ===== */
.am-list {
    padding: 0;
}

.list-clean {
    padding: 0;
}

.am-list li {
    font-size: 16px;
}

.am-list li.f16 {
    font-size: 16px;
}

.am-list li.bluef12 {
    color: #003466;
}

/* 用户信息项 */
.user-name {
    top: 3px;
    margin-left: 1px;
    margin-right: 1px;
}

.user-icon {
    vertical-align: top;
    width: 26px;
    height: 26px;
}

/* 随喜加持按钮 */
.bless-btn-wrap {
    float: right;
    margin-top: -1px;
}

.bless-btn {
    background: none;
    position: relative;
    z-index: 99;
    text-align: right;
    border: none;
    font-size: 16px;
    font-family: Microsoft YaHei;
    cursor: pointer;
    border-radius: 5px;
    margin-right: -8px;
    outline: none;
    color: #a3a3a3;
}

.bless-btn:hover {
    color: red;
}

.bless-btn:active {
    color: red;
}

.bless-btn.blessed {
    color: #ff0000;
    font-weight: bold;
}

/* 捐赠信息 */
.donation-info a,
.donation-link {
    color: #003466;
}

.donation-info img,
.donation-icon {
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.donation-highlight {
    color: #ff6f27;
    font-weight: bold;
}

.donation-emoji {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.donation-blessing {
    color: #8b4513;
    font-size: 12px;
}

/* 缘主链接 */
.user-link {
    display: contents;
}

.user-link img {
    height: 24px;
    width: 24px;
}

/* 祈愿内容 */
.wish-content {
    font-size: 16px;
    z-index: 99;
}

.wish-text p {
    margin-top: 5px;
    margin-bottom: -10px;
}

/* 回向功德 */
.merit-content {
    font-size: 16px;
}

/* 佛缘堂链接 */
.foyuan-link {
    z-index: 99;
    cursor: pointer;
    position: relative;
    color: #003466;
}

.foyuan-link img {
    height: 24px;
    width: 24px;
}

/* 二维码区域 */
.qrcode-link {
    display: inline;
}

.qrcode-img {
    height: 54px;
    width: 54px;
}

/* 偈语区域 */
.jiyi-icon {
    width: 24px;
    height: 24px;
}

/* 我要礼佛按钮 */
.lifo-btn-wrap {
    padding: 7px 0;
}

.lifo-btn-icon {
    height: 30px;
    width: 30px;
    padding-top: -3px;
    position: relative;
    top: -4px;
}

/* ===== 分页样式 ===== */
.pagination-wrap {
    max-width: 350px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0 auto;
}

.pagebar {
    z-index: 999;
    position: relative;
}

.pagination {
    text-align: center;
}

.page-item {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.page-item:hover {
    background: #f5f5f5;
}

.page-item.disabled {
    color: #999;
    cursor: not-allowed;
}

.fontp {
    text-align: center;
    margin-top: 10px;
    color: #666;
}

/* ===== 空状态 ===== */
.empty-state {
    text-align: center;
    padding: 50px;
    color: #999;
    font-size: 16px;
}

/* ===== 动画 ===== */
@keyframes floatUp {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateY(-20px) scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: translateY(-40px) scale(0.8);
        opacity: 0;
    }
}

/* ===== 雪花/飘花效果 ===== */
.snowbox {
    width: 25px;
    height: 26px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 100000;
    top: -41px;
}

/* ===== emoji 图标 ===== */
.emoji {
    height: 1em !important;
    width: 1em !important;
}

/* ===== 莲花图标 ===== */
.lianhua img {
    width: 25px;
    height: 22px;
    vertical-align: top;
}

/* ===== 按钮基础样式 ===== */
.btn {
    color: #a3a3a3;
}

.btn:hover {
    color: red;
}

.btn:active {
    color: red;
}

/* ===== 小盘样式 ===== */
.xiaopan {
    /* 小盘容器 */
}

/* ===== 灯笼样式 ===== */
.deng-box,
.deng-box1 {
    /* 灯笼容器 */
}

.deng {
    /* 灯笼主体 */
}

.deng-a {
    /* 灯笼上部 */
}

.deng-b {
    /* 灯笼中部 */
}

.deng-t {
    /* 灯笼文字 */
}

.xian {
    /* 灯笼线 */
}

.shui,
.shui-a,
.shui-b,
.shui-c {
    /* 灯笼穗 */
}

/* ===== 背景图片区域 ===== */
.imgbg {
    /* 背景图片类 */
}

/* ===== 其他辅助类 ===== */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.hidden-sm {
    /* 小屏隐藏 */
}

/* ===== 禁用状态 ===== */
.disabled {
    opacity: 0.6;
    pointer-events: none;
}