/*
	DESTOON Copyright (C)2008-2099 www.destoon.com
	This is NOT a freeware,Use is subject to license.txt
*/
.sell_tip {width:180px;height:70px;background:url('sell_tip.gif') no-repeat;overflow:hidden;z-index:1000;position:absolute;}
.sell_tip p {margin:0 0 4px 2px;font-weight:bold;}
.sell_tip div {padding:8px 0 0 10px;}
.tools {padding:8px 0;border-bottom:#EEEEEE 1px solid;}
.tools table {width:100%;}
.tools select {padding:2px;}
.tool-btn {background:url('btn_1.gif') no-repeat;height:22px;line-height:22px;width:70px;padding:0 0 0 10px;border:none;cursor:pointer;}
.tool-btn:hover {background:url('btn_2.gif') no-repeat;}

.img_list li {height:22px;line-height:22px;overflow:hidden;}
.product_option {padding:10px 20px 10px 20px;}
.iq_btn {margin-top:10px;border:none !important;}
.cc_inp {border:#CCCCCC 1px solid;text-align:center;}

.sell-price {font-family:Arial;color:#E4393C;}
.sell-price b {font-size:18px;}
.sell-price span {color:#999999;}
.sell-price i {font-size:12px;float:right;display:inline-block;color:#999999;font-style:normal;font-weight:normal;background:url('ico-spread.png') no-repeat 0 center;padding:0 0 0 16px;cursor:pointer;}

.btn-buy,.btn-cart {font-size:16px;width:148px;height:36px;line-height:36px;border:none;text-align:center;cursor:pointer;padding:0;-webkit-appearance:none;margin:6px 10px 0 0;}
.btn-buy {background:#FFEDED;border:#FF0036 1px solid;color:#FF0036;}
.btn-buy:hover {background:#F7BBBB;}
.btn-buy:disabled {background:#F2F2F2;border:#D6D6D8 1px dashed;color:#CDCDCD;cursor:not-allowed;}
.btn-cart {background:#FF0036;border:#FF0036 1px solid;color:#FFFFFF;}
.btn-cart:hover {background:#DF3033;}
.btn-cart:disabled {background:#CDCDCD;border:#CDCDCD 1px solid;color:#999999;cursor:not-allowed;}

/* ===== 供应搜索页新样式 ===== */
.sr-page {min-height:100vh;padding-bottom:40px;}

/* 面包屑 */
.sr-nav {display:flex;align-items:center;gap:6px;padding:12px 0;font-size:13px;color:#666;flex-wrap:wrap;}
.sr-nav a {color:#666;}
.sr-nav a:hover {color:#1875f0;}
.sr-nav svg {flex-shrink:0;}
.sr-nav-sep {color:#bbb;}
.sr-nav-kw {color:#333;}

/* 筛选卡片 */
.sr-filter-card {background:#fff;border:1px solid #eaeaea;border-radius:6px;padding:0 20px;box-sizing:border-box;width:1200px;}
.sr-filter-row {display:flex;align-items:flex-start;border-bottom:1px solid #eee;padding:10px 0;}
.sr-filter-row:last-child {border-bottom:none;}
.sr-filter-label {width:90px;flex-shrink:0;font-size:13px;color:#999;padding-top:2px;}
.sr-filter-items {flex:1;display:flex;flex-wrap:wrap;gap:4px 20px;align-items:center;max-height:28px;overflow:hidden;transition:max-height .25s ease;}
.sr-filter-items.sr-fi-exp {max-height:64px;}
.sr-filter-a {font-size:13px;color:#444;padding:2px 4px;border-radius:3px;transition:color .15s;}
.sr-filter-a:hover {color:#1875f0;}
.sr-filter-on {color:#1875f0;background:#e8f0fe;border-radius:3px;}
.sr-filter-more {flex-shrink:0;font-size:13px;color:#1875f0;margin-left:8px;padding-top:2px;cursor:pointer;text-decoration:none;white-space:nowrap;}
.sr-filter-more:hover {color:#0d5fd8;}

/* 主内容区 flex 布局 */
.sr-main {display:flex;gap:20px;padding:16px 0 0;width:1200px;box-sizing:border-box;}

/* 左侧列表区 */
.sr-list-wrap {flex:1;min-width:0;}

/* 工具栏 */
.sr-toolbar {display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #eaeaea;border-radius:6px;padding:10px 16px;margin-bottom:10px;}
.sr-toolbar-l {display:flex;align-items:center;gap:10px;}
.sr-toolbar-r {display:flex;align-items:center;gap:16px;}
.sr-check {width:14px;height:14px;cursor:pointer;accent-color:#1875f0;}
.sr-btn {border:1px solid #ddd;background:#f7f7f7;color:#555;font-size:13px;padding:4px 12px;border-radius:4px;cursor:pointer;}
.sr-btn:hover {border-color:#1875f0;color:#1875f0;}
.sr-chk-label {display:flex;align-items:center;gap:5px;font-size:13px;color:#666;cursor:pointer;}
.sr-chk {width:13px;height:13px;accent-color:#1875f0;}

/* 商品列表 */
.sr-items {background:#fff;border:1px solid #eaeaea;border-radius:6px;overflow:hidden;list-style:none;margin:0;padding:0;}
.sr-item {display:flex;align-items:center;gap:16px;padding:18px 16px;border-bottom:1px solid #f0f0f0;}
.sr-item:last-child {border-bottom:none;}
.sr-item-hot {border-left:3px solid #1875f0;background:#f6f9ff;padding-left:13px;}
.sr-item-chk {width:14px;height:14px;flex-shrink:0;cursor:pointer;accent-color:#1875f0;}
.sr-item-img-wrap {flex-shrink:0;display:block;width:96px;height:96px;border:1px solid #eee;border-radius:6px;overflow:hidden;}
.sr-item-img {width:96px;height:96px;object-fit:cover;display:block;transition:transform .2s;}
.sr-item-img:hover {transform:scale(1.05);}
.sr-item-body {flex:1;min-width:0;}
.sr-item-title {font-size:15px;font-weight:500;color:#111111;margin:0 0 8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.sr-item-title a {color:#111111;}
.sr-item-title a:hover {color:#1875f0;}
.sr-item-desc {font-size:13px;color:#999;margin:0 0 14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.sr-item-price {margin:0;font-size:13px;}
.sr-price-sign {font-size:15px;color:#e54d42;}
.sr-price-num {font-size:15px;font-weight:bold;color:#e54d42;font-family:Arial,sans-serif;}
.sr-price-unit {font-size:12px;color:#999;}
.sr-price-face {color:#e54d42;font-size:15px;font-weight:bold;font-family:Arial,sans-serif;}
.sr-detail-btn {flex-shrink:0;background:#1875f0;color:#fff !important;font-size:13px;padding:7px 24px;border-radius:4px;white-space:nowrap;align-self:center;display:inline-block;}
.sr-detail-btn:hover {background:#1260cc;color:#fff !important;}

/* 分页 */
.sr-pages {margin-top:20px;}

/* 右侧推荐侧栏 */
.sr-sidebar {width:260px;flex-shrink:0;}
.sr-sidebar-card {background:#fff;border:1px solid #eaeaea;border-radius:6px;overflow:hidden;margin-bottom:12px;}
.sr-sidebar-hd {display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid #f0f0f0;font-size:15px;font-weight:600;color:#333;}
.sr-rec-list {list-style:none;margin:0;padding:0;}
.sr-rec-item {display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #f5f5f5;}
.sr-rec-item:last-child {border-bottom:none;}
.sr-rec-item:hover {background:#fafbff;}
.sr-rec-img-wrap {flex-shrink:0;display:block;width:56px;height:56px;border:1px solid #eee;border-radius:6px;overflow:hidden;}
.sr-rec-img {width:56px;height:56px;object-fit:cover;display:block;}
.sr-rec-info {flex:1;min-width:0;}
.sr-rec-title {font-size:13px;color:#444;margin:0 0 8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.sr-rec-title a {color:#111;}
.sr-rec-title a:hover {color:#1875f0;}
.sr-rec-price {font-size:13px;font-weight:bold;color:#e54d42;margin:0;}

/* 高级搜索表单卡片 */
.sr-adv-form-card {background:#fff;border:1px solid #eaeaea;border-radius:6px;padding:20px;}

body{background:#f7f7f7;}
