*{margin:0;padding:0;box-sizing:border-box}body{background-color:#f5f5f5;color:#333;font-size:12px}a{text-decoration:none;color:#666}a:hover{color:#1e50a2}ul{list-style:none}img{max-width:100%;display:block}.container{width:1370px;margin:0 auto;position:relative;padding-top:16px}.flex{display:flex}.flex-between{justify-content:space-between}.flex-center{align-items:center;justify-content:center}.text-orange{color:#f60}.text-blue{color:#1e50a2}.mt-10{margin-top:10px}.top-bar{background-color:#333;height:30px;line-height:30px;color:#ccc}.top-bar .container{display:flex;justify-content:space-between}.top-right span{margin-left:15px;cursor:pointer}.header{background:#fff;padding:20px 0;height:100px}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo{font-size:28px;font-weight:700;color:#1e50a2;display:flex;align-items:center}.logo span{margin-left:10px;padding-left:10px;border-left:1px solid #ddd;font-size:16px;color:#333}.search-box{display:flex;border:2px solid #1e50a2;border-radius:20px;overflow:hidden;width:500px}.search-box input{border:none;padding:10px 15px;flex:1;outline:0}.search-box button{background:#1e50a2;color:#fff;border:none;padding:0 25px;cursor:pointer;font-size:14px}.nav-links span{margin:0 10px;cursor:pointer;font-size:14px}.main-nav{background:#fff;border-bottom:1px solid #ddd;height:40px;line-height:40px}.main-nav ul{display:flex}.main-nav li{margin-right:30px;font-size:14px;font-weight:700;cursor:pointer}.main-nav li.active{color:#1e50a2}.banner-top{height:111px;background:linear-gradient(to right,#4facfe 0,#00f2fe 100%);margin-bottom:10px;position:relative;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;border-radius:8px;overflow:hidden;cursor:pointer}.banner-split{display:flex;gap:10px;height:240px;margin-bottom:20px}.main-content-area{display:flex;gap:10px;margin-top:20px}.banner-left{flex:2;background:#000;color:#fff;position:relative;overflow:hidden;border-radius:8px;cursor:pointer}.banner-left-content{position:absolute;left:30px;top:30px;z-index:2}.banner-left h2{font-size:24px;margin-bottom:5px}.banner-right{flex:1;background:#ddd;position:relative;border-radius:8px;overflow:hidden}.play-icon{width:40px;height:40px;background:rgba(0,0,0,.5);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;color:#fff;font-size:20px;cursor:pointer}.content-wrapper{flex:1}.content-wrapper-main{display:flex;gap:10px}.main-left{flex:1}.section-header{display:flex;margin-bottom:10px;border-left:4px solid #f60;padding-left:10px;align-items:center}.section-title{font-size:16px;font-weight:700;margin-right:20px}.grid-container{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.card{background:#fff;padding:15px;border-radius:8px;transition:box-shadow .3s;border:1px solid #eee;display:flex;gap:10px}.card:hover{box-shadow:0 5px 15px rgba(0,0,0,.1)}.brand-card .card-img{width:60px;height:60px;border:1px solid #eee;display:flex;align-items:center;justify-content:center;font-weight:700;color:#1e50a2;background:#f9f9f9;font-size:10px;text-align:center}.brand-card .card-info{flex:1}.brand-card h4{font-size:14px;margin-bottom:5px;color:#333}.brand-card p{color:#999;font-size:12px;margin-bottom:8px;line-height:1.4;height:32px;overflow:hidden}.stock-table{width:100%;font-size:12px;border-collapse:collapse}.stock-table td{padding:2px 0;color:#666}.stock-table .price{color:#f60;font-weight:700;text-align:right}.stock-table .stock{text-align:center;color:#999}.product-card{display:flex;align-items:center}.product-card img{width:80px;height:80px;object-fit:cover;border:1px solid #eee;margin-right:10px}.sidebar-right{width:240px;order:2}.sidebar-box{background:#fff;margin-bottom:10px;border-radius:8px;padding:10px}.sidebar-header{border-bottom:1px solid #f60;margin-bottom:8px;display:flex;font-weight:700;height:44px;justify-content:space-between;align-items:center}.more-link a{font-size:14px;color:#818181;font-weight:300;cursor:pointer;display:inline-flex;align-items:center}.brand-title,.hot-title{color:#fff;background:#f60;padding:2px 5px;border-radius:2px;width:80px;height:44px;text-align:center;line-height:44px;font-size:14px;font-weight:300}.brand-list li{position:relative;border-bottom:1px dashed #eee;display:flex;align-items:center;gap:8px;cursor:pointer;overflow:hidden}.brand-list li:hover{color:#1e50a2}.brand-list li:after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#f60;transition:width .3s ease-in-out}.brand-list li:hover::after{width:100%}.brand-icon{width:16px;height:16px;display:inline-block;background:#ddd;border-radius:50%}.hot-list li{display:flex;margin-bottom:15px;padding:5px;align-items:center;flex-direction:column;border:1px solid #e0e0e0;border-radius:8px}.hot-list li:hover{border-color:#f60}.hot-info{font-size:14px;color:#5e5e5e}.hot-img{width:120px;height:120px;margin-right:10px;display:flex;align-items:center;justify-content:center;font-size:10px;color:#999;padding:5px}.hot-info h5{margin-bottom:5px;font-weight:400}.loading-area{text-align:center;padding:30px}.spinner{display:inline-block;width:30px;height:30px;border:3px solid rgba(255,102,0,.3);border-radius:50%;border-top-color:#f60;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.floating-menu{position:fixed;right:0;top:50%;transform:translateY(-50%);width:40px;background:#fff;box-shadow:-2px 0 5px rgba(0,0,0,.1);z-index:100;border-top-left-radius:5px;border-bottom-left-radius:5px}.float-item{height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-bottom:1px solid #eee;cursor:pointer;color:#666;font-size:10px}.float-item:hover{background:#1e50a2;color:#fff}.float-icon{font-size:16px;margin-bottom:2px}.footer{background:#fff;padding:30px 0;margin-top:30px;text-align:center;color:#999;border-top:1px solid #ddd}.footer-links a{margin:0 10px}.bg-blue-dark{background:linear-gradient(135deg,#0d1b42 0,#1e3c72 100%)}.bg-img-placeholder{width:100%;height:100%;background:#eee;display:flex;align-items:center;justify-content:center;color:#aaa}.brand-zone-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:25px}.brand-zone-block,.category-zone-warp{background:#fff;border-radius:10px;border:1px solid #e3e3e3;box-shadow:0 5px 15px rgba(0,0,0,.05);overflow:hidden;cursor:pointer;width:275px;height:220px}.brand-zone-block:hover,.category-zone-warp:hover{border:1px solid #344de2}.category-logo{width:118px;height:118px}.category-content{height:118px;display:flex;flex-direction:column;justify-content:space-between}.category-content .category-content-title{font-size:16px;font-weight:700;color:#333}.category-content .category-content-desc{font-size:13px;width:120px;max-height:80px;color:#838383;line-height:1.4;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.category-zone-warp{display:flex;align-items:center;justify-content:space-evenly}.brand-zone-logo-container img{width:84px;height:42px;border:1px solid #e3e3e3;border-radius:10px}.brand-zone-top{display:flex;align-items:center;padding:10px}.brand-zone-content{margin-left:5px;width:60%}.brand-zone-content div{font-size:20px;margin-bottom:3px}.brand-zone-content p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#656565}.brand-zone-table-warp{padding:10px}.brand-zone-table{width:100%;overflow:hidden;border-radius:10px;border-collapse:collapse;background-color:#f5f5f5}.brand-zone-table th{padding:5px 7px;text-align:left;font-size:12px;font-weight:400;color:#656565}.brand-zone-table td{padding:5px 5px;font-size:12px;color:#656565}.brand-zone-table td a{width:100px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-zone-table tr:last-child td{border-bottom:none}.brand-logo-image{width:40px;height:40px;display:flex;align-items:center}.hn-brand-item{display:flex;align-items:center;gap:10px;padding:5px;cursor:pointer}.brand-name{font-size:14px;color:#333}.video-modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.85);align-items:center;justify-content:center}.video-modal-content{position:relative;width:80%;max-width:900px;background:#000;border-radius:8px;overflow:hidden}.video-close-btn{position:absolute;top:10px;right:20px;color:#fff;font-size:35px;font-weight:700;cursor:pointer;z-index:10001}.video-close-btn:hover{color:#00b386}