/* ============================================================
   商标页「品质保证商标服务」区块美化（独立文件，仅作用于该区块）
   ============================================================ */

/* ---------- 上半：业务分类白色大卡片，圆角 ---------- */
.quality .content .con-r .con-r-top {
    border-radius: 14px;
    height: auto !important;
    min-height: 180px;
    overflow: hidden;
}

/* 分类标题 */
.quality .con-r-top h3 {
    color: #1f2a44;
}

/* 分类链接列 */
.quality .con-r-top .service-li {
    width: 130px;
}

.quality .con-r-top .service-li a {
    width: auto;
    padding: 2px 8px;
    margin: 1px 0;
    border-radius: 6px;
    color: #5a6478;
    transition: background 0.2s, color 0.2s;
}

.quality .con-r-top .service-li a:hover {
    background: #e8f1fb;
    color: #0074D2;
}

/* 「更多服务」按钮：蓝色渐变 */
.tm-index-service-button a {
    background: linear-gradient(135deg, #2b93ea 0%, #0074D2 100%) !important;
    border-color: #0074D2 !important;
    color: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 6px 16px rgba(0, 116, 210, 0.3);
    transition: background 0.25s, box-shadow 0.25s;
}

.tm-index-service-button a:hover {
    background: linear-gradient(135deg, #1e86de 0%, #0064B5 100%) !important;
    box-shadow: 0 8px 20px rgba(0, 116, 210, 0.42);
}

/* ---------- 下半：5 个服务卡片，独立悬浮 ---------- */
.quality .con-bot.bg-fff {
    display: flex;
    gap: 14px;
    margin-top: 14px;
    background: transparent !important;
}

.quality .con-bot li {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    background: #fff;
    border: 1px solid #ecf0f7 !important;
    border-radius: 14px;
    padding: 28px 14px 24px;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.quality .con-bot li:hover {
    transform: translateY(-6px);
    border-color: #cfe0f5 !important;
    box-shadow: 0 18px 36px rgba(20, 60, 130, 0.14) !important;
}

.quality .con-bot li .li-icon {
    background: #eaf1fc !important;
    transition: background 0.28s, transform 0.28s, box-shadow 0.28s;
}

.quality .con-bot li:hover .li-icon {
    background: linear-gradient(135deg, #2b93ea 0%, #0074D2 100%) !important;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 116, 210, 0.3);
}

.quality .con-bot li:hover .li-icon i {
    color: #fff !important;
}

.quality .con-bot li h3 {
    color: #2b3444;
}

.quality .con-bot li:hover h3 {
    color: #0074D2 !important;
}

.quality .con-bot li p {
    height: auto;
    margin-bottom: 14px;
    color: #8a94a6;
    line-height: 1.5;
}

/* 价格：柔和红 */
.quality .con-bot li .li-price span,
.quality .con-bot li .li-price b {
    color: #f5564a;
}

.quality .con-bot li .li-price i {
    color: #8a94a6;
}
