/* ============================================
   会员中心 · 精致大厂风格 UI
   ============================================ */

.block {
    margin: 0;
    background-color: transparent;
}

.list-group-item {
    border: 0;
    padding: 8px 12px;
}

.list-group-item b {
    font-weight: 600;
}

.list-group-item img {
    width: 2.2rem;
}

.panel-default {
    border-color: transparent;
    border-radius: 12px;
    padding-top: 6px;
    position: relative;
}

.panel-default .title-panel {
    top: 6px;
    position: absolute;
    width: 100%;
    height: 17%;
    left: 0;
    z-index: 999;
}

.panel-default .title-panel .view {
    margin: auto;
    width: 28%;
    height: 100%;
    border-radius: 8px;
    transform: perspective(10px) scale(1.2, 1.1) rotateX(-5deg);
    position: relative;
}

.panel-default .view-title {
    top: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 800;
}

.panel {
    background-color: transparent;
    border: 0;
}

.fz-view {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fz-view .fz-detail {
    width: 47%;
    height: 8rem;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.fz-view .fz-detail .fz-info {
    width: 100%;
    height: 90%;
    border-radius: 14px;
    position: relative;
    z-index: 9;
}

.fz-view .fz-detail .fz-bg {
    width: 95%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 8;
    border-radius: 14px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.85);
}

.fz-view .fz-detail .fz-detail-bg {
    width: 100%;
    height: 150%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.layerdemo {
    border-radius: 12px;
    color: #1a1a1a;
    overflow: hidden;
}

a {
    color: #1a1a1a;
    text-decoration: none;
}

a:hover {
    color: #ff4545;
    text-decoration: none;
}

.a_tap {
    font-weight: 600;
    border-bottom: 2px solid #ff4545;
    color: #ff4545 !important;
}

.flowlist {
    width: 95%;
    margin: 0 auto;
    padding: 12px 0;
}

.layui-flow-more {
    padding: 8px 0;
    color: #999;
    font-size: 12px;
}

/* ===== 列表卡片（核心优化） ===== */
.list-item {
    width: 100%;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    padding-bottom: 12px;
    position: relative;
    transition: box-shadow 0.2s ease, transform 0.15s ease;
}

.list-item:active {
    transform: scale(0.995);
}

.list-item .list-item-top {
    width: 100%;
    font-size: 0.95rem;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* ===== 标签徽章（渐变优化） ===== */
.list-item .list-item-top [class*="item-logo-"] {
    height: 2.4rem;
    line-height: 2.5rem;
    width: auto;
    min-width: 5rem;
    border-radius: 0 0 0 14px;
    background: transparent;
    padding-right: 10px;
}

.list-item .list-item-top [class*="item-logo-"] .item-logo-img {
    height: 100%;
    width: auto;
    min-width: 4.2rem;
    border-radius: 0 0 0 14px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0 12px;
}

/* item-logo-0 灰色 */
.list-item .list-item-top .item-logo-0 { background: rgba(150, 150, 150, 0.1); }
.list-item .list-item-top .item-logo-0 .item-logo-img {
    background: linear-gradient(135deg, #bdbdbd, #9e9e9e);
    box-shadow: 0 2px 6px rgba(158, 158, 158, 0.3);
}

/* item-logo-1 橙色 */
.list-item .list-item-top .item-logo-1 { background: rgba(255, 152, 0, 0.1); }
.list-item .list-item-top .item-logo-1 .item-logo-img {
    background: linear-gradient(135deg, #ffb74d, #ff9800);
    box-shadow: 0 2px 6px rgba(255, 152, 0, 0.3);
}

/* item-logo-2 蓝色 */
.list-item .list-item-top .item-logo-2 { background: rgba(33, 150, 243, 0.1); }
.list-item .list-item-top .item-logo-2 .item-logo-img {
    background: linear-gradient(135deg, #64b5f6, #2196f3);
    box-shadow: 0 2px 6px rgba(33, 150, 243, 0.3);
}

/* item-logo-3 红色 */
.list-item .list-item-top .item-logo-3 { background: rgba(244, 67, 54, 0.1); }
.list-item .list-item-top .item-logo-3 .item-logo-img {
    background: linear-gradient(135deg, #ef5350, #e53935);
    box-shadow: 0 2px 6px rgba(244, 67, 54, 0.3);
}

/* item-logo-4 绿色 */
.list-item .list-item-top .item-logo-4 { background: rgba(76, 175, 80, 0.1); }
.list-item .list-item-top .item-logo-4 .item-logo-img {
    background: linear-gradient(135deg, #66bb6a, #43a047);
    box-shadow: 0 2px 6px rgba(76, 175, 80, 0.3);
}

/* item-logo-5 紫色 */
.list-item .list-item-top .item-logo-5 { background: rgba(156, 39, 176, 0.1); }
.list-item .list-item-top .item-logo-5 .item-logo-img {
    background: linear-gradient(135deg, #ba68c8, #8e24aa);
    box-shadow: 0 2px 6px rgba(156, 39, 176, 0.3);
}

/* item-logo-6 青色 */
.list-item .list-item-top .item-logo-6 { background: rgba(0, 188, 212, 0.1); }
.list-item .list-item-top .item-logo-6 .item-logo-img {
    background: linear-gradient(135deg, #4dd0e1, #00acc1);
    box-shadow: 0 2px 6px rgba(0, 188, 212, 0.3);
}

/* item-logo-7 深橙 */
.list-item .list-item-top .item-logo-7 { background: rgba(255, 87, 34, 0.1); }
.list-item .list-item-top .item-logo-7 .item-logo-img {
    background: linear-gradient(135deg, #ff8a65, #ff5722);
    box-shadow: 0 2px 6px rgba(255, 87, 34, 0.3);
}

.list-item .list-item-top .item-operate {
    height: 2.8rem;
    line-height: 2.8rem;
}

.list-item .list-item-top .item-operate .item-operate-item {
    height: auto;
    padding: 0 1.2rem;
    text-align: center;
    color: #bbb;
    font-size: 1.3rem;
    display: inline-block;
    min-height: 44px;
    line-height: 44px;
    vertical-align: middle;
    transition: color 0.15s;
}

.list-item .list-item-top .item-operate .item-operate-item:active {
    color: #ff4545;
}

.list-item .list-item-top .item-operate .item-operate-border {
    border-right: 1px solid #f0f0f0;
}

/* ===== 卡片内容区 ===== */
.list-item .list-item-c {
    width: 92%;
    margin: 0 auto;
    padding-top: 6px;
}

.list-item .list-item-c .item-c-txet {
    width: 100%;
    font-size: 1.4rem;
    min-height: 3.2rem;
    line-height: 3.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px dashed #f0f0f0;
}

.list-item .list-item-c .item-c-txet:last-child {
    border-bottom: none;
}

.list-item .list-item-c .item-c-txet .item-c-title {
    font-weight: 600;
    white-space: nowrap;
    color: #555;
    font-size: 1.3rem;
    min-width: 5rem;
}

.list-item .list-item-c .item-c-txet .item-c-data {
    margin-left: 16px;
    color: #888;
    min-width: 60%;
    font-size: 1.3rem;
    word-break: break-all;
    line-height: 1.5;
}

/* ===== 操作按钮 ===== */
.list-btn {
    position: absolute;
    top: 30%;
    right: 0;
    width: 8rem;
}

.list-btn-item {
    width: 100%;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 16px 0 0 16px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.15s, opacity 0.15s;
}

.list-btn-item:active {
    transform: translateX(2px);
    opacity: 0.9;
}

/* ===== 提交按钮 ===== */
.submit_btn {
    background: linear-gradient(135deg, #ff6b6b, #ff4545) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 12px rgba(255, 69, 69, 0.3) !important;
    transition: transform 0.15s, box-shadow 0.2s !important;
}

.submit_btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(255, 69, 69, 0.25) !important;
}

/* ===== 顶部导航栏 ===== */
.block-back {
    background: #fff !important;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 12px !important;
}

.block-back a {
    color: #1a1a1a !important;
    font-weight: 600;
    font-size: 16px;
}

.block-back img {
    filter: brightness(0.3);
}

/* ===== 单元格 ===== */
.my-cell {
    background: #fff !important;
    margin: 10px 10px 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.my-cell-title {
    padding: 14px 14px 10px !important;
    border-bottom: 1px solid #f5f5f5;
}

.my-cell-title-l {
    font-size: 1.4rem !important;
    font-weight: 700;
    color: #1a1a1a;
}

/* ===== 表单 ===== */
.form-group-transparent {
    background: #fff !important;
    padding: 0 14px !important;
}

.form-group-border-bottom {
    border-bottom: 1px solid #f5f5f5;
}

.input-group-addon {
    background: #fff !important;
    border: none !important;
    color: #666 !important;
    font-weight: 500;
    min-width: 6rem;
    text-align: left !important;
}

.form-control {
    border: none !important;
    box-shadow: none !important;
    color: #333 !important;
    font-size: 1.3rem !important;
}

.form-control:focus {
    border-color: transparent !important;
}

/* ===== 搜索框 ===== */
.search-input {
    background: #f7f8fa !important;
    border-radius: 20px !important;
    padding-left: 16px !important;
    height: 38px !important;
    border: 1px solid transparent !important;
    transition: all 0.2s;
}

.search-input:focus {
    border-color: rgba(255, 69, 69, 0.3) !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(255, 69, 69, 0.08) !important;
}

.search-input::placeholder {
    color: #bbb !important;
    text-align: left !important;
}

/* ===== 分页 ===== */
.pagination {
    margin: 16px 0;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    margin: 0 3px;
    color: #666;
    min-width: 34px;
    text-align: center;
}

.pagination > .active > a,
.pagination > .active > span {
    background: linear-gradient(135deg, #ff6b6b, #ff4545) !important;
    border-color: #ff4545 !important;
    color: #fff !important;
}

/* ===== 空状态 ===== */
.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #bbb;
}

.empty-state i {
    font-size: 48px;
    color: #ddd;
    display: block;
    margin-bottom: 12px;
}

/* ===== layui 弹窗优化 ===== */
.layui-layer {
    border-radius: 14px !important;
    overflow: hidden;
}

.layui-layer-title {
    padding: 0 20px !important;
    height: 46px !important;
    line-height: 46px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    font-size: 15px !important;
    color: #1a1a1a !important;
    background: #fff !important;
    font-weight: 600;
}

.layui-layer-btn {
    padding: 12px 16px 16px !important;
    border-top: 1px solid #f5f5f5;
    display: flex !important;
    gap: 10px;
}

.layui-layer-btn .layui-layer-btn0 {
    flex: 1;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-color: #ff4545 !important;
    background: linear-gradient(135deg, #ff6b6b, #ff4545) !important;
    color: #fff !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    font-weight: 600;
}

.layui-layer-btn .layui-layer-btn1 {
    flex: 1;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-color: #eee !important;
    background: #f7f8fa !important;
    color: #666 !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    font-weight: 500;
}

/* ===== 表格优化 ===== */
.table {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.table > thead > tr > th {
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
    font-weight: 600;
    padding: 12px 10px;
}

.table > tbody > tr > td {
    border-top: 1px solid #f5f5f5;
    padding: 12px 10px;
    color: #333;
}

/* ===== 标签徽章 ===== */
.label {
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
}

.label-success {
    background: #e8f5e9;
    color: #2e7d32;
}

.label-warning {
    background: #fff3e0;
    color: #ef6c00;
}

.label-danger {
    background: #ffebee;
    color: #c62828;
}

.label-primary {
    background: #e3f2fd;
    color: #1565c0;
}

.label-info {
    background: #e0f7fa;
    color: #00838f;
}

/* ===== 隐藏滚动条 ===== */
::-webkit-scrollbar {
    width: 0;
    height: 0;
}
