@charset "utf-8";
/*这里是调用友价商城系统全站的样式，不受模板等影响，就是不管哪个模板，都是需要这些共用样式的 www.yj99.cn 请勿修改，否则影响全站*/

/*全站主题颜色 同一系列，从深到浅，最多三色*/
.g_abg{color:#333;} /*鼠标放上去有背景色的，主要用于列表筛选那种*/
.g_abg:hover{color:#fff;background-color:#dd0000;}
.g_abg_h{color:#fff;background-color:#dd0000;}

.g_abg1{background-color:#dd0000;} /*直接带背景颜色，用于一些a颜色之类的*/
.g_abg1:hover{background-color:#c10505;}

.g_bg{background-color:#dd0000;} /*直接带背景颜色,填充一些div之类的*/

.g_border{border-color:#dd0000;} /*边框颜色*/

.g_a{color:#dd0000;} /*常规a颜色*/
/*全站主题色结束*/

body{margin:0;font-size:12px;text-align:center;color:#333;word-wrap:break-word;font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;}
p{margin:2pt 0 0 0;}
*{margin:0 auto;padding:0;}
ul{list-style-type:none;margin:0;padding:0;}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:none;}
.acy{-webkit-transition:color 0.2s linear;-moz-transition:color 0.2s linear;-o-transition:color 0.2s linear;transition:color 0.2s linear;}
.bgcy{-webkit-transition-:background-color 0.2s linear;-moz-transition:background-color 0.2s linear;-o-transition:background-color 0.2s linear;transition:background-color 0.2s linear;}
form{margin:0;}
table,td{border-collapse:collapse;font-size:12px;}
input,select,textarea{outline:medium;font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;}
.yjcode{width:1400px;}
.fontyh{font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;color:#000;}
.red{color:#f00;}
.feng{color:#ff6600;}
.blue{color:#2255DD;}
.hui{color:#999;}
.green{color:#008800;}
.redony{background-color:#CFF;border:#999 solid 1px;color:red;}
.bfb{float:left;width:100%;clear:both;}
.clear{float:left;width:100%;}
.clear10{height:10px;}
.clear15{height:15px;}
.clear20{height:20px;}
.ad1{margin:15px 0 0 0;float:left;}
.ad{float:left;}
.adf{float:left;margin:-10px 0 0 0;}
.adbottom .ad1{float:left;margin:0 0 8px 0;}

.topbanner_hj{width:100%;min-width:1400px;float:left;}
.topbanner_hj a{display:block;width:100%;height:100%;}

.dqwz{float:left;width:1400px;height:25px;margin:15px 0 0 0;text-align:left;font-size:14px;color:#7F7F7F;}
.dqwz .u1{float:left;width:1400px;}
.dqwz .u1 li{float:left;}
.dqwz .u1 .l1{width:950px;}
.dqwz .u1 .l1 a{color:#7F7F7F;}
.dqwzbai{color:#fff;}
.dqwzbai .u1 .l1 a{color:#fff;}

/*显示一行*/
.lineone{display:inline-block;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis;}
.linetwo{text-overflow: -o-ellipsis-lastline;overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.linethree{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

.glopage{float:left;margin:20px 0 0 0;width:100%;padding:0 0 0 0;height:35px;clear:both;text-align:center;}
.glopage a{border:#E9E9E9 solid 1px;margin:0 2px;padding:8px 12px 9px 11px;background-color:#fff;}
.glopage a:hover{text-decoration:none;background-color:#F5F5F5;}
.glopage .a1{padding:8px 12px 9px 11px;color:#ff6600;}

.dlclo{float:left;width:100px;line-height:30px;text-align:center;cursor:pointer;}














/* ============================================
   列表页 + 详情页 shipin520 风格改版
   消防主题差异化（橙色 #ff6600）
   追加到 global.css 末尾，全站生效
   ============================================ */

/* ===== 列表页：素材卡片大圆角风格 ===== */
.serlist {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.serlist .u1 {
    float: left;
    margin: 0 15px 25px 15px;
    width: 310px;
    height: auto;
    overflow: hidden;
    text-align: left;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: none;
}

.serlist .u1:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.serlist .u1 li {
    float: left;
    width: 100%;
}

.serlist .u1 .l1 {
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
    height: 210px;
    overflow: hidden;
    margin-right: 0 !important;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.serlist .u1 .l1 img {
    width: 100% !important;
    height: 210px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.serlist .u1:hover .l1 img {
    transform: scale(1.08);
}

.serlist .u1 .l2 {
    width: 100% !important;
    height: auto !important;
    line-height: 1.5 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 12px 14px 8px 14px;
    box-sizing: border-box;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 54px;
}

.serlist .u1 .l3 {
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
    line-height: 1.6 !important;
    font-size: 13px !important;
    padding: 0 14px 12px 14px;
    box-sizing: border-box;
    color: #888;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== 列表页：价格标签 ===== */
.serlist .u1 .money {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: linear-gradient(135deg, #ff6600, #ff8c42);
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(255,102,0,0.4);
}

/* ===== 列表页：筛选/排序条升级 ===== */
.sxlist {
    background: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 20px 0 0 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* ===== 详情页：大布局改版 ===== */
.viewmain {
    padding: 20px 0;
}

.viewmain .left {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    box-sizing: border-box;
}

.viewmain .right {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    box-sizing: border-box;
}

/* ===== 详情页：标题升级 ===== */
.viewtit {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #222;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
}

/* ===== 详情页：信息区域 ===== */
.viewinfo {
    background: #fafafa;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.viewinfo div {
    line-height: 2 !important;
    font-size: 14px;
    color: #555;
}

.viewinfo strong {
    color: #333;
    margin-right: 8px;
}

/* ===== 详情页：预览区域升级 ===== */
.viewyulan {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 20px;
    background: #fefefe;
}

.viewyulan_title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ff6600;
    display: inline-block;
}

/* ===== 详情页：右侧推荐 ===== */
.viewrightbox {
    margin-bottom: 20px;
}

.viewrightbox .tit {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333;
    padding: 12px 15px;
    background: #f9f9f9;
    border-radius: 8px 8px 0 0;
    border-left: 4px solid #ff6600;
}

.viewrightbox ul {
    padding: 10px 15px;
}

.viewrightbox li {
    padding: 8px 0;
    border-bottom: 1px dashed #f0f0f0;
    font-size: 13px;
}

.viewrightbox li:last-child {
    border-bottom: none;
}

.viewrightbox li a {
    color: #555;
    transition: color 0.2s;
}

.viewrightbox li a:hover {
    color: #ff6600;
}

/* ===== 详情页：下载按钮升级 ===== */
.downbtn {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: linear-gradient(135deg, #ff6600, #ff8c42);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(255,102,0,0.3);
}

.downbtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255,102,0,0.4);
    color: #fff;
}

/* ===== 公共：面包屑升级 ===== */
.crumbs {
    padding: 15px 0;
    font-size: 13px;
    color: #888;
}

.crumbs a {
    color: #666;
    transition: color 0.2s;
}

.crumbs a:hover {
    color: #ff6600;
}

/* ===== 分页样式升级 ===== */
.fenye {
    text-align: center;
    padding: 30px 0;
}

.fenye a,
.fenye span {
    display: inline-block;
    padding: 6px 14px;
    margin: 0 3px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 13px;
    color: #666;
    background: #fff;
    transition: all 0.2s;
}

.fenye a:hover {
    border-color: #ff6600;
    color: #ff6600;
}

.fenye .current {
    background: #ff6600;
    color: #fff;
    border-color: #ff6600;
}

/* ===== 通用版块标题渐变条 ===== */
.box-title {
    position: relative;
    padding-left: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

.box-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background: linear-gradient(180deg, #ff6600, #ff8c42);
    border-radius: 2px;
}

/* ===== 右侧栏通用卡片 ===== */
.side-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    overflow: hidden;
}

.side-card-header {
    padding: 12px 15px;
    background: #fafafa;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}

.side-card-body {
    padding: 15px;
}

/* ============ fire_upgrade_all ============ */
/* ============================================================
   119share 首页 shipin520 风格深度改造 V3.0
   纯CSS覆盖，不改动任何HTML结构
   参照shipin520.com 1:1视觉复刻，主题色橙色差异化
   ============================================================ */

/* ===== 全局重置 ===== */
* { box-sizing: border-box; }
body { 
    background-color: #ffffff !important; 
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* ===== 主容器宽度：1400px ===== */
.yjcode { 
    width: 1400px !important; 
    max-width: 1400px !important; 
    margin: 0 auto !important; 
}

/* ===== 顶部辅助栏（浅色） ===== */
.bfbtop1 {
    background: #f5f5f5 !important;
    border-bottom: 1px solid #eee !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 12px !important;
}
.bfbtop1 .yjcode { height: 32px !important; display: flex !important; align-items: center !important; }
.bfbtop1 .logo { display: none !important; }
.bfbtop1 .top1fb { display: none !important; }
.bfbtop1 .top1tel { 
    height: 32px !important; 
    line-height: 32px !important; 
    font-size: 12px !important; 
    color: #999 !important;
    margin-right: auto !important;
}
.bfbtop1 .top1menu,
.bfbtop1 .login {
    height: 32px !important;
    line-height: 32px !important;
    font-size: 12px !important;
    float: right !important;
}
.bfbtop1 .top1menu a,
.bfbtop1 .login a {
    font-size: 12px !important;
    line-height: 32px !important;
    color: #666 !important;
}
.bfbtop1 .top1menu a:hover,
.bfbtop1 .login a:hover {
    color: #ff6600 !important;
}

/* ===== 主导航栏（深色 类似shipin520） ===== */
.bfbtop2 {
    background: linear-gradient(180deg, #2b2f36 0%, #1f2329 100%) !important;
    height: 72px !important;
    line-height: 72px !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    position: relative !important;
    z-index: 100 !important;
}
.bfbtop2 .yjcode {
    height: 72px !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
}

/* Logo（首页链接） */
.bfbtop2 .menua {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #fff !important;
    padding: 0 30px 0 0 !important;
    height: 72px !important;
    line-height: 72px !important;
    float: left !important;
    margin-right: 0 !important;
    letter-spacing: 1px !important;
}
.bfbtop2 .menua:hover { color: #ff6600 !important; }

/* 主导航菜单项 */
.bfbtop2 .menuxl {
    float: left !important;
    height: 72px !important;
    line-height: 72px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
}
.bfbtop2 .menuxl .a1 {
    height: 72px !important;
    line-height: 72px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.85) !important;
    padding: 0 16px !important;
    transition: all .2s !important;
    border: none !important;
}
.bfbtop2 .menuxl .a1:hover {
    color: #fff !important;
    background: rgba(255,255,255,0.08) !important;
}
.bfbtop2 .menuxl .a1 span {
    line-height: 72px !important;
}

/* 下拉菜单 */
.bfbtop2 .menuxl .u1 {
    background: #fff !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
    padding: 10px 0 !important;
    top: 72px !important;
    border: none !important;
}
.bfbtop2 .menuxl .u1 .l1 {
    border: none !important;
}
.bfbtop2 .menuxl .u1 a {
    color: #333 !important;
    font-size: 13px !important;
    line-height: 2.4 !important;
    padding: 0 18px !important;
    transition: all .15s !important;
}
.bfbtop2 .menuxl .u1 a:hover {
    color: #ff6600 !important;
    background: #f7f8fa !important;
}

/* ===== Banner通栏 ===== */
.banner {
    height: 420px !important;
    overflow: hidden !important;
    position: relative !important;
}
.banner .d1 {
    height: 420px !important;
    background-size: cover !important;
    background-position: center !important;
}
.banner .d2 {
    bottom: 24px !important;
    z-index: 3 !important;
}
.banner .d2 ul li {
    width: 20px !important;
    height: 3px !important;
    border-radius: 2px !important;
    background: rgba(255,255,255,0.4) !important;
    margin: 0 4px !important;
}
.banner .d2 ul li.on {
    background: #ff6600 !important;
}

/* ===== 首页搜索框：移到banner右边侧栏位置（shipin520没有中央搜索，搜索在顶部）
   这里保留搜索功能，但改造成banner右侧悬浮搜索卡 ===== */
.indexsearch {
    position: absolute !important;
    top: -390px !important;
    right: 0 !important;
    z-index: 20 !important;
    width: 320px !important;
    background: rgba(255,255,255,0.95) !important;
    border: none !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12) !important;
    margin: 0 !important;
    padding: 16px !important;
    height: auto !important;
    line-height: normal !important;
    float: none !important;
    border-radius: 8px !important;
    backdrop-filter: blur(10px) !important;
}
.banner + .yjcode {
    position: relative !important;
    height: 0 !important;
    overflow: visible !important;
    z-index: 10 !important;
}
.indexsearch form { margin: 0 !important; padding: 0 !important; }
.indexsearch .u1 {
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 6px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    line-height: 42px !important;
    float: none !important;
}
.indexsearch .u1 .l1 {
    flex: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 42px !important;
    border: none !important;
    line-height: 42px !important;
    float: none !important;
    width: auto !important;
}
.indexsearch .u1 .l1 input {
    width: 100% !important;
    height: 42px !important;
    border: none !important;
    outline: none !important;
    font-size: 14px !important;
    background: transparent !important;
    padding: 0 12px !important;
    color: #333 !important;
    line-height: 42px !important;
}
.indexsearch .u1 .l2 {
    padding: 0 !important;
    margin: 0 !important;
    height: 42px !important;
    border: none !important;
    line-height: 42px !important;
    width: auto !important;
    float: none !important;
}
.indexsearch .u1 .l2 input {
    width: 80px !important;
    height: 42px !important;
    border-radius: 0 !important;
    background: linear-gradient(135deg, #ff6600, #ff8533) !important;
    border: none !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    line-height: 42px !important;
    padding: 0 !important;
}
.indexsearch .u1 .l2 input:hover {
    background: linear-gradient(135deg, #ff8533, #ff6600) !important;
}

/* ===== 5大分类入口（indextjfl） ===== */
.bfbitj {
    margin: 30px auto !important;
    padding: 0 !important;
    background: transparent !important;
    position: relative !important;
    z-index: 20 !important;
    clear: both !important;
}
.bfbitj .yjcode {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 24px 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
    border: 1px solid #f0f0f0 !important;
    height: auto !important;
    line-height: normal !important;
}
.bfbitj .indextjfl {
    float: none !important;
    width: 20% !important;
    flex: 1 !important;
    text-align: left !important;
    border-right: 1px solid #f0f0f0 !important;
    padding: 0 24px !important;
    margin: 0 !important;
    display: block !important;
    height: auto !important;
    line-height: normal !important;
    transition: background .2s !important;
}
.bfbitj .indextjfl:hover {
    background: #fafbfc !important;
}
.bfbitj .indextjfl:last-child {
    border-right: none !important;
}
.bfbitj .indextjfl .l1 {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #222 !important;
    margin-bottom: 12px !important;
    padding: 0 0 0 32px !important;
    height: 26px !important;
    line-height: 26px !important;
    border: none !important;
    position: relative !important;
    background: none !important;
    width: auto !important;
    white-space: nowrap !important;
}
/* 用渐变方块替代原图标 */
.bfbitj .indextjfl .l1:before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 6px !important;
    display: block !important;
    background: linear-gradient(135deg, #ff6600, #ff9f43) !important;
}
/* 每个分类不同颜色 */
.bfbitj .indextjfl1 .l1:before { background: linear-gradient(135deg, #ff6b6b, #ff8e53); }
.bfbitj .indextjfl2 .l1:before { background: linear-gradient(135deg, #feca57, #ff9f43); }
.bfbitj .indextjfl3 .l1:before { background: linear-gradient(135deg, #ee5253, #ff6b6b); }
.bfbitj .indextjfl4 .l1:before { background: linear-gradient(135deg, #ff6600, #ff8533); }
.bfbitj .indextjfl5 .l1:before { background: linear-gradient(135deg, #5f27cd, #341f97); }

.bfbitj .indextjfl li { float: none !important; }
.bfbitj .indextjfl .l2 {
    padding: 0 !important;
    line-height: 2 !important;
    text-align: left !important;
    margin: 0 !important;
    height: auto !important;
    border: none !important;
    font-size: 13px !important;
    width: 100% !important;
    float: none !important;
}
.bfbitj .indextjfl .l2 span {
    display: inline !important;
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    line-height: 2 !important;
    height: auto !important;
    white-space: normal !important;
    overflow: visible !important;
}
.bfbitj .indextjfl .l2 a {
    font-size: 13px !important;
    color: #666 !important;
    transition: color .2s !important;
    padding: 0 8px 0 0 !important;
    display: inline !important;
    white-space: nowrap !important;
    width: auto !important;
}
.bfbitj .indextjfl .l2 a:hover {
    color: #ff6600 !important;
}
.bfbitj .indextjfl .l2 span:last-child a {
    color: #ff6600 !important;
    font-weight: 600 !important;
    padding-left: 4px !important;
}

/* ===== 版块标题 ===== */
ul.indexcap {
    padding: 32px 0 14px !important;
    border: none !important;
    background: transparent !important;
    margin: 0 !important;
    height: auto !important;
    line-height: normal !important;
    display: flex !important;
    align-items: center !important;
    clear: both !important;
    float: none !important;
    width: 100% !important;
}
ul.indexcap li.l1 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #222 !important;
    padding-left: 12px !important;
    position: relative !important;
    border: none !important;
    line-height: 1.4 !important;
    height: auto !important;
    background: none !important;
    float: none !important;
    width: auto !important;
}
ul.indexcap li.l1:before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 4px !important;
    height: 22px !important;
    background: linear-gradient(180deg, #ff6600, #ff8533) !important;
    border-radius: 2px !important;
    display: block !important;
}
ul.indexcap li.l2 {
    color: #999 !important;
    font-size: 13px !important;
    padding: 0 0 0 14px !important;
    border: none !important;
    line-height: 1.4 !important;
    height: auto !important;
    background: none !important;
    float: none !important;
    width: auto !important;
}
ul.indexcap li.l3 {
    border: none !important;
    padding: 0 !important;
    margin-left: auto !important;
    line-height: 1.4 !important;
    height: auto !important;
    background: none !important;
    float: right !important;
    width: auto !important;
}
ul.indexcap li.l3 a {
    color: #999 !important;
    font-size: 13px !important;
}
ul.indexcap li.l3 a:hover {
    color: #ff6600 !important;
}

/* ===== 素材卡片：4列大卡片（核心改造） ===== */
.sclist {
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}
.sclist .u1 {
    width: calc(25% - 15px) !important;
    margin: 0 20px 20px 0 !important;
    background: #fff !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
    transition: all .3s cubic-bezier(.4,0,.2,1) !important;
    border: 1px solid #f0f0f0 !important;
    padding: 0 !important;
    float: left !important;
    display: block !important;
    height: auto !important;
    position: relative !important;
    list-style: none !important;
}
.sclist .u1:nth-child(4n) {
    margin-right: 0 !important;
}
.sclist .u1:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12) !important;
    border-color: transparent !important;
}

/* 卡片图片区 */
.sclist .u1 .l1 {
    width: 100% !important;
    height: 200px !important;
    overflow: hidden !important;
    background: #f5f5f5 !important;
    position: relative !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px 10px 0 0 !important;
}
.sclist .u1 .l1 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform .5s ease !important;
    float: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    display: block !important;
    max-width: 100% !important;
}
.sclist .u1:hover .l1 img {
    transform: scale(1.1) !important;
}

/* 卡片标题 */
.sclist .u1 .l3 {
    width: auto !important;
    margin: 0 !important;
    padding: 12px 14px 10px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    height: 42px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    float: none !important;
    color: #333 !important;
    font-weight: 500 !important;
    background: none !important;
}
.sclist .u1 .l3 a {
    color: #333 !important;
    transition: color .2s !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    display: block !important;
    height: auto !important;
    font-weight: 500 !important;
}
.sclist .u1:hover .l3 a {
    color: #ff6600 !important;
}

/* 隐藏旧的l2(带点的行) */
.sclist .u1 .l2 {
    display: none !important;
}

/* 卡片底部信息（时间/下载量/价格） */
.sclist .u1 .l4 {
    width: auto !important;
    margin: 0 !important;
    padding: 8px 14px 14px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-top: 1px solid #f5f5f5 !important;
    float: none !important;
    height: auto !important;
}
.sclist .u1 .l4 span {
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #999 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    height: auto !important;
    background: none !important;
}
.sclist .u1 .l4 .s1 {
    /* 时间 */
}
.sclist .u1 .l4 .s2 {
    display: none !important;
}
.sclist .u1 .l4 .s3 {
    color: #ff6600 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    font-family: Arial, sans-serif !important;
}
.sclist .u1 .l4 .s3:before {
    content: '\00A5' !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    margin-right: 1px !important;
}

/* 清理sclist浮动 */
.sclist:after {
    content: '' !important;
    display: block !important;
    clear: both !important;
}

/* ===== 资讯/新闻卡片 ===== */
.comlist {
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    float: none !important;
    clear: both !important;
}
.comlist .u1 {
    width: calc(33.33% - 14px) !important;
    margin: 0 20px 20px 0 !important;
    background: #fff !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
    transition: all .3s !important;
    border: 1px solid #f0f0f0 !important;
    padding: 0 !important;
    float: left !important;
    height: auto !important;
    list-style: none !important;
}
.comlist .u1:nth-child(3n) {
    margin-right: 0 !important;
}
.comlist .u1:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;
}
.comlist .u1 .title {
    padding: 16px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #222 !important;
    line-height: 1.6 !important;
    height: auto !important;
    transition: color .2s !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.comlist .u1:hover .title {
    color: #ff6600 !important;
}
.comlist .u1 .time {
    padding: 0 16px 16px !important;
    font-size: 12px !important;
    color: #999 !important;
}

/* ===== 页脚 ===== */
.footer {
    margin-top: 40px !important;
    background: #2b2f36 !important;
    border-top: none !important;
    padding: 50px 0 20px !important;
    color: rgba(255,255,255,0.6) !important;
}
.footer a {
    color: rgba(255,255,255,0.6) !important;
}
.footer a:hover {
    color: #ff6600 !important;
}

/* ===== 其他 ===== */
.bfb {
    background: transparent !important;
    float: none !important;
    width: 100% !important;
    overflow: visible !important;
}

/* 隐藏右侧悬浮小广告 */
#followDiv1, #followDiv2,
.dlclo {
    display: none !important;
}

/* 品牌店铺等其他版块也应用卡片风格 */
.brandlist, .shoplist {
    box-shadow: none !important;
}
/* ============================================
   列表页 + 详情页 shipin520 风格改版
   消防主题差异化（橙色 #ff6600）
   追加到 global.css 末尾，全站生效
   ============================================ */

/* ===== 列表页：素材卡片大圆角风格 ===== */
.serlist {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.serlist .u1 {
    float: left;
    margin: 0 15px 25px 15px;
    width: 310px;
    height: auto;
    overflow: hidden;
    text-align: left;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: none;
}

.serlist .u1:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.serlist .u1 li {
    float: left;
    width: 100%;
}

.serlist .u1 .l1 {
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
    height: 210px;
    overflow: hidden;
    margin-right: 0 !important;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.serlist .u1 .l1 img {
    width: 100% !important;
    height: 210px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.serlist .u1:hover .l1 img {
    transform: scale(1.08);
}

.serlist .u1 .l2 {
    width: 100% !important;
    height: auto !important;
    line-height: 1.5 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 12px 14px 8px 14px;
    box-sizing: border-box;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 54px;
}

.serlist .u1 .l3 {
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
    line-height: 1.6 !important;
    font-size: 13px !important;
    padding: 0 14px 12px 14px;
    box-sizing: border-box;
    color: #888;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== 列表页：价格标签 ===== */
.serlist .u1 .money {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: linear-gradient(135deg, #ff6600, #ff8c42);
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(255,102,0,0.4);
}

/* ===== 列表页：筛选/排序条升级 ===== */
.sxlist {
    background: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 20px 0 0 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* ===== 详情页：大布局改版 ===== */
.viewmain {
    padding: 20px 0;
}

.viewmain .left {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    box-sizing: border-box;
}

.viewmain .right {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    box-sizing: border-box;
}

/* ===== 详情页：标题升级 ===== */
.viewtit {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #222;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
}

/* ===== 详情页：信息区域 ===== */
.viewinfo {
    background: #fafafa;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.viewinfo div {
    line-height: 2 !important;
    font-size: 14px;
    color: #555;
}

.viewinfo strong {
    color: #333;
    margin-right: 8px;
}

/* ===== 详情页：预览区域升级 ===== */
.viewyulan {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 20px;
    background: #fefefe;
}

.viewyulan_title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ff6600;
    display: inline-block;
}

/* ===== 详情页：右侧推荐 ===== */
.viewrightbox {
    margin-bottom: 20px;
}

.viewrightbox .tit {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333;
    padding: 12px 15px;
    background: #f9f9f9;
    border-radius: 8px 8px 0 0;
    border-left: 4px solid #ff6600;
}

.viewrightbox ul {
    padding: 10px 15px;
}

.viewrightbox li {
    padding: 8px 0;
    border-bottom: 1px dashed #f0f0f0;
    font-size: 13px;
}

.viewrightbox li:last-child {
    border-bottom: none;
}

.viewrightbox li a {
    color: #555;
    transition: color 0.2s;
}

.viewrightbox li a:hover {
    color: #ff6600;
}

/* ===== 详情页：下载按钮升级 ===== */
.downbtn {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: linear-gradient(135deg, #ff6600, #ff8c42);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(255,102,0,0.3);
}

.downbtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255,102,0,0.4);
    color: #fff;
}

/* ===== 公共：面包屑升级 ===== */
.crumbs {
    padding: 15px 0;
    font-size: 13px;
    color: #888;
}

.crumbs a {
    color: #666;
    transition: color 0.2s;
}

.crumbs a:hover {
    color: #ff6600;
}

/* ===== 分页样式升级 ===== */
.fenye {
    text-align: center;
    padding: 30px 0;
}

.fenye a,
.fenye span {
    display: inline-block;
    padding: 6px 14px;
    margin: 0 3px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 13px;
    color: #666;
    background: #fff;
    transition: all 0.2s;
}

.fenye a:hover {
    border-color: #ff6600;
    color: #ff6600;
}

.fenye .current {
    background: #ff6600;
    color: #fff;
    border-color: #ff6600;
}

/* ===== 通用版块标题渐变条 ===== */
.box-title {
    position: relative;
    padding-left: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

.box-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background: linear-gradient(180deg, #ff6600, #ff8c42);
    border-radius: 2px;
}

/* ===== 右侧栏通用卡片 ===== */
.side-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    overflow: hidden;
}

.side-card-header {
    padding: 12px 15px;
    background: #fafafa;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}

.side-card-body {
    padding: 15px;
}
