ul{padding:0}
.supply-container{max-width:1200px;margin:20px auto;display:flex;gap:20px}
.supply-main{flex:1;min-width:0}
.floating-categories{background:#fff;border:1px solid #e5e9ef;border-radius:4px;padding:20px 20px 10px 20px;margin-bottom:20px;position:sticky;top:0;z-index:100}
.floating-header{margin-bottom:15px}
.floating-header h3{font-size:16px;font-weight:bold;color:#333;margin:0 0 15px 0;padding-bottom:10px;border-bottom:1px solid #e5e9ef; align-items:center}
.floating-header h3::before{content:'';width:3px;height:14px;background:#ff6a00;margin-right:8px;border-radius:1px}
.floating-nav{display:flex;flex-wrap:wrap;gap:8px}
.floating-tab{display:inline-block;padding:6px 16px;background:#f5f7fa;border-radius:3px;color:#666;font-size:14px;transition:all 0.2s ease;border:1px solid #e5e9ef;text-decoration:none}
.floating-tab:hover{background:#fff;color:#ff6a00;border-color:#ff6a00}
.view-toggle{display:flex;gap:10px;margin-bottom:20px;padding:15px;background:#fff;border:1px solid #e5e9ef;border-radius:4px}
.view-btn{display:flex;align-items:center;gap:6px;padding:8px 20px;background:#f5f7fa;border-radius:3px;color:#666;font-size:14px;transition:all 0.2s ease;border:1px solid #e5e9ef;text-decoration:none;cursor:pointer}
.view-btn:hover{background:#e8eef5;color:#333}
.view-btn.active{background:#ff6a00;color:white;border-color:#ff6a00;font-weight:bold}
.view-btn i{font-size:14px}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:15px;margin-bottom:30px}
.product-card{background:#fff;border-radius:4px;overflow:hidden;transition:all 0.2s ease;position:relative;height:100%;display:flex;flex-direction:column;border:1px solid #e5e9ef}
.product-card:hover{border-color:#ff6a00;box-shadow:0 2px 8px rgba(255,106,0,0.1);transform:translateY(-2px)}
.product-badge{position:absolute;top:10px;left:10px;padding:2px 8px;background:#ff6a00;color:white;border-radius:2px;font-size:12px;font-weight:bold;z-index:2}
.product-image{position:relative;padding-top:75%;overflow:hidden;background:#f5f7fa}
.product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}
.product-card:hover .product-image img{transform:scale(1.05)}
.product-info{padding:15px;flex:1;display:flex;flex-direction:column}
.product-title{margin-bottom:10px;line-height:1.4}
.product-title a{font-size:14px;font-weight:bold;color:#333;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color 0.2s ease}
.product-title a:hover{color:#ff6a00}
.product-meta{display:flex;gap:15px;margin-bottom:12px;font-size:12px;color:#999}
.product-meta i{margin-right:4px}
.product-specs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px;padding:12px 0;border-top:1px solid #f0f2f5;border-bottom:1px solid #f0f2f5}
.product-specs span{font-size:12px;color:#666;line-height:1.4}
.product-specs strong{color:#333;font-weight:500;margin-right:4px}
.product-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #f0f2f5}
.product-price{font-weight:600}
.price{font-size:18px;color:#ff6a00;font-weight:bold}
.unit{font-size:12px;color:#999;margin-left:2px}
.detail-btn{padding:6px 16px;background:#ff6a00;color:white;border-radius:3px;font-size:13px;text-decoration:none;transition:all 0.2s ease;border:1px solid #ff6a00;font-weight:bold}
.detail-btn:hover{background:#e55e00;border-color:#e55e00;color:white}
.product-list{background:#fff;border-radius:4px;overflow:hidden;border:1px solid #e5e9ef;margin-bottom:30px;display:none}
.list-item{display:flex;padding:20px;border-bottom:1px solid #f0f2f5;transition:all 0.2s ease}
.list-item:hover{background:#fafbfc}
.list-item:last-child{border-bottom:none}
.list-image{flex-shrink:0;width:120px;height:120px;margin-right:20px;border-radius:3px;overflow:hidden;background:#f5f7fa}
.list-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}
.list-item:hover .list-image img{transform:scale(1.05)}
.list-details{flex:1;min-width:0}
.list-title{margin-bottom:10px}
.list-title a{font-size:16px;font-weight:bold;color:#333;text-decoration:none;transition:color 0.2s ease}
.list-title a:hover{color:#ff6a00}
.list-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:12px;font-size:13px;color:#666}
.list-specs div{display:flex;align-items:center}
.list-specs strong{color:#333;font-weight:500;margin-right:6px;min-width:40px}
.list-meta{display:flex;gap:15px;font-size:12px;color:#999}
.list-meta i{margin-right:4px}
.list-action{flex-shrink:0;width:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}
.list-price{text-align:center}
.list-price .price{font-size:20px}
.list-price .unit{font-size:13px}
.pagination-wrapper{background:#fff;border-radius:4px;padding:20px;text-align:center;border:1px solid #e5e9ef}
.pagination-wrapper ul{display:inline-flex;gap:5px;list-style:none;margin:0;padding:0}
.pagination-wrapper a,.pagination-wrapper span{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 10px;border-radius:3px;font-size:14px;color:#666;text-decoration:none;transition:all 0.2s ease;border:1px solid #e5e9ef;background:white}
.pagination-wrapper a:hover{border-color:#ff6a00;color:#ff6a00}
.pagination-wrapper .current,.pagination-wrapper .active{background:#ff6a00;color:white !important;border-color:#ff6a00;font-weight:bold}
.pagination-wrapper .disabled{background:#f5f5f5;color:#ccc !important;cursor:not-allowed;border-color:#eee}
.supply-sidebar{width:300px;flex-shrink:0}
.sidebar-block{background:#fff;border-radius:4px;padding:20px;margin-bottom:20px;border:1px solid #e5e9ef}
.sidebar-title{font-size:16px;font-weight:bold;color:#333;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #e5e9ef;display:flex;align-items:center;gap:8px}
.sidebar-title i{color:#ff6a00;font-size:16px}
.recommend-products{display:flex;flex-direction:column;gap:15px}
.recommend-item{display:flex;gap:12px;padding:12px;border-radius:3px;transition:background-color 0.2s ease}
.recommend-item:hover{background:#fafbfc}
.recommend-image{flex-shrink:0;width:70px;height:70px;border-radius:3px;overflow:hidden;background:#f5f7fa}
.recommend-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}
.recommend-item:hover .recommend-image img{transform:scale(1.05)}
.recommend-info{flex:1;min-width:0}
.recommend-info h4{margin-bottom:6px;line-height:1.4}
.recommend-info h4 a{font-size:13px;font-weight:500;color:#333;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color 0.2s ease}
.recommend-info h4 a:hover{color:#ff6a00}
.recommend-price{font-size:16px;font-weight:bold;color:#ff6a00}
.recommend-price span{font-size:12px;color:#999;font-weight:normal}
.latest-products{list-style:none;padding:0;margin:0}
.latest-products li{padding:10px 0;border-bottom:1px dashed #eee}
.latest-products li:last-child{border-bottom:none}
.latest-link{display:flex;align-items:center;gap:8px;color:#666;text-decoration:none;font-size:13px;line-height:1.5;transition:color 0.2s ease}
.latest-link:hover{color:#ff6a00}
.latest-bullet{color:#ff6a00;font-size:16px;flex-shrink:0}
.latest-title{flex:1;min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.latest-date{flex-shrink:0;font-size:12px;color:#999;margin-left:10px}
.hot-tags-box{background:#fff;border-radius:4px;padding:20px;margin-bottom:20px;border:1px solid #e5e9ef}
.tags-title{font-size:16px;font-weight:bold;color:#333;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #e5e9ef;display:flex;align-items:center;gap:8px}
.tags-title i{color:#ff6a00;font-size:16px}
.tags-cloud{display:flex;flex-wrap:wrap;gap:10px}
.tag-bubble{display:inline-block;padding:6px 14px;background:#f5f7fa;color:#666;border-radius:20px;font-size:12px;text-decoration:none;transition:all 0.2s ease;border:1px solid #e5e9ef}
.tag-bubble:hover{background:#ff6a00;color:white;border-color:#ff6a00}
.verified-badge{position:absolute;top:10px;right:10px;padding:2px 6px;background:#4CAF50;color:white;font-size:11px;border-radius:2px;font-weight:bold;z-index:2}
.online-status{position:absolute;top:10px;right:10px;width:8px;height:8px;background:#4CAF50;border-radius:50%;z-index:2}
@media (max-width:1024px){.supply-container{flex-direction:column}
    .supply-sidebar{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
    .list-specs{grid-template-columns:1fr}
}@media (max-width:768px){.supply-container{padding:0 10px;gap:15px}
    .product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}
    .list-item{flex-direction:column;padding:15px}
    .list-image{width:100%;height:180px;margin-right:0;margin-bottom:15px}
    .list-action{width:100%;margin-top:15px;flex-direction:row;justify-content:space-between}
    .floating-nav{justify-content:center}
    .view-toggle{justify-content:center}
    .supply-sidebar{grid-template-columns:1fr}
}@media (max-width:480px){.product-grid{grid-template-columns:1fr}
    .floating-tab{padding:6px 12px;font-size:13px}
    .product-specs{flex-direction:column;gap:8px}
    .product-footer{flex-direction:column;gap:12px;align-items:flex-start}
    .detail-btn{align-self:stretch;text-align:center}
    .view-btn{padding:8px 15px;font-size:13px}
}.product-card:hover .detail-btn,.list-item:hover .detail-btn{transform:translateY(-1px);box-shadow:0 2px 4px rgba(255,106,0,0.2)}
.product-page{max-width:1200px;margin:20px auto}
.product-breadcrumb{padding:15px 0;font-size:13px;color:#666;margin-bottom:20px;border-bottom:1px solid #e5e9ef}
.product-breadcrumb a{color:#666;text-decoration:none;transition:color 0.2s ease}
.product-breadcrumb a:hover{color:#ff6a00}
.product-breadcrumb span{color:#999}
.product-breadcrumb i{margin:0 8px;color:#ccc;font-size:12px}
.product-display{display:flex;gap:30px;background:#fff;border:1px solid #e5e9ef;border-radius:4px;padding:25px;margin-bottom:20px}
.product-images{width:620px;flex-shrink:0}
.featured-image{width:100%;border-radius:3px;overflow:hidden;margin-bottom:15px;max-height:420px}
.featured-image img{width:100%;height:100%;object-fit:contain;float:left}
.image-thumbnails{display:flex;gap:10px;overflow-x:auto;padding-bottom:5px}
.thumbnail{width:68px;height:68px;flex-shrink:0;border:1px solid #e5e9ef;border-radius:3px;overflow:hidden;cursor:pointer;background:#f5f7fa}
.thumbnail.active{border-color:#ff6a00}
.thumbnail img{width:100%;height:100%;object-fit:cover}
.product-summary{flex:1;min-width:0}
.product-header{margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e5e9ef}
.product-header h1{font-size:20px;font-weight:bold;color:#333;margin:0 0 8px 0;line-height:1.4}
.product-subtitle{font-size:14px;color:#999;margin:0}
.product-pricing{display:flex;gap:40px;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #e5e9ef}
.price-info,.inventory-info{display:flex;flex-direction:column;gap:8px}
.price-label,.inventory-label{font-size:14px;color:#666}
.price-amount{font-size:28px;font-weight:bold;color:#ff6a00}
.inventory-amount{font-size:18px;font-weight:bold;color:#333}
.product-attributes{list-style:none;padding:0;margin:0 0 25px 0;display:flex;flex-direction:column;gap:12px}
.product-attributes li{display:flex;align-items:center;font-size:14px}
.attribute-name{width:80px;color:#666;flex-shrink:0}
.attribute-value{color:#333;font-weight:500}
.product-overview{padding:15px;background:#f7f7f7;border-radius:3px;border:1px solid #f7f7f7;margin-bottom:25px;font-size:14px;color:#666;line-height:1.6}
.product-bnt2{display:flex;gap:15px;align-items:center}
.addnum{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border-radius:3px}
.nump{font-size:14px;color:#666}
.detailAdd_minus,.detailAdd_add{width:28px;height:28px;background:#f5f7fa;border:1px solid #e5e9ef;border-radius:2px;font-size:16px;color:#666;cursor:pointer;transition:all 0.2s ease}
.detailAdd_minus:hover,.detailAdd_add:hover{background:#e8eef5;border-color:#ccc}
.detailAdd_num{width:50px;height:28px;text-align:center;border:1px solid #e5e9ef;border-radius:2px;font-size:14px;color:#333}
.product-bnt2 a{padding:10px 60px;background:#ff6a00;color:white;text-decoration:none;border-radius:3px;font-size:14px;font-weight:bold;border:1px solid #ff6a00;transition:all 0.2s ease}
.product-bnt2 a:hover{background:#e55e00;border-color:#e55e00;transform:translateY(-1px)}
.product-bnt2 a:nth-child(3){background:#0066cc;color:#fff;border:1px solid #0066cc}
.product-bnt2 a:nth-child(3):hover{background:#0061c2}
.product-bnt2 a:nth-child(4){background:#fff;color:#666;border-color:#ddd}
.product-bnt2 a:nth-child(4):hover{background:#f5f7fa;border-color:#ccc;color:#333}
.leftm{margin-top:20px}
.fl-clr{display:flex;gap:20px}
.column_left{width:280px;flex-shrink:0}
.business-card{background:#fff;border:1px solid #e5e9ef;border-radius:4px;padding:20px;margin-bottom:20px;float:left;margin-bottom:20px;position:relative;width: 100%;}
.company-info{margin-bottom:20px;text-align:center}
.company-name{display:block;font-size:18px;font-weight:bold;color:#333;margin-bottom:8px;text-align:center}
.company-cert{font-size:13px;color:#999;align-items:center;gap:5px;text-align:center}
.company-cert i{color:#ff6a00;font-style:normal}
.zizhi{padding:4px 10px;background:#f0f9eb;color:#52c41a;border-radius:2px;font-size:12px;border:1px solid #c2e0b4;display:inline-block;margin-top:10px;width:90%}
.company-contact ul{list-style:none;padding:0;margin:0}
.company-contact li{display:flex;margin-bottom:10px;font-size:14px;max-height:210px;overflow:hidden;text-overflow:ellipsis;gap:10px}
.company-contact label{width:70px;color:#666;flex-shrink:0}
.company-contact span{color:#333;flex:1}
.btn-box{gap:10px;margin-top:20px;float:left;width:100%}
.btn-box a{flex:1;padding:10px;text-align:center;background:#ff6a00;color:white;text-decoration:none;border-radius:3px;font-size:14px;font-weight:bold;border:1px solid #ff6a00;transition:all 0.2s ease;width:100%;float:left;margin-bottom:10px}
.btn-box a:hover{background:#e55e00;border-color:#e55e00}
.btn-box a:last-child{background:#0066cc;color:#fff;border:1px solid #0066cc}
.btn-box a:last-child:hover{background:#fff3e8}
.column_box{background:#fff;border:1px solid #e5e9ef;border-radius:4px;padding:20px;margin-bottom:20px;float:left;width:100%}
.column_title{font-size:16px;font-weight:bold;color:#333;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #e5e9ef}
.supply_ul{list-style:none;padding:0;margin:0}
.supply_ul li{margin-bottom:8px}
.supply_ul a{display:block;padding:8px 12px;background:#f5f7fa;border-radius:3px;color:#666;text-decoration:none;font-size:14px;transition:all 0.2s ease}
.supply_ul a:hover{background:#e8eef5;color:#333}
.recommend_ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(1,1fr);gap:15px}
.recommend_ul li{background:#fff;border:1px solid #e5e9ef;border-radius:3px;overflow:hidden;transition:all 0.2s ease}
.recommend_ul li:hover{border-color:#ff6a00}
.recommend_ul img{width:100%; object-fit:cover}
.recommend_ul .jg{padding:8px;font-size:16px;font-weight:bold;color:#ff6a00;margin:0;text-align:center}
.recommend_ul .wz{padding:0 8px 8px;margin:0}
.recommend_ul .wz a{font-size:13px;color:#666;text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.recommend_ul .wz a:hover{color:#ff6a00}
.column_txt{font-size:13px;color:#666;line-height:1.6}
.column_txt a{color:#1890ff;text-decoration:none}
.column_txt a:hover{color:#ff6a00}
.f-bold{font-weight:bold}
.column_right{flex:1;min-width:0}
.product_nav{background:#fff;border:1px solid #e5e9ef;border-radius:4px;padding:15px 20px;margin-bottom:20px;display:flex;align-items:center;position:sticky;top:0;z-index:90}
.nav_box{flex:1;display:flex;gap:30px}
.menu_a{font-size:16px;font-weight:bold;color:#666;text-decoration:none;padding-bottom:5px;position:relative;transition:color 0.2s ease}
.menu_a:hover{color:#ff6a00}
.menu_a.hover{color:#ff6a00}
.menu_a.hover::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:#ff6a00;border-radius:1px}
.Update_time{font-size:13px;color:#999;flex-shrink:0}
.column_r_box{background:#fff;border:1px solid #e5e9ef;border-radius:4px;padding:20px;margin-bottom:20px}
.category_an{margin-bottom:30px}
.name_a{display:block;position:relative;top:-80px;visibility:hidden}
.specifications{margin-bottom:25px}
.spec-table{width:100%;border-collapse:collapse;border-bottom:1px solid #cccc}
.spec-table tr{border-bottom:1px solid #f0f2f5}
.spec-table tr:last-child{border-bottom:none}
.spec-item{padding:15px 0;width:50%;vertical-align:top}
.spec-title{font-weight:bold;color:#000;display:block;margin-bottom:5px;font-size:14px;width:100px;float:left}
.spec-desc{color:#333;font-size:15px}
.intro{font-size:14px;color:#666;line-height:1.6;display:block}
.category_title{font-size:18px;font-weight:bold;color:#333;margin:30px 0 15px;padding-bottom:10px;border-bottom:1px solid #e5e9ef;position:relative}
.category_title span{position:relative;padding-left:15px}
.category_title span::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:16px;background:#ff6a00;border-radius:2px}
.vendor_show{display:flex;gap:20px;align-items:center;padding:20px;background:#fafbfc;border-radius:4px;border:1px solid #f0f2f5}
.vendor_show img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.vendor_title{width: 100%;
    float: left;}
.vendor_title a{font-size:20px;font-weight:bold;color:#333;text-decoration:none}
.vendor_title a:hover{color:#ff6a00}
.vendor_txt h3{font-size:14px;color:#666;margin:10px 0 0;font-weight:normal;line-height:1.5}
.more_a{display:inline-block;padding:8px 16px;background:#fff;color:#ff6a00;border:1px solid #ff6a00;border-radius:3px;text-decoration:none;font-size:14px;transition:all 0.2s ease}
.more_a:hover{background:#ff6a00;color:white}
.contact_left{padding:20px;background:#fafbfc;border-radius:4px;border:1px solid #f0f2f5}
.personal_xx{display:flex;gap:20px;align-items:center}
.txx_img{width:80px;height:80px;border-radius:50%;overflow:hidden;border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.txx_img img{width:100%;height:100%;object-fit:cover}
.personal_top{flex:1}
.tinfo span{display:flex;align-items:center;margin-bottom:10px;font-size:14px}
.tinfo p{width:70px;color:#666;margin:0;flex-shrink:0}
.product_tj{background:#fff;border:1px solid #e5e9ef;border-radius:4px;padding:20px;margin-bottom:20px}
.product_tj .t{font-size:18px;font-weight:bold;color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #e5e9ef}
.product_tj .ul{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;list-style:none;padding:0;margin:0}
.product_tj .ul li{border:1px solid #e5e9ef;border-radius:3px;overflow:hidden;transition:all 0.2s ease}
.product_tj .ul li:hover{border-color:#ff6a00}
.product_tj .ul img{width:100%; object-fit:cover}
.product_tj .jg{padding:10px;font-size:18px;font-weight:bold;color:#ff6a00;margin:0;text-align:center}
.product_tj .wz{padding:0 10px 10px;margin:0}
.product_tj .wz a{font-size:14px;color:#666;text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product_tj .wz a:hover{color:#ff6a00}
.warn_wrap{background:#fff;border:1px solid #e5e9ef;border-radius:4px;margin-bottom:20px}
.warn{padding:20px;display:flex;gap:20px;align-items:flex-start}
.warn-pic{width:60px;height:60px;background:#f0f9eb;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#52c41a;font-size:30px}
.warn-detail-rig{flex:1}
.warn-detail-rig dl{margin-bottom:15px}
.warn-detail-rig dt{font-weight:bold;color:#333;margin-bottom:5px; width:150px}
.warn-detail-rig dd{color:#666;margin:0;line-height:1.6;font-size:14px}
.price-modal-overlay,.consult-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:9999;display:none}
.price-modal-container,.consult-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10000;background:white;border-radius:4px;box-shadow:0 4px 20px rgba(0,0,0,0.15);border:1px solid #ddd;display:none}
.price-modal-content,.consult-content{width:500px;max-width:90vw}
.price-modal-header,.consult-header{padding:20px;border-bottom:1px solid #e5e9ef;display:flex;align-items:center;justify-content:space-between}
.price-modal-title,.consult-title{font-size:18px;font-weight:bold;color:#333;margin:0}
.price-modal-closer,.consult-close{font-size:24px;color:#999;cursor:pointer;transition:color 0.2s ease}
.price-modal-closer:hover,.consult-close:hover{color:#ff6a00}
.price-modal-body,.consult-content form{padding:20px}
.price-modal-body ul{list-style:none;padding:0;margin:0}
.price-modal-body li{margin-bottom:15px}
.price-modal-body label,.form-label{display:block;margin-bottom:8px;font-size:14px;color:#666;font-weight:500}
.price-modal-body .txt,.form-input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:3px;font-size:14px;box-sizing:border-box;transition:all 0.2s ease}
.price-modal-body .txt:focus,.form-input:focus{border-color:#ff6a00;outline:none;box-shadow:0 0 0 2px rgba(255,106,0,0.1)}
.error-message,.error-msg{font-size:12px;color:#ff4d4f;margin-top:5px; }
.hide{display:none}
.price-modal-footer,.button-group{padding:20px;border-top:1px solid #e5e9ef}
.price-modal-footer > div:first-child,.button-group{display:flex;justify-content:flex-end;gap:15px;margin-bottom:15px}
.price-modal-btn,.btn{padding:10px 24px;border-radius:3px;font-size:14px;font-weight:bold;border:1px solid;cursor:pointer;transition:all 0.2s ease}
.price-modal-btn-default,.btn-default{background:#fff;color:#666;border-color:#ddd}
.price-modal-btn-default:hover,.btn-default:hover{background:#f5f5f5}
.price-modal-btn-primary,.btn-primary{background:#ff6a00;color:white;border-color:#ff6a00}
.price-modal-btn-primary:hover,.btn-primary:hover{background:#e55e00;border-color:#e55e00}
.terms-wrap{font-size:12px;color:#666}
.terms-link{color:#1890ff;text-decoration:none}
.terms-link:hover{color:#ff6a00}
.terms-tips{color:#ff4d4f;margin:5px 0 0}
.form-group{margin-bottom:20px}
.form-group textarea{min-height:100px;resize:vertical}
@media (max-width:1024px){.product-display{flex-direction:column}
    .product-images{width:100%}
    .fl-clr{flex-direction:column}
    .column_left{width:100%}
    .product_tj .ul{grid-template-columns:repeat(2,1fr)}
}@media (max-width:768px){.product-page{padding:0 10px}
    .product-display{padding:20px}
    .featured-image{height:320px}
    .product-bnt2{flex-direction:column;align-items:stretch}
    .product_nav{flex-direction:column;gap:15px;align-items:flex-start}
    .nav_box{width:100%;justify-content:space-between}
    .vendor_show{flex-direction:column;text-align:center}
    .personal_xx{flex-direction:column;text-align:center}
    .price-modal-content,.consult-content{width:90vw}
}@media (max-width:480px){.featured-image{height:250px}
    .product-pricing{flex-direction:column;gap:20px}
    .recommend_ul{grid-template-columns:1fr}
    .product_tj .ul{grid-template-columns:1fr}
    .btn-box{flex-direction:column}
}.product-bnt2 a:hover,.btn-box a:hover,.price-modal-btn:hover,.btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(255,106,0,0.2)}
.company-info ul li:before{content:'';width:22px;height:24px;display:block;background:url(../image/id.png) no-repeat;margin:0 auto 3px}
.title-level{height:70px;text-align:center}
.title-level span{color:#ffffff;position:relative;z-index:9;font-size:25px;text-shadow:inset 0 0 10px 2px rgba(255,0,255,0.7);font-weight:bold;font-family:'微软雅黑'}
.title-level:after{content:"";width:100%;height:70px;background:#0066cc;border-radius:0 0 70px 70px;position:absolute;left:0;top'CONTAIN-INTRINSIC-BLOCK-SIZE:AUTO 100PX';top:0;z-index:0}
.company-cert em{font-size:18px;font-weight:bolder;color:#ff0000;margin:0 5px}