.seckill-list__header{margin-top:40px;margin-bottom:30px;justify-content:space-between;flex-wrap:wrap;gap:20px}.seckill-list__countdown,.seckill-list__countdown-wrapper,.seckill-list__header{display:flex;align-items:center}.seckill-list__countdown{gap:10px}.seckill-list .countdown-label{font-size:14px;color:#666}.seckill-list .countdown-time{display:flex;align-items:center;gap:4px}.seckill-list .countdown-item{display:inline-block;padding:4px 8px;background:#dc0032;color:#fff;border-radius:4px;font-size:16px;font-weight:600;min-width:32px;text-align:center}.seckill-list .countdown-separator{color:#dc0032;font-size:16px;font-weight:600;margin:0 2px}.seckill-list__timeline{display:flex;gap:20px;flex:1 1}.seckill-list__timeline-item{position:relative;padding:12px 20px;cursor:pointer;transition:all .3s ease;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);min-width:100px;text-align:center}.seckill-list__timeline-item:hover{background:#f5f5f5}.seckill-list__timeline-item:active{transform:scale(.98);opacity:.8}.seckill-list__timeline-item.active{color:#dc0032;font-weight:600;background:#fff5f5}.seckill-list__timeline-item:not(.active){color:#666}.seckill-list__timeline-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.seckill-list .timeline-item__time{font-size:16px;margin-bottom:4px}.seckill-list .timeline-item__time .sub-name{font-size:12px;margin-left:4px;color:#999}.seckill-list .timeline-item__tip{font-size:12px;color:#999}.seckill-list .timeline-item__indicator{position:absolute;bottom:-22px;left:50%;transform:translateX(-50%);width:40px;height:3px;background:#dc0032;border-radius:2px}.seckill-list__products{margin-top:20px}.seckill-list__product-card{height:100%;cursor:pointer;transition:all .3s ease;border-radius:8px;overflow:hidden}.seckill-list__product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.seckill-list__product-card .ant-card-body{padding:16px}.seckill-list .product-card__image-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f5f5f5;aspect-ratio:1/1}.seckill-list .product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease;background:#f5f5f5}.seckill-list .product-card__image:not([src]),.seckill-list .product-card__image[src=""]{opacity:0}.seckill-list .product-card__skeleton{padding:16px}.seckill-list .product-card__skeleton .skeleton-image{width:100%;padding-top:100%;margin-bottom:12px}.seckill-list .product-card__skeleton .skeleton-image,.seckill-list .product-card__skeleton .skeleton-title{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px}.seckill-list .product-card__skeleton .skeleton-title{height:16px;margin-bottom:8px}.seckill-list .product-card__skeleton .skeleton-price{height:20px;width:60%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px}.seckill-list .product-card__soldout{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1}.seckill-list .product-card__soldout span{color:#fff;font-size:18px;font-weight:600}.seckill-list .product-card__content{display:flex;flex-direction:column;gap:8px}.seckill-list .product-card__title{font-size:14px;font-weight:500;color:#333;-webkit-line-clamp:2;min-height:40px}.seckill-list .product-card__info,.seckill-list .product-card__title{line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.seckill-list .product-card__info{font-size:12px;color:#999;-webkit-line-clamp:1;min-height:16px}.seckill-list .product-card__price-box{display:flex;align-items:baseline;gap:8px}.seckill-list .product-card__price{font-size:20px;font-weight:600;color:#dc0032}.seckill-list .product-card__price .price-symbol{font-size:14px}.seckill-list .product-card__old-price{font-size:12px;color:#999;text-decoration:line-through}.seckill-list .product-card__old-price .price-symbol{font-size:10px}.seckill-list .product-card__progress{margin-top:8px}.seckill-list .product-card .progress-text{font-size:12px;color:#999;margin-top:4px;text-align:right}.seckill-list .product-card__btn{margin-top:8px;text-align:center}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.seckill-list__title{font-size:24px}.seckill-list__timeline{flex-wrap:wrap;gap:10px}.seckill-list__timeline-item{padding:8px 12px}.seckill-list .product-card__image-wrapper{min-height:150px}}