.float-left{float:left}.float-right{float:right}.clearfix::after{content:"";display:table;clear:both}.is-hide{display:none}.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mt10{margin-top:10px}.ml10{margin-left:10px}.mr10{margin-right:10px}.pl5{padding-left:5px}*{-webkit-tap-highlight-color:transparent}*,::after,::before{box-sizing:border-box}body{font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;font-size:12px;line-height:1.5;color:#333;background-color:#f7f7f7;-webkit-font-smoothing:antialiased}.main{min-height:400px;padding:20px 0}.container{width:1200px;margin:0 auto}.error-page{text-align:center;padding:80px 0}.error-page__icon{font-size:120px;font-weight:700;color:#ef1f1f;margin-bottom:20px}.error-page__title{font-size:24px;color:#333;margin-bottom:16px}.error-page__desc{font-size:14px;color:#999;margin-bottom:30px}.error-page__link{display:inline-block;padding:10px 30px;background:#ef1f1f;color:#fff;border-radius:4px;text-decoration:none;transition:background .3s}.error-page__link:hover{background:#d91616}.section{margin-bottom:30px;background:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.06);border:1px solid #f5f5f5;transition:.3s}.section:hover{box-shadow:0 6px 20px rgba(0,0,0,.08)}.section__title{position:relative;margin-bottom:20px;padding-bottom:12px;display:flex;align-items:center;gap:12px}.section__title::before{content:'';width:4px;height:20px;background:linear-gradient(135deg,#ef2220,#ff6b6b);border-radius:2px}.section__title h2{margin:0;line-height:1.4}.section__title em{font-size:12px;color:#999;margin-left:10px;font-style:normal}.section__more{margin-left:auto;font-size:13px;color:#999;text-decoration:none;transition:color .3s}.section__more:hover{color:#ef2220}.home-news-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.home-news-item{background:#fff;border-radius:8px;border:1px solid #f0f0f0;overflow:hidden;transition:.3s}.home-news-item:hover{border-color:#ef2220;box-shadow:0 4px 12px rgba(239,34,32,.1);transform:translateY(-2px)}.home-news-item__link{display:block;padding:16px;text-decoration:none}.home-news-item__content{margin-bottom:12px}.home-news-item__title{font-size:15px;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home-news-item__summary{font-size:13px;color:#666;line-height:1.6;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home-news-item__meta{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px dashed #f0f0f0}.home-news-item__hit,.home-news-item__time{font-size:12px;color:#999}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-grid__item{background:linear-gradient(135deg,#fff 0,#fefefe 100%);border-radius:10px;padding:20px;border:1px solid #f0f0f0;transition:.3s}.category-grid__item:hover{border-color:#ef2220;box-shadow:0 4px 15px rgba(239,34,32,.1);transform:translateY(-2px)}.category-grid__main{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:#ef2220;text-decoration:none;margin-bottom:12px;padding-bottom:10px;border-bottom:1px dashed #f0f0f0}.category-grid__sub{display:flex;flex-wrap:wrap;gap:8px;padding-top:10px}.category-grid__link{font-size:12px;color:#666;text-decoration:none;padding:5px 12px;background:#f8f8f8;border-radius:20px;border:1px solid transparent;transition:.2s}.category-grid__link:hover{color:#ef2220;background:#fef2f2;border-color:#fecaca}.goods-grid{display:flex;flex-wrap:wrap;gap:20px;align-items:flex-start}.goods-card{width:calc(20% - 16px);background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:.2s;will-change:transform,box-shadow;display:flex;flex-direction:column}.goods-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,0,0,.1)}.goods-card__link{display:flex;flex-direction:column;text-decoration:none;height:100%}.goods-card__img{width:100%;aspect-ratio:1/1;overflow:hidden;background:#f5f5f5;flex-shrink:0;position:relative}.goods-card__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.goods-card:hover .goods-card__img img{transform:scale(1.05)}.goods-card__info{padding:12px;flex:1;display:flex;flex-direction:column}.goods-card__price{font-size:18px;font-weight:700;color:#ef2220;margin-bottom:6px;line-height:1.2}.goods-card__title{font-size:13px;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;margin-bottom:6px}.goods-card__title:hover{color:#ef2220}.goods-card__company{font-size:12px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.goods-card__address{font-size:11px;color:#999;margin-top:auto}.partners{display:flex;flex-wrap:wrap;gap:14px}.partners__link{background:linear-gradient(135deg,#f8f8f8 0,#f0f0f0 100%);font-weight:500}.partners__link:hover{color:#ef2220;background:#fff;border-color:#ef2220;box-shadow:0 4px 12px rgba(239,34,32,.1);transform:translateY(-2px)}.breadcrumb{display:flex;align-items:center;background:#fafafa;border-radius:6px}.breadcrumb::before{content:'📍';margin-right:8px;font-size:14px}.breadcrumb__text{line-height:1.5}.breadcrumb__text a{color:#666;text-decoration:none;transition:color .2s}.breadcrumb__text a:hover{color:#ef2220}.breadcrumb__text span:last-child{color:#333;font-weight:500}.breadcrumb__count{padding:2px 8px;background:#fff;border-radius:10px;font-size:12px;border:1px solid #e5e5e5}.filter-bar{background:#fff;padding:15px 20px;border-radius:8px;margin-bottom:15px}.filter-bar__item{margin-bottom:10px}.filter-bar__item:last-child{margin-bottom:0}.filter-bar__label{font-size:14px;color:#333;margin-right:10px}.filter-bar__options{display:inline-flex;flex-wrap:wrap;gap:10px}.filter-bar__option{font-size:13px;color:#666;text-decoration:none;padding:4px 12px;background:#f5f5f5;border-radius:4px;border:1px solid transparent}.filter-bar__option:hover{color:#ef2220;background:#fff;border-color:#ef2220}.sort-bar{background:#fff}.sort-bar__item{font-size:14px;margin-right:20px}.sort-bar__item.is-active{font-weight:700;border-bottom:2px solid #ef2220}.goods-layout{display:flex;gap:20px}.goods-list{flex:1;display:flex;flex-wrap:wrap;gap:15px}.goods-list .goods-card{width:calc(25% - 12px)}.goods-sidebar{flex-shrink:0;align-self:flex-start}.goods-sidebar .goods-card{width:100%;margin-bottom:15px}.goods-sidebar .goods-card .goods-card__img{aspect-ratio:1/1}.goods-card__tag{position:absolute;top:8px;right:8px;font-size:11px;color:#fff;background:#ff6b6b;padding:2px 8px;border-radius:4px;z-index:10}.pagination{padding:30px 0}.pagination a,.pagination span{display:inline-block;padding:8px 15px;margin:0 3px;border:1px solid #ddd;border-radius:4px;text-decoration:none;color:#666;font-size:14px}.pagination a:hover{border-color:#ef2220;color:#ef2220}.pagination .current{background:#ef2220;border-color:#ef2220;color:#fff}.recommend{background:#fff}.recommend__title{padding-bottom:10px;border-bottom:2px solid #ef2220}article,aside,blockquote,body,button,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,legend,li,menu,nav,ol,p,section,td,textarea,th,ul{margin:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}img{display:block;border-style:none}a{color:#333;background:0 0;outline:0;cursor:pointer;transition:color .1s}a:active,a:hover{color:#ef1f1f;outline:0;text-decoration:none}.topbar{background:#333;color:#999;height:36px;line-height:36px;font-size:12px}.topbar__inner{width:990px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}@media screen and (min-width:1260px){.topbar__inner{width:1200px}}.topbar__left{display:flex;align-items:center;gap:12px}.topbar__brand{color:#fff;font-weight:600;font-size:13px;text-decoration:none}.topbar__brand:hover{color:#dc2626}.topbar__title{color:#666;font-size:12px}.topbar__right{display:flex;align-items:center;gap:20px}.topbar__link{color:#999;text-decoration:none;font-size:12px;transition:color .2s}.topbar__link:hover{color:#fff}.topbar__link--promo{color:#dc2626;font-weight:500}.topbar__link--promo:hover{color:#ef4444}.header{height:90px;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06);padding-left:calc(100vw - 100%);padding-right:0;position:relative}.header__inner{width:990px;margin:0 auto;height:90px;display:flex;align-items:center;gap:30px}@media screen and (min-width:1260px){.header__inner{width:1200px}}.header__logo{width:180px;height:60px;background:url(/static/common/images/logo.png) center center/100% 100% no-repeat;flex-shrink:0}.header__search{flex:1;max-width:720px;display:flex;align-items:center;gap:12px}.header__user{flex-shrink:0;display:flex;align-items:center;gap:16px}.header__login{cursor:pointer;transition:color .2s;font-size:13px;color:#666}.header__login:hover{color:#dc2626}.search{width:100%;height:42px;display:flex;align-items:stretch;background:#fff;border:2px solid #dc2626;border-radius:6px}.search__dropdown{width:88px;height:100%;position:relative;z-index:10;background:#f8f9fa;border-right:1px solid #e5e7eb;flex-shrink:0}.dropdown__txt{background-color:#f8f9fa;padding-left:14px;cursor:pointer;color:#333;width:88px;height:100%;display:flex;align-items:center;gap:6px}.dropdown__txt span{margin-right:6px;font-size:13px}.dropdown__txt i{transition:transform .2s;color:#999;font-size:12px}.search__dropdown:hover .dropdown__txt i{transform:rotate(180deg)}.dropdown__menu{min-width:88px;background-color:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.1),0 6px 12px 0 rgba(0,0,0,.06);list-style:none;position:absolute;padding:0;margin:0;top:100%;left:0;border-radius:0 0 4px 4px;border:1px solid #dcdee2;border-top:none;display:none}.search__dropdown:hover .dropdown__menu{display:block}.dropdown__menu li{cursor:pointer;height:36px;line-height:36px;display:block;padding-left:14px;font-size:13px;color:#333}.dropdown__menu li:hover{color:#dc2626;background:#f8f9fa}.search__input-wrapper{flex:1;height:100%}.search__input-wrapper .input{width:100%;height:100%;border-radius:0;border-left:none;border-right:none;padding:0 12px;border:none;outline:0;font-size:14px;color:#333}.search__btn{width:80px;height:100%;background:#dc2626;border:none;border-radius:0;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s;flex-shrink:0}.search__btn:hover{background:#b91c1c}.btn{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;height:42px;font-size:14px;font-weight:500;border-radius:6px;text-decoration:none;cursor:pointer;transition:.2s;border:none;margin-bottom:0;text-align:center;touch-action:manipulation;background-image:none;white-space:nowrap;line-height:1.5;user-select:none}.btn--primary{background:#dc2626;color:#fff}.btn--primary:hover{background:#b91c1c}.header__search .btn--default{background:#f8f9fa;color:#333;border:1px solid #e5e7eb;margin-left:0;height:42px;border-radius:6px;flex-shrink:0}.header__search .btn--default:hover{background:#f0f0f0;border-color:#dc2626;color:#dc2626}.nav{height:52px;line-height:52px;font-size:14px;padding:0;margin:10px auto 0;width:100%;background:#fff;border-bottom:1px solid #e5e7eb;position:relative;box-shadow:0 1px 3px rgba(0,0,0,.04)}.nav__list{list-style:none;margin:0 auto;padding:0;display:flex;justify-content:center;align-items:center;max-width:1200px;height:100%}.nav__item{position:relative;height:52px;display:flex;align-items:center}.nav__link{display:flex;align-items:center;justify-content:center;height:100%;padding:0 28px;color:#374151;text-decoration:none;position:relative;transition:color .2s;font-weight:500;letter-spacing:.3px}.nav__item:first-child .nav__link{padding-left:0}.nav__item:not(:last-child)::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:18px;background:#e5e7eb}.nav__item--active .nav__link,.nav__link:hover{color:#dc2626}.nav__item--active .nav__link::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:#dc2626}.nav__link span{position:relative;z-index:1}@media screen and (max-width:768px){.nav{height:auto;padding:0}.nav__list{flex-wrap:wrap;padding:4px 0}.nav__item{height:42px}.nav__link{padding:0 16px;font-size:13px}.nav__item:not(:last-child)::after{display:none}}.footer{background-color:#2c2c2c;color:#fff}.footer__stats{background-color:#f5f5f5;padding:40px 0;border-bottom:1px solid #e8e8e8}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.stats__column{padding:20px;background:linear-gradient(135deg,#fff 0,#fefefe 100%);border-radius:12px;border:1px solid #f0f0f0;transition:.3s}.stats__column:hover{border-color:#ef2220;box-shadow:0 4px 12px rgba(239,34,32,.08)}.stats__title{font-size:17px;font-weight:700;color:#1a1a1a;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #fecaca;position:relative}.stats__title::after{content:'';position:absolute;bottom:-2px;left:0;width:30px;height:2px;background:linear-gradient(135deg,#ef2220,#ff6b6b)}.stats__list{list-style:none;padding:0;margin:0}.stats__list li{font-size:14px;color:#666;line-height:1.8;margin-bottom:6px}.stats__list li:last-child{margin-bottom:0}.stats__highlight{color:#e3393c;font-weight:700}.footer__main{padding:50px 0;border-bottom:1px solid #3a3a3a}.footer__content{display:flex;justify-content:space-between;gap:40px}.footer__brand{width:200px;flex-shrink:0}.footer__logo{font-size:24px;font-weight:700;color:#ef1f1f;margin-bottom:12px}.footer__desc{font-size:13px;color:#999;line-height:1.6;margin:0 0 20px}.footer__qrcode{text-align:center}.footer__qrcode-label{font-size:12px;color:#999;margin:10px 0 0}.footer__links{flex:1;display:flex;justify-content:space-around}.footer__column{min-width:120px}.footer__title{font-size:15px;font-weight:600;margin:0 0 16px;color:#fff;position:relative;padding-left:12px}.footer__title::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:14px;background:#ef1f1f;border-radius:2px}.footer__list{margin:0;padding:0;list-style:none}.footer__list li{margin-bottom:10px}.footer__link{color:#999;font-size:13px;text-decoration:none;transition:color .2s;display:inline-block}.footer__link:hover{color:#ef1f1f}.footer__contact{min-width:180px}.footer__contact-item{display:flex;align-items:center;gap:10px;color:#999;font-size:13px;margin-bottom:12px}.footer__contact-icon{width:20px;height:20px;border:1px solid #555;border-radius:50%;position:relative;flex-shrink:0}.footer__contact-icon::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:2px;background:#999}.footer__contact-icon::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2px;height:8px;background:#999}.footer__contact-icon--mail{border-radius:0}.footer__contact-icon--mail::before{width:10px;height:6px;background:0 0;border:1px solid #999;border-bottom:none;border-radius:4px 4px 0 0}.footer__contact-icon--mail::after{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #999;top:auto;bottom:3px}.footer__contact-icon--time::before{width:9px;height:9px;background:0 0;border:1px solid #999;border-radius:50%}.footer__contact-icon--time::after{width:3px;height:3px;background:#999;border-radius:50%;box-shadow:5px 0 0 #999}.footer__bottom{padding:20px 0;background:#252525}.footer__bottom .container{display:flex;justify-content:space-between;align-items:center}.footer__copyright{display:flex;align-items:center;gap:15px}.footer__copyright p{margin:0;font-size:12px;color:#666}.footer__icp{font-size:12px;color:#666;text-decoration:none}.footer__icp:hover{color:#999}.footer__legal{display:flex;gap:20px}.footer__legal-link{font-size:12px;color:#666;text-decoration:none;transition:color .2s}.footer__icp a:hover,.footer__legal-link:hover{color:#999}.sidebar{position:fixed;top:0;right:0;bottom:0;z-index:930;width:40px;background:linear-gradient(180deg,#2c3e50 0,#1a252f 100%);box-shadow:-2px 0 10px rgba(0,0,0,.15)}.sidebar__content{position:absolute;top:50%;left:0;right:0;width:40px;margin-top:-90px;display:flex;flex-direction:column;gap:4px}.sidebar__item{cursor:pointer;text-align:center;position:relative}.sidebar__item a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#fff;text-decoration:none;background:rgba(255,255,255,.1);border-radius:4px 0 0 4px;transition:background .3s}.sidebar__item:hover a{background:linear-gradient(135deg,#e74c3c,#c0392b)}.sidebar__icon{font-size:13px;font-weight:600;line-height:1}.sidebar__item::after{content:attr(data-tooltip);position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:10px;padding:6px 10px;background:#2c3e50;color:#fff;font-size:12px;white-space:nowrap;border-radius:4px;opacity:0;visibility:hidden;transition:.3s;pointer-events:none}.sidebar__item:hover::after{opacity:1;visibility:visible;left:calc(100% + 6px)}.sidebar__item--top a{background:rgba(231,76,60,.2)}.sidebar__item--top:hover a{background:linear-gradient(135deg,#e67e22,#d35400)}.layout__wrapper{padding-left:calc(100vw - 100%);padding-right:40px}.layout__container{width:990px;margin:0 auto}.section__title h2{font-size:24px;color:#000;font-weight:700;margin-bottom:17px}.section__title h2 em{font-size:12px;margin-left:15px;color:#666;font-weight:400}.section__card{box-shadow:0 0 0 1px rgba(0,0,0,.04);transition:box-shadow .1s linear,transform .1s linear;background-color:#fff;padding:24px}.section__card:hover{box-shadow:0 0 0 1px rgba(0,0,0,.04),0 6px 12px 0 rgba(0,0,0,.06);transform:translateY(-1px)}.card-list{display:flex;flex-wrap:wrap;gap:16px;margin:0 -8px}.card-list__item{flex:0 0 auto;padding:8px}@media screen and (min-width:1260px){.layout__container{width:1200px}.card-list{gap:20px;margin:0 -10px}.card-list__item{padding:10px}}.card{position:relative;box-sizing:border-box;width:238px;min-height:380px;background:#fff;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.08);border-radius:8px;overflow:hidden;transition:.25s}.card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-4px)}.card__link{display:block;color:inherit;text-decoration:none}.card__link:hover{color:inherit;text-decoration:none}.card__img-box{height:238px;line-height:238px;overflow:hidden;font-size:0;position:relative;background:#f8f8f8}.card__img-box::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0);transition:background .25s;pointer-events:none}.card:hover .card__img-box::after{background:rgba(0,0,0,.03)}.card__img{vertical-align:middle;width:100%;height:100%;object-fit:cover;transition:transform .4s}.card:hover .card__img{transform:scale(1.05)}.card__info{padding:16px 14px 18px;line-height:1.5;font-size:13px;color:#999}.card__price{display:flex;align-items:baseline;line-height:1.2;font-size:20px;font-weight:700;color:#ef1f1f;margin-bottom:8px}.card__price i{font-weight:400;font-style:normal;font-size:14px;margin-right:2px}.card__sales{float:right;line-height:20px;font-size:12px;color:#999;background:#f5f5f5;padding:2px 8px;border-radius:10px}.card__title{height:42px;line-height:21px;color:#333;font-size:14px;overflow:hidden;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;transition:color .2s}.card:hover .card__title{color:#ef1f1f}.card__company{line-height:1.4;padding-bottom:8px;margin-bottom:8px;border-bottom:1px dashed #eee}.card__company span{display:inline-flex;align-items:center;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#666}.card--vip .card__company span{padding-right:22px;color:#333}.card__address{display:inline-flex;align-items:center;line-height:1.4;font-size:12px;color:#999}.card__address i{display:inline-block;width:12px;height:12px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") center/contain no-repeat;margin-right:4px;flex-shrink:0}.card__tag{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#f60,#f30);color:#fff;padding:4px 12px;font-size:11px;font-weight:600;border-radius:4px;z-index:10;letter-spacing:1px;box-shadow:0 2px 8px rgba(255,102,0,.3)}.icon-vip{width:14px;height:14px;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABLCAMAAAD3cHEvAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAMAUExURUdwTPdCXf9gefMxTPhHYP9LaftUbvpQav9gZvpLZf9eef9Uc/Y6Vfxac/9hev8AUP1ddvtWcP9fefo2Uv9he/5ZcfIxTP9hef1ed/9hev9gefMoQ/IqRfY4U/c+WPAlQfQwSvY9WfY8V/9gevIuSP9hev5gef1bdP9cdfQwSv9jff9feP1ddvIrR/AlQvUzSu4lQfNDVfAnQ/ItSPU5VfEvSvIuSv9fevAqRvMxS/AtSPMrSf9hfPc+WP9gef5gef9hfPAnRO8mQv9hev9fefAmQvQ5VPAmQvQ4UvU9WPY7WPIyTfEwSv9iePMyTfc8V/dDX/9fef9gePg/Wv9hefAnQvIwTP9iee8oQ/U/WfVAW/9gePAoRO8nQvEpRO8nQ/////1ac/hIYvQ4U/M0T/EsSPIwTP1ddvQ3UvU5VP5cdfQ2UftRa/5fePM2UftVb/xVb/5ed/dEX/IxTfhDXvZCXPtTbfpPafZBW/IvS/xXcfxYcvtUbvY7VvY/WvxSbPpMZvQ1UPEpRfpOaP1adPAoRPlKZP9jfPpQavAqRvxZcvpLZfItSf9he/Q6VfdFYPY8WPQsSf3J0PEqRvxWb/U2Uv1YcflIY/IuSv9gefxRa/hFYPQ2UvMzTv1cdf1ZcvAnQ/hKZPc7V/xMZ+8lQfIyTvdGYfY+WflEX/1dd/xWcPY6VfhDXfpNZ/pEYPZAW/3Q1/MyTf9ie/5hevdCXfU+WfMyTvEvS/xZc/c/WvpIY/qbqf3Hz/lUbfhOZ//+/vpGYf/x8/Q7VvAmQvY0UflGYflCXvpsgfhAW/M1UfhAXP3K0vg5Vf7a3/g9WfyMnPxUbvtQav5ddvtVbv28xvtLZf/5+vuQoPpofvpbc/7T2u8kQPyvuvtwhfpAXfuYpv7c4vY5VPuDlf7n6vuUpPhQafhLZf7j5/ylsv/19vqgrfuJmvt4jP3N1fdKZPt1ifxOafx+kftjev7q7fUxTv7f4/yerflgdvpedf21v/3Byv7V3P7t8P25xPyptvUvTLhO2vcAAABgdFJOUwDl04HlCOXlBOUgEGvl9gHr5MkSjTTTR/q2cleIHFDgU9Oe2/NCsigcMFTu6WmqIf0OtnW+/Pg9+q/+X01Fe/IX7eeqa/XDz/3Cc/S/W9mGSJO8THjI3ITL4N9qwsYloixdLLwAAAdDSURBVFjDnZgHVJNnFIZ/QasiQgX33nvbnu7Wth61du/dYhJTkFhkSUAKkWhIlJFaEWwEAZlaVFpERRkFAQG1ispQKJZitG6tq8O2995/5SeBIs/x3PW9980wevKFYdrDoe+YMX0nMp3mabtwwG5AJ9fn9nUKJ557f24n1ru9ahcu4DK52wOu9xgwKFzC+HE9Hmj9RafvgfBwCJGR4ZidXuywRa/Jg5wif0AiI/mAyWn85F4dePB+z7psirQCDTZFbnJ5p197T6OHw7hn35qyiWPZsmVcoIabThk0+LGJUhPnXg4OEyY8Nnnwm+PHDFzGk5npLdTe3mINDLQb33fe0/0mODhM7OUMf12D7aZOnfrwcwO9RVgDgczMTN6UPYUwcApsTXWZ140Z7J3pXf2FAJxRrq6mitZpAC7VFrpq9qD6Y8Yl4YuEBJolYE7gWLqUb7kZCax1LkzvhNWrV1NN2aKRtnxopevN9F7MQht790KgmhuIB4tt6hZzBns5ASUxtJrZ0O3tzfRZu3blyrUYgC1b+IBpC025o7W2dX2YPkFBK1cGWbJxo1h/u/X69dBtnMSWjgy2gQKCiNCGNjbfuNy4ejk/s9b1YR7asMELgHY5sgFbaLy8oN5ad9utpuaPE6H8AQklOjDwCj5xAuXLvQSgwdn1bX+6Abvqtewp)}.category-nav{position:relative;width:100%;background-color:#fff}.category-nav__panel{width:200px;height:416px;float:right;background-color:#fff;border-left:1px solid #eee}.category-nav__list{width:100%;height:100%;padding:10px 0;overflow:hidden}.category-nav__item{border-bottom:1px dashed #eee;padding:8px 15px;cursor:pointer;transition:background-color .2s}.category-nav__item:last-child{border-bottom:none}.category-nav__item:hover{background-color:#fafafa}.category-nav__item h3{line-height:28px;font-size:14px;font-weight:700;margin:0}.category-nav__item h3 a{color:#333;text-decoration:none;display:block}.category-nav__item h3 a:hover{color:#ef1f1f}.category-nav__submenu{position:absolute;left:200px;top:0;width:545px;height:416px;padding:15px;display:none;background-color:rgba(255,255,255,.95);border:1px solid #eee;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:100;overflow-y:auto}@media screen and (min-width:1260px){.category-nav__submenu{width:755px}}.category-nav__submenu.is-show{display:block}.category-nav__submenu p{font-size:12px;color:#ef1f1f;margin-bottom:8px;font-weight:700;padding-left:5px}.category-nav__submenu dl{margin-bottom:8px;padding-left:5px}.category-nav__submenu dt{font-size:12px;font-weight:700;margin-bottom:4px}.category-nav__submenu dt a{color:#333;text-decoration:none}.category-nav__submenu dt a:hover{color:#ef1f1f}.category-nav__submenu dd{font-size:12px;line-height:20px;margin-left:15px}.category-nav__submenu dd a{color:#666;margin-right:12px;text-decoration:none}.category-nav__submenu dd a:hover{color:#ef1f1f}.banner{background-color:#fff;width:545px;height:416px}@media screen and (min-width:1260px){.banner{width:755px}}.banner .swiper-container,.banner .swiper-slide{height:100%}.banner__link{display:block;width:545px;height:100%;overflow:hidden}.banner__link img{margin-left:-105px;width:755px;height:100%}@media screen and (min-width:1260px){.banner__link{width:755px;height:416px}.banner__link img{margin-left:0;width:755px}}.panel{background-color:#fff;width:243px;padding:16px;box-sizing:border-box}.user-panel{margin-bottom:12px}.user-panel__avatar{margin-bottom:8px}.user-panel__name{font-size:14px;font-weight:700;color:#333;margin-bottom:3px}.user-panel__info{font-size:12px;color:#666;margin-bottom:0}.user-panel__btn{display:inline-block;width:80px;height:28px;line-height:28px;text-align:center;border-radius:3px;font-size:12px;margin-right:5px}.btn--orange{background-color:#f60;color:#fff}.btn--orange:hover{background-color:#e65c00;color:#fff;text-decoration:none}.content-box{margin-top:12px}.stat-info{margin-top:12px;padding:10px;background:#fff9f9;border-radius:4px}.stat-info p{font-size:12px;color:#666;margin:4px 0;line-height:1.6}.tabs{margin-bottom:10px}.tabs ul{list-style:none;margin:0;padding:0}.tabs li{display:inline-block;width:98px;height:30px;line-height:30px;text-align:center;background-color:#f5f5f5;border-radius:3px 3px 0 0;font-size:12px;cursor:pointer;margin-right:2px}.tabs li.is-active{background-color:#ef2220;color:#fff}.tab-content{background-color:#fff;padding:10px;border-radius:0 0 3px 3px}.tab-list{list-style:none;margin:0;padding:0}.tab-list li{height:32px;line-height:32px;border-bottom:1px solid #f0f0f0}.tab-list li:last-child{border-bottom:none}.tab-list li a{color:#666;font-size:12px}.tab-list li a:hover{color:#ef2220;text-decoration:none}.hot-card__item{width:488px;height:278px;padding:0;font-size:12px}@media screen and (min-width:1260px){.hot-card__item{width:593px}}.hot-card__left,.hot-card__right{float:left}.hot-card__left{width:192px;height:100%;position:relative;background:#f2f2f2}.hot-card__left p{position:absolute;top:24px;left:24px}.hot-card__left .title{width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;font-size:20px;transition:color .1s linear}.hot-card__left .title:hover{color:#ef1f1f}.hot-card__left img{display:block;width:100%;height:100%}.hot-card__right{width:290px;overflow:hidden}@media screen and (min-width:1260px){.hot-card__right{width:400px}}.hot-card__top{height:190px;overflow:hidden}.hot-card__notable{float:left;width:133px;text-align:center}.hot-card__notable .title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;font-size:15px;margin:24px 10px 3px;transition:color .1s linear}.hot-card__notable .title:hover{color:#ef1f1f}.hot-card__divider{border-top:1px solid #eee;margin:0 24px}.hot-card__bottom{width:400px;height:95px;padding:16px 20px 13px 28px;overflow:hidden}.hot-card__tag{display:inline-block;width:70px;height:24px;line-height:24px;margin-right:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.partners{padding:10px 0}.partners__list{width:900px;height:70px;position:relative}.partners__link{display:inline-block;padding:8px 24px;margin:0 8px;background-color:#fff;border:1px solid #e5e5e5;font-size:13px;color:#666;text-decoration:none;border-radius:4px;transition:.2s}@media screen and (min-width:1260px){.partners__list{width:1200px}.partners__link{margin:0 10px}}.partners__link img{width:140px;height:70px}.page-goods{min-height:100vh;background-color:#f7f7f7}.page-goods--wide{min-width:1350px}.page-goods__container{padding:20px 0}.breadcrumb{padding:10px 0;font-size:12px;margin-bottom:15px}.breadcrumb__text{color:#666}.breadcrumb__count{color:#999;margin-left:10px}.filter{background-color:#fff;padding:15px;margin-bottom:15px;border-radius:4px}.filter table{width:100%;border-collapse:collapse}.filter__row{line-height:32px;position:relative}.filter__label{width:60px;font-weight:700;color:#333;vertical-align:top}.filter__content{padding:5px 0}.filter__list{display:flex;flex-wrap:wrap;gap:12px}.filter__item{color:#666;text-decoration:none;padding:8px 20px;border-radius:20px;transition:.3s;font-size:14px}.filter__item:hover{color:#ef1f1f;background-color:#fef5f5}.filter__item.is-active{background-color:#ef1f1f;color:#fff}.sort-bar{background-color:#fff;padding:10px 15px;margin-bottom:15px;border-radius:4px}.sort-bar__list{display:flex;flex-wrap:wrap;gap:8px}.sort-bar__item{padding:6px 16px;color:#666;text-decoration:none;border-radius:3px;cursor:pointer;transition:.2s}.sort-bar__item:hover{color:#ef1f1f}.sort-bar__item.is-active{background-color:#ef1f1f;color:#fff}.sort-bar__item.is-active:hover{color:#fff}.goods-content{display:flex;gap:24px;align-items:flex-start}.goods-main{flex:1;display:flex;flex-wrap:wrap;gap:16px}.goods-sidebar{width:260px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}.goods-sidebar>.card-list__item,.goods-sidebar>.card-list__item .card{width:100%}.pagination{margin-top:36px;margin-bottom:36px;text-align:center}.pagination__inner{display:inline-flex;gap:8px;justify-content:center;flex-wrap:wrap;list-style:none;padding:0;margin:0}.pagination__inner a,.pagination__inner span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 16px;border:1px solid #e5e5e5;border-radius:6px;text-decoration:none;color:#666;font-size:14px;transition:.3s}.pagination__inner a:hover{border-color:#ef1f1f;color:#ef1f1f;background-color:#fef5f5}.pagination__inner .current{background:#ef1f1f;border-color:#ef1f1f;color:#fff}.recommend{margin-top:48px;background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.recommend__title{font-size:20px;font-weight:700;margin-bottom:20px;color:#333;padding-left:12px;border-left:4px solid #ef1f1f}.recommend__list{display:flex;flex-wrap:wrap;gap:16px;margin:0 -8px}.recommend__list>.card-list__item{padding:8px}.page-shop{min-height:100vh;background-color:#f5f6f7}.page-shop__container{padding:24px 0}.page-shop__header{background-color:#fff;padding:20px 24px;margin-bottom:16px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.page-shop__title{font-size:20px;font-weight:600;color:#333}.page-shop__count{margin-left:16px;color:#999;font-size:14px}.page-shop__filter{background-color:#fff;padding:16px 24px;margin-bottom:16px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.page-shop__content{background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.shop-list{display:flex;flex-direction:column;gap:20px}.shop-card{margin-bottom:0}.shop-card__inner{display:flex;gap:24px;padding:24px;border:1px solid #f0f0f0;border-radius:8px;background:#fff;transition:.3s}.shop-card__inner:hover{border-color:#ef1f1f;box-shadow:0 4px 20px rgba(239,31,31,.12);transform:translateY(-2px)}.shop-card__link{flex:1;max-width:60%;text-decoration:none;color:inherit;display:block}.shop-card__link:hover .shop-card__name{color:#ef1f1f}.shop-card__header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.shop-card__name{font-size:18px;font-weight:600;color:#333;transition:color .3s}.shop-card__badge{color:#ef1f1f}.icon-vip{display:inline-block;padding:2px 8px;background:linear-gradient(135deg,#ff9500,#ff6700);color:#fff;border-radius:4px;font-size:12px;font-style:normal}.shop-card__desc{line-height:32px;font-size:14px;color:#666;display:flex;gap:8px}.shop-card__label{color:#999;flex-shrink:0;min-width:70px}.shop-card__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.shop-card__products{width:300px;flex-shrink:0;display:flex;gap:12px}.shop-card__product{width:92px;height:92px;display:block;position:relative;overflow:hidden;border-radius:6px;transition:transform .3s}.shop-card__product:hover{transform:scale(1.05)}.shop-card__product img{width:100%;height:100%;object-fit:cover}.shop-card__product span{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.75));color:#fff;font-size:12px;padding:20px 8px 8px;text-align:center;font-weight:500}.btn--large{padding:6px 20px;font-size:14px;height:40px;line-height:40px}.input{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdee2;box-sizing:border-box;color:#333;font-size:14px;height:32px;line-height:32px;padding:4px 12px;transition:border .2s ease-in-out}.input:focus{outline:0;border-color:#ef1f1f}.input--large{height:40px;line-height:40px;font-size:14px}.input-wrapper{position:relative;font-size:14px;display:inline-block;width:100%;vertical-align:middle}.input-wrapper--large .input{border-radius:0}.checkbox{display:inline-flex;align-items:center;cursor:pointer;user-select:none;font-size:14px;color:#666}.checkbox__input{position:absolute;opacity:0;cursor:pointer}.checkbox__box{width:16px;height:16px;border:1px solid #dcdee2;border-radius:2px;margin-right:6px;position:relative;transition:.2s}.checkbox__input:checked+.checkbox__box{background-color:#ef1f1f;border-color:#ef1f1f}.checkbox__input:checked+.checkbox__box::after{content:'';position:absolute;left:4px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox--large{font-size:16px}.checkbox--large .checkbox__box{width:20px;height:20px}.checkbox--large .checkbox__input:checked+.checkbox__box::after{left:6px;top:2px;width:6px;height:12px}.checkbox__text{margin-left:6px}.icon{display:inline-block;font-style:normal;vertical-align:middle;text-align:center}.icon--arrow-down{display:inline-block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #666;transition:transform .2s}.cate-layout{display:flex;width:1200px;margin:0 auto;padding:24px 0;gap:24px}.cate-sidebar{width:200px;flex-shrink:0}.cate-sidebar__inner{width:200px;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.06);overflow:hidden;position:sticky;top:24px}.cate-sidebar__inner.is-fixed{position:fixed;top:24px}.cate-sidebar__title{padding:18px 20px;font-size:17px;font-weight:700;color:#fff;background:linear-gradient(135deg,#ef2220 0,#ff6b6b 100%);position:relative}.cate-sidebar__title::after{content:'';position:absolute;bottom:0;left:20px;right:20px;height:1px;background:rgba(255,255,255,.2)}.cate-sidebar__nav{padding:8px 0}.cate-sidebar__link{display:flex;align-items:center;padding:12px 20px;font-size:14px;color:#444;text-decoration:none;border-left:4px solid transparent;transition:.25s;position:relative}.cate-sidebar__link::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:0;background:linear-gradient(135deg,#ef2220,#ff6b6b);border-radius:0 2px 2px 0;transition:height .25s}.cate-sidebar__link:hover{color:#ef2220;background:#fef5f5;padding-left:24px}.cate-sidebar__link:hover::before{height:20px}.cate-sidebar__link.is-active{color:#ef2220;background:#fff0f0;border-left-color:#ef2220;font-weight:600;padding-left:24px}.cate-sidebar__link.is-active::before{height:20px}.cate-sidebar__link::after{content:'';margin-left:auto;width:6px;height:6px;border-right:1.5px solid #ccc;border-bottom:1.5px solid #ccc;transform:rotate(-45deg);transition:.25s;opacity:0}.cate-sidebar__link:hover::after{opacity:1;transform:rotate(-45deg) translateX(-2px)}.cate-main{flex:1;min-width:0}.page-header{padding:24px 0;border-bottom:2px solid #f0f0f0;margin-bottom:24px;position:relative}.page-header::after{content:'';position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:linear-gradient(135deg,#ef2220,#ff6b6b);border-radius:1px}.page-header__title{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 12px;display:flex;align-items:center;gap:12px}.page-header__title::before{content:'';width:4px;height:28px;background:linear-gradient(135deg,#ef2220,#ff6b6b);border-radius:2px}.page-header__desc{font-size:15px;color:#888;margin:0;padding-left:16px}.category-list{display:flex;flex-direction:column;gap:24px}.category-section{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:.3s}.category-section:hover{box-shadow:0 6px 24px rgba(0,0,0,.08)}.category-section__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:linear-gradient(135deg,#ef2220 0,#ff6b6b 100%);position:relative}.category-section__header::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.category-section__title{margin:0;font-size:19px;font-weight:700;display:flex;align-items:center;gap:10px}.category-section__title::before{content:'';width:8px;height:8px;background:rgba(255,255,255,.9);border-radius:50%}.category-section__title a{color:#fff;text-decoration:none;transition:.25s}.category-section__title a:hover{text-shadow:0 0 10px rgba(255,255,255,.5)}.category-section__more{font-size:13px;color:rgba(255,255,255,.85);text-decoration:none;padding:6px 14px;background:rgba(255,255,255,.15);border-radius:20px;transition:.25s}.category-section__more:hover{color:#fff;background:rgba(255,255,255,.25);transform:translateY(-1px)}.category-section__content{padding:20px 24px;display:flex;flex-direction:column;gap:20px}.category-group{display:flex;align-items:flex-start;padding-bottom:20px;border-bottom:1px dashed #e8e8e8;position:relative}.category-group:last-child{padding-bottom:0;border-bottom:none}.category-group:hover .category-group__title a{color:#ef2220}.category-group__title{width:110px;flex-shrink:0;margin:0;font-size:15px;font-weight:600;display:flex;align-items:center;gap:6px}.category-group__title::before{content:'';width:4px;height:4px;background:#ef2220;border-radius:50%}.category-group__title a{color:#222;text-decoration:none;transition:color .25s}.category-group__title a:hover{color:#ef2220}.category-group__items{flex:1;display:flex;flex-wrap:wrap;gap:10px 20px}.vip-services{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.vip-service{background:linear-gradient(135deg,#fff7ed 0,#fff 100%);border:1px solid #fed7aa;border-radius:16px;padding:28px 24px;text-align:center;transition:.35s;position:relative;overflow:hidden}.vip-service::before{content:'';position:absolute;top:-50%;right:-50%;width:100px;height:100px;background:radial-gradient(circle,rgba(251,191,36,.15) 0,transparent 70%)}.vip-service:hover{transform:translateY(-6px);box-shadow:0 10px 30px rgba(251,191,36,.2);border-color:#f59e0b}.vip-service__icon{width:64px;height:64px;margin:0 auto 20px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;box-shadow:0 4px 16px rgba(245,158,11,.3);transition:.3s}.vip-service:hover .vip-service__icon{transform:scale(1.1);box-shadow:0 6px 20px rgba(245,158,11,.4)}.vip-service__title{font-size:17px;font-weight:700;color:#1a1a1a;margin-bottom:10px}.vip-service__desc{font-size:13px;color:#666;line-height:1.6}.suppliers{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.supplier{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:20px 16px;text-align:center;transition:.3s;position:relative}.supplier:hover{border-color:#ef2220;box-shadow:0 6px 20px rgba(239,34,32,.12);transform:translateY(-4px)}.supplier__logo{width:88px;height:88px;margin:0 auto 14px;border-radius:50%;overflow:hidden;border:3px solid #fef3c7;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:.3s}.supplier:hover .supplier__logo{border-color:#fbbf24;box-shadow:0 6px 16px rgba(251,191,36,.3)}.supplier__logo img{width:100%;height:100%;object-fit:cover}.supplier__name{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.supplier__tag{display:inline-block;padding:3px 12px;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border-radius:12px;font-size:11px;font-weight:600;margin-bottom:8px}.supplier__desc{font-size:12px;color:#888;margin-top:0}.category-group__link{font-size:14px;color:#555;text-decoration:none;padding:6px 14px;background:#f8f8f8;border-radius:20px;transition:.25s;position:relative}.category-group__link::before{content:'';position:absolute;left:6px;top:50%;transform:translateY(-50%);width:4px;height:4px;background:#ddd;border-radius:50%;transition:.25s}.category-group__link:hover{color:#ef2220;background:#fff0f0;padding-left:18px}.category-group__link:hover::before{background:#ef2220;left:10px}.pagination{display:inline-flex;gap:5px}.qrcode{width:120px;height:120px;margin:0 auto}.top-area{margin-top:17px}.top-area::after{content:"";display:table;clear:both}.top-area__banner,.top-area__menu{float:left}.top-area__panel{float:right}.hot-card__col{float:left;width:488px;margin-right:14px}@media screen and (min-width:1260px){.hot-card__col{width:593px;margin-right:14px}}.hot-card__col:last-child{margin-right:0}.fl{float:left}.fr{float:right}.clear{clear:both}.hide{display:none}.article-content{background:#fff;padding:30px;margin:20px 0;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.article-content__title{font-size:24px;color:#333;margin:0 0 15px;padding-bottom:15px;border-bottom:2px solid #ef2220}.article-content__info{font-size:12px;color:#999;margin-bottom:25px}.article-content__info span{margin-right:20px}.article-content__body{font-size:14px;color:#333;line-height:1.8}.article-content__body img{max-width:100%;height:auto;margin:15px 0}.article-content__body p{margin:15px 0}.question-list{background:#fff;padding:15px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.question-list__header{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eee}.question-list__title{font-size:18px;font-weight:700;color:#333;margin:0}.question-list__items{list-style:none;margin:0;padding:0}.question-list__item{border-bottom:1px dashed #eee}.question-list__item:last-child{border-bottom:none}.question-list__link{display:flex;align-items:center;padding:12px 0;color:#333;text-decoration:none;transition:.2s}.question-list__link:hover{color:#ef2220;padding-left:10px}.question-list__icon{margin-right:10px;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #ccc;border-radius:2px;position:relative}.question-list__icon::before{content:'';position:absolute;top:3px;left:3px;right:3px;height:6px;border-bottom:1px solid #ccc}.question-list__text{font-size:14px;flex:1}.article-layout{display:flex;width:1200px;margin:0 auto;padding:20px 0;gap:20px}.article-sidebar{width:240px;flex-shrink:0}.article-sidebar__inner{width:240px}.article-sidebar__inner.is-fixed{position:fixed;top:20px}.article-main{flex:1;min-width:0}.keyword-page{background:#fff;padding:20px;margin:20px 0;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.keyword-page__header{text-align:center;padding-bottom:20px;border-bottom:1px solid #eee;margin-bottom:20px}.keyword-page__title{font-size:24px;font-weight:700;color:#333;margin:0 0 10px}.keyword-page__desc{font-size:14px;color:#999;margin:0}.keyword-list__items{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px}.keyword-list__link{display:inline-flex;align-items:center;padding:8px 16px;background:#f5f5f5;border-radius:4px;color:#333;text-decoration:none;transition:.2s}.keyword-list__link:hover{background:#ef2220;color:#fff}.keyword-list__rank{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#ddd;color:#fff;font-size:12px;font-weight:700;border-radius:50%;margin-right:8px}.keyword-list__text{font-size:14px}.keyword-list__time{font-size:12px;color:#999;margin-left:10px}.keyword-list__link:hover .keyword-list__time{color:rgba(255,255,255,.8)}.news-layout{display:flex;width:1200px;margin:0 auto;padding:20px 0;gap:20px}.news-sidebar{width:240px;flex-shrink:0}.news-sidebar__inner{width:240px}.news-main{flex:1;min-width:0}.category-box{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.04);padding:15px}.category-box__title{font-size:16px;font-weight:700;color:#333;margin:0 0 15px;padding-bottom:10px;border-bottom:1px solid #eee}.category-box__items{list-style:none;margin:0;padding:0}.category-box__link{display:block;padding:10px 0;color:#666;text-decoration:none;border-bottom:1px dashed #f5f5f5;transition:color .2s;font-size:14px}.category-box__link:hover{color:#ef2220;padding-left:5px}.category-box__item:last-child .category-box__link{border-bottom:none}.news-list{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.04);padding:20px}.news-list__items{list-style:none;margin:0;padding:0}.news-list__item{border-bottom:1px solid #f5f5f5}.news-list__item:last-child{border-bottom:none}.news-card{display:flex;padding:15px 0;text-decoration:none;transition:background .2s}.news-card:hover{background:#f9f9f9;margin:0 -15px;padding:15px;border-radius:4px}.news-card__img{width:140px;height:100px;flex-shrink:0;border-radius:4px;overflow:hidden;margin-right:15px}.news-card__img img{width:100%;height:100%;object-fit:cover}.news-card__content{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.news-card__title{font-size:16px;color:#333;margin:0 0 10px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .2s}.news-card:hover .news-card__title{color:#ef2220}.news-card__meta{display:flex;gap:15px}.news-card__company{font-size:13px;color:#666}.news-card__time{font-size:13px;color:#999}.auth-page{position:relative;display:flex;justify-content:center;align-items:center;min-height:400px;padding:20px 0}.auth-card{width:400px;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(239,34,32,.1);padding:24px;position:relative;z-index:1}.auth-card__header{text-align:center;margin-bottom:16px}.auth-card__logo{margin-bottom:8px}.auth-card__logo svg{width:48px;height:48px}.auth-card__title{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 4px}.auth-card__subtitle{font-size:13px;color:#666;margin:0}.auth-form__body{width:100%}.form-group{margin-bottom:12px}.form-label{display:block;font-size:13px;color:#333;margin-bottom:4px;font-weight:500}.form-input{width:100%;height:40px;padding:0 12px;border:1px solid #e5e5e5;border-radius:6px;font-size:13px;box-sizing:border-box;transition:.3s;background:#fafafa}.form-input:focus{outline:0;border-color:#ef2220;background:#fff;box-shadow:0 0 0 2px rgba(239,34,32,.1)}.form-input::placeholder{color:#999}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.checkbox-wrapper{display:flex;align-items:center;cursor:pointer}.checkbox-wrapper input[type=checkbox]{width:16px;height:16px;margin-right:6px;cursor:pointer;accent-color:#ef2220}.checkbox-text{font-size:13px;color:#666}.link-primary{color:#ef2220;text-decoration:none;font-size:13px;font-weight:500}.link-primary:hover{text-decoration:underline}.btn--block{width:100%;height:40px;line-height:40px;font-size:14px;border-radius:6px;text-align:center}.auth-form__footer{text-align:center;margin-top:16px;font-size:13px;color:#666}.captcha-wrapper{display:flex;gap:8px}.captcha-wrapper .form-input{flex:1}.captcha-image{border:1px solid #e5e5e5}.auth-decoration{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.auth-decoration__circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,rgba(239,34,32,.05),rgba(255,107,107,.05))}.auth-decoration__circle--1{width:300px;height:300px;top:-100px;right:-50px}.auth-decoration__circle--2{width:200px;height:200px;bottom:-50px;left:-50px}.auth-decoration__circle--3{width:150px;height:150px;top:50%;left:20%}@media (max-width:768px){.auth-page{padding:20px 0}.auth-card{width:100%;padding:30px 24px;border-radius:12px}.auth-card__logo svg{width:56px;height:56px}}.form-control{width:100%;padding:12px 16px;border:1px solid var(--border-color,#d0d0d0);border-radius:6px;font-size:14px;transition:.3s;background-color:#fff}.form-control:focus{outline:0;border-color:var(--border-hover,#06c);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.form-control::placeholder{color:var(--text-tertiary,#7a7a7a)}.btn--secondary{background-color:#fff;color:var(--primary-color,#06c);border:1px solid var(--primary-color,#06c)}.btn--secondary:hover{background-color:#e6f7ff}.link{color:var(--primary-color,#06c);text-decoration:none;font-weight:500}.link:hover{text-decoration:underline}.divider{display:flex;align-items:center;margin:24px 0}.divider::after,.divider::before{content:'';flex:1;height:1px;background-color:var(--border-color,#d0d0d0)}.divider-text{padding:0 16px;color:var(--text-tertiary,#7a7a7a);font-size:14px}.social-login{display:flex;gap:12px;margin-bottom:24px}.social-btn{flex:1;display:flex;align-items:center;justify-content:center;padding:10px;border:1px solid var(--border-color,#d0d0d0);border-radius:6px;background-color:#fff;cursor:pointer;transition:.3s}.social-btn:hover{border-color:var(--border-hover,#06c);background-color:#f0f8ff}.checkbox-label{display:flex;align-items:center;cursor:pointer;user-select:none}.checkbox-label input[type=checkbox]{margin-right:8px}.error-message{color:var(--error-color,#c00);font-size:14px;margin-top:4px}.captcha-container{display:flex;gap:12px;align-items:center}.captcha-image{width:100px;height:40px;border-radius:4px;cursor:pointer}.password-strength{margin-top:6px;display:flex;gap:4px}.strength-bar{flex:1;height:4px;background-color:#f0f0f0;border-radius:2px;transition:.3s}.strength-bar.weak{background-color:#ff4d4f}.strength-bar.medium{background-color:#faad14}.strength-bar.strong{background-color:#52c41a}.password-hint{display:flex;align-items:center;margin-top:4px;font-size:12px}.hint-text{color:#999}.strength-text{font-weight:500;margin-left:4px;transition:color .3s}.strength-text.level-0{color:#999}.strength-text.level-1{color:#ff4d4f}.strength-text.level-2{color:#faad14}.strength-text.level-3,.strength-text.level-4{color:#52c41a}.tooltip{position:relative;display:inline-block}.tooltip .tooltiptext{visibility:hidden;width:200px;background-color:#333;color:#fff;text-align:center;border-radius:6px;padding:8px;position:absolute;z-index:1;bottom:125%;left:50%;transform:translateX(-50%);opacity:0;transition:opacity .3s;font-size:12px}.tooltip:hover .tooltiptext{visibility:visible;opacity:1}.bg-gradient-primary{background:linear-gradient(135deg,#667eea 0,#764ba2 100%)}.bg-gradient-blue{background:linear-gradient(135deg,#06c,#004c99)}.fade-in{animation:.5s ease-in fadeIn}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.shadow-light{box-shadow:var(--shadow-light,0 2px 8px rgba(0,0,0,.12))}.shadow-medium{box-shadow:var(--shadow-medium,0 4px 16px rgba(0,0,0,.1))}@media (max-width:768px){.container{width:100%;padding:0 15px}.main{padding:15px 0}}.btn.loading{pointer-events:none;opacity:.8}.btn.loading .loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:.6s linear infinite spin;margin-right:8px;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;top:20px;left:50%;transform:translateX(-50%) translateY(-100%);padding:12px 24px;border-radius:8px;color:#fff;font-size:14px;font-weight:500;z-index:9999;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .3s,opacity .3s;opacity:0}.toast.show{transform:translateX(-50%) translateY(0);opacity:1}.toast--success{background:linear-gradient(135deg,#52c41a,#389e0d)}.toast--error{background:linear-gradient(135deg,#ff4d4f,#d9363e)}.toast--warning{background:linear-gradient(135deg,#faad14,#d48806)}.toast--info{background:linear-gradient(135deg,#1890ff,#096dd9)}.form-input.error{border-color:#ff4d4f;box-shadow:0 0 0 2px rgba(255,77,79,.1)}.form-input.error:focus{border-color:#ff4d4f;box-shadow:0 0 0 2px rgba(255,77,79,.2)}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-4px)}20%,40%,60%,80%{transform:translateX(4px)}}.form-input.shake{animation:.5s ease-in-out shake}