.huawei .floor-right{background:transparent}
.huawei .floor-right-ads{display:none}
.huawei .floor-right-title{font-size:24px}
.huawei .wst-footer-info{display:block}
.huawei .goods .price{text-align:center;margin-top: 16px; color: rgb(207, 10, 44);}
.huawei .goods-list .goods{    width: 288px;
    margin-bottom: 10px;
    margin-left: 10px;
    background: #fff;}
.huawei .wst-footer-info>li {
    width: 240px;}
.huawei .wst-footer-img {
    float:left;    margin-top: 20px;}
.huawei .wst-footer-wz-pn {
    font-size:14px; margin-left: 0;}
.huawei .wst-footer-wz-ca {
    padding-top: 0;
}
.huawei .wst-footer-hp-ck1 {
    padding-top: 56px;
}
.huawei .email-wst{
    float:none; 
}
.huawei .wst-contact{
    height: 200px;
}
.huawei .wst-main{
    padding-bottom: 60px;
}
.huawei .wst-search{
    margin-left:30px;
}
.huawei .wst-search .search-ipt{
    width: 140px;
    padding-left: 14px;
}
.huawei .wst-search-box{
    width: 270px;
    float: right;
}
.huawei .wst-search .j-search-type{
display: none;
}
.huawei .j-dorpdown .drop-down a{
    color: #999;
}
.huawei #wst-nav-items ul {
    width: auto;
}
.huawei #wst-nav-items {

    margin-top: 52px;
}
.huawei #wst-slide .wst-slide-itemswrap,.huawei  #wst-slide .wst-slide-items,.huawei  #wst-slide .wst-slide-items li{
    height:550px;
}
.huawei .goods-img-box{width:450px;height: auto;}
.huawei .seeing{display:none}
.huawei .spec-preview {
    float: none;
    height: 450px;
    width: 445px;
    margin-bottom: 5px;
}
.huawei .spec-preview img {
        margin-left: 50px;
    margin-top: 50px;
}
.huawei .goods-pics{
    width: 450px;
}
.huawei  .intro {

    border-left: none;
    border-right: none;

}
      * {
            margin: 0;
            padding: 0;
        }

        body {
            line-height: 1.6;
            color: #333;
            background-color: #f5f5f5;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* 头部样式 */
        .header {
            background-color: #fff;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .top-nav {
            background-color: #f8f8f8;
            padding: 8px 0;
            font-size: 12px;
            border-bottom: 1px solid #e0e0e0;
        }

        .top-nav .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .nav-left, .nav-right {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .nav-link {
            color: #666;
            text-decoration: none;
            transition: color 0.3s;
        }

        .nav-link:hover {
            color: #1369c0;
        }

        .main-nav {
            padding: 15px 0;
        }

        .main-nav .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .logo img {
            width: 200px;
            height: 50px;
        }

        .search-box {
            flex: 1;
            max-width: 600px;
            margin: 0 30px;
            display: flex;
            position: relative;
        }

        .search-box form {
            display: flex;
            width: 100%;
        }

        .search-input {
            flex: 1;
            height: 40px;
            border: 2px solid #f4a53f;
            border-right: none;
            padding: 0 15px;
            font-size: 14px;
            outline: none;
        }

        .search-btn {
            width: 80px;
            height: 40px;
            background-color: #f4a53f;
            color: white;
            border: none;
            cursor: pointer;
            font-size: 14px;
            transition: background-color 0.3s;
        }

        .search-btn:hover {
            background-color: #f4a53f;
        }

        .cart-info {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #666;
            cursor: pointer;
            position: relative;
        }

        .cart-icon {
            font-size: 20px;
        }

        .cart-count {
            background-color: #1369c0;
            color: white;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            position: absolute;
            top: -5px;
            right: -5px;
        }

        /* 分类导航 */
        .category-nav {
            background-color: #1369c0;
            padding: 0;
        }

        .category-nav .container {
            display: flex;
            align-items: center;
        }

        .all-categories {
            background-color: #4693fd;
            color: white;
            text-align: center;
            padding: 15px 20px;
            font-weight: bold;
            cursor: pointer;
            width: 200px;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            margin-left: 20px;
        }

        .nav-menu li {
            margin-right: 30px;
        }

        .nav-menu a {
            color: white;
            text-decoration: none;
            padding: 15px 0;
            display: block;
            transition: color 0.3s;
        }

        .nav-menu a:hover,
        .nav-menu a.active {
            color: #ffcccc;
        }



        /* 返回顶部按钮 */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background-color: #1369c0;
            color: white;
            border-radius: 50%;
            display: none;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s;
            z-index: 999;
        }

        .back-to-top:hover {
            background-color: #a3131b;
            transform: scale(1.1);
        }

        .back-to-top span {
            font-size: 20px;
            font-weight: bold;
        }

        /* 页脚 */
        .footer {
            background-color: #333;
            color: #ccc;
            margin-top: 40px;
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            padding: 40px 0;
        }

        .footer-section h4 {
            color: #fff;
            margin-bottom: 15px;
            font-size: 16px;
        }

        .footer-section ul {
            list-style: none;
        }

        .footer-section li {
            margin-bottom: 8px;
        }

        .footer-section a {
            color: #ccc;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s;
        }

        .footer-section a:hover {
            color: #1369c0;
        }

        .footer-bottom {
            border-top: 1px solid #555;
            padding: 20px 0;
            text-align: center;
            font-size: 14px;
        }

        /* 响应式设计 */
        @media (max-width: 768px) {
            .container {
                padding: 0 15px;
            }

            .main-nav {
                padding: 10px 0;
            }

            .main-nav .container {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 10px;
            }

            .logo img {
                height: 35px;
            }

            .search-box {
                flex: 1;
                margin: 0 15px;
                max-width: none;
            }

            .search-input {
                height: 35px;
                font-size: 13px;
                padding: 0 10px;
            }

            .search-btn {
                width: 60px;
                height: 35px;
                font-size: 13px;
            }

            .cart-info {
                font-size: 14px;
                gap: 5px;
            }

            .cart-icon {
                font-size: 18px;
            }

            .banner-section {
                flex-direction: column;
            }

            .quick-links {
                width: 100%;
            }

            .category-nav .container {
                flex-direction: column;
                align-items: stretch;
            }

            .all-categories {
                width: 100%;
                text-align: center;
                padding: 12px 20px;
            }

            .nav-menu {
                flex-wrap: wrap;
                margin-left: 0;
                margin-top: 0;
                justify-content: center;
                padding: 10px 0;
            }

            .nav-menu li {
                margin-right: 15px;
                margin-bottom: 5px;
            }

            .nav-menu a {
                padding: 8px 0;
                font-size: 14px;
            }

            .products-grid {
                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
                gap: 15px;
            }

            .footer-content {
                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
                gap: 20px;
                padding: 30px 0;
            }

            /* 信息栏响应式 */
            .info-content {
                flex-direction: column;
                gap: 20px;
            }

            .rental-items {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .rental-item {
                flex-direction: column;
                gap: 10px;
            }

            .rental-image {
                width: 100%;
                height: 120px;
            }

            .info-tabs {
                flex-wrap: wrap;
                gap: 10px;
            }
        }

        @media (max-width: 480px) {
            .main-nav {
                padding: 8px 0;
            }

            .logo img {
                height: 30px;
            }

            .search-box {
                margin: 0 10px;
            }

            .search-input {
                height: 32px;
                font-size: 12px;
                padding: 0 8px;
            }

            .search-btn {
                width: 50px;
                height: 32px;
                font-size: 12px;
            }

            .cart-info {
                font-size: 12px;
            }

            .cart-icon {
                font-size: 16px;
            }

            .top-nav {
                padding: 5px 0;
            }

            .nav-left, .nav-right {
                gap: 10px;
            }

            .nav-link {
                font-size: 11px;
            }

            .products-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .swiper-container,
            .banner-image {
                height: 250px;
            }

            .slide-content {
                left: 20px;
            }

            .slide-content h2 {
                font-size: 20px;
            }

            .slide-content p {
                font-size: 14px;
            }

            .info-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }

            .info-tabs {
                align-self: stretch;
            }
        }

        @media (max-width: 360px) {
            .container {
                padding: 0 10px;
            }

            .main-nav .container {
                gap: 8px;
            }

            .search-box {
                margin: 0 8px;
            }

            .cart-info span:not(.cart-icon):not(.cart-count) {
                display: none;
            }

            .nav-left span, .nav-right {
                font-size: 10px;
            }

            .nav-left, .nav-right {
                gap: 8px;
            }
        }
        
        
            /* 主要内容区域 */
        .main-content {
            padding: 20px 0;
        }

        /* 轮播图区域 */
        .banner-section {
            display: flex;
            gap: 20px;
            margin-bottom: 30px;
            flex-direction: row-reverse;
        }

        .banner-slider {
            flex: 1;
            position: relative;
            background-color: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .swiper-container {
            width: 100%;
            height: 400px;
        }

        .swiper-slide {
            position: relative;
        }

        .banner-image {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }

        .slide-content {
            position: absolute;
            top: 30%;
            left: 50px;
            color: white;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }

        .slide-content h2 {
            font-size: 32px;
            margin-bottom: 10px;
        }

        .slide-content p {
            font-size: 18px;
        }

        .swiper-pagination {
            bottom: 15px;
        }

        .swiper-button-prev,
        .swiper-button-next {
            color: #1369c0;
        }

 /* 现代化快捷入口样式 */
        .quick-links {
            width: 250px;
            background-color: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            border: 1px solid #f0f0f0;
        }

        .quick-links-header {
            background: linear-gradient(135deg, #1369c0 0%, #b30000 100%);
            padding: 15px 20px;
            text-align: center;
        }

        .quick-links-header h3 {
            color: white;
            font-size: 16px;
            font-weight: bold;
            margin: 0;
        }

        .quick-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 16px 20px;
            margin: 0;
            cursor: pointer;
            transition: all 0.3s ease;
            background-color: #fff;
            border-bottom: 1px solid #f5f5f5;
            position: relative;
            overflow: hidden;
        }

        .quick-item-1 .icon i { @extend .bi-shop-window; }
        .quick-item-2 .icon i { @extend .bi-telephone; }
        .quick-item-3 .icon i { @extend .bi-envelope; }
        .quick-item-4 .icon i { @extend .bi-geo-alt; }
        .quick-item:last-child {
            border-bottom: none;
        }

        .quick-item:hover {
            background-color: #1369c0;
            color: white;
            transform: translateX(5px);
            box-shadow: inset 5px 0 0 rgba(255,255,255,0.2);
        }

        .quick-item:hover .icon {
            transform: scale(1.15) rotate(5deg);
        }

        .quick-item .icon {
            font-size: 22px;
            transition: all 0.3s ease;
            width: 28px;
            text-align: center;
            filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1));
        }

        .quick-item span:last-child {
            font-weight: 600;
            font-size: 18px;
            flex: 1;
        }

        .quick-item a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .quick-item:hover a {
            color: white;
        }

        .quick-item::before {
            content: '';
            position: absolute;
            left: -100%;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
            transition: left 0.5s ease;
        }

        .quick-item:hover::before {
            left: 100%;
        }

        .quick-item::after {
            content: '→';
            position: absolute;
            right: 20px;
            opacity: 0;
            transform: translateX(-10px);
            transition: all 0.3s ease;
            color: white;
            font-weight: bold;
        }

        .quick-item:hover::after {
            opacity: 1;
            transform: translateX(0);
        }

        /* 信息栏模块样式 */
        .info-section {
            background-color: #fff;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 30px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .info-container {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .info-category {
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 20px;
        }

        .info-category:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .info-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f0f0f0;
        }

        .info-header h3 {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 18px;
            font-weight: bold;
            color: #333;
        }

        .info-icon {
            font-size: 24px;
        }

        .more-link {
            color: #666;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s;
        }

        .more-link:hover {
            color: #1369c0;
        }

        .info-tabs {
            display: flex;
            gap: 15px;
        }

        .tab-link {
            color: #666;
            text-decoration: none;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 14px;
            transition: all 0.3s;
        }

        .tab-link.active {
            background-color: #1369c0;
            color: white;
        }

        .tab-link:hover {
            color: #1369c0;
        }

        .info-content {
            display: flex;
            gap: 30px;
        }

        .info-subcategory {
            flex: 1;
        }

        .info-subcategory h4 {
            color: #1369c0;
            font-size: 16px;
            margin-bottom: 15px;
            padding-left: 10px;
            border-left: 3px solid #1369c0;
        }

        .info-items {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .info-item a {
            color: #666;
            text-decoration: none;
            font-size: 14px;
            line-height: 1.4;
            padding: 5px 0;
            transition: color 0.3s;
            display: block;
        }

        .info-item a:hover {
            color: #1369c0;
        }

        /* 房屋租赁特殊样式 */
        .rental-items {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .rental-item {
            display: flex;
            gap: 15px;
            padding: 15px;
            border: 1px solid #eee;
            border-radius: 8px;
            transition: box-shadow 0.3s;
        }

        .rental-item:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        .rental-image {
            width: 100px;
            height: 80px;
            border-radius: 6px;
            overflow: hidden;
            flex-shrink: 0;
        }

        .rental-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .rental-info {
            flex: 1;
        }

        .rental-info h4 {
            font-size: 14px;
            margin-bottom: 8px;
            line-height: 1.4;
        }

        .rental-info h4 a {
            color: #333;
            text-decoration: none;
            transition: color 0.3s;
        }

        .rental-info h4 a:hover {
            color: #1369c0;
        }

        .rental-details {
            font-size: 12px;
            color: #999;
            line-height: 1.3;
            margin-bottom: 8px;
        }

        .rental-meta {
            font-size: 11px;
            color: #999;
        }

        .rental-meta span {
            margin-right: 15px;
        }

        /* 商品展示区域 */
        .products-section {
            background-color: #fff;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .section-title h2 {
            color: #333;
            margin-bottom: 20px;
            font-size: 24px;
            font-weight: bold;
        }

        .product-category {
            margin-bottom: 40px;
        }

        .product-category h3 {
            color: #1369c0;
            margin-bottom: 20px;
            font-size: 18px;
            font-weight: bold;
            border-left: 4px solid #1369c0;
            padding-left: 15px;
        }

        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
        }

        .product-item {
            background-color: #fff;
            border: 1px solid #eee;
            border-radius: 8px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .product-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        .product-item a {
            display: block;
            text-decoration: none;
            color: inherit;
        }

        .product-item img {
            width: 100%;
            /*height: 200px;*/
            object-fit: cover;
        }

        .product-info {
            padding: 15px;
        }

        .product-info h4 {
            font-size: 16px;
            margin-bottom: 8px;
            color: #333;
            line-height: 1.4;
        }

        .price {
            color: #1369c0;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .original-price {
            color: #999;
            font-size: 16px;
            text-decoration: line-through;
        }

        .description {
            color: #666;
            font-size: 12px;
            line-height: 1.3;
            margin-bottom: 5px;
        }

        .date {
            color: #999;
            font-size: 11px;
        }
        .slideshow {
    height: 400px;
    object-fit: cover;
}


.myaddproduct-category{
    border-left: #1369c0 5px solid;
    padding-left: 12px;
    margin-bottom: 15px;
}

.myaddproduct-category a {
    color: #1369c0;
    text-decoration: none;
    font-weight: bold;
    padding-right: 20px;
}


.tab-content.active {
    padding: 0px 20px 30px 20px;
}
.btn-cart,
        .btn-favorite {
            flex: 1;
            padding: 8px 12px;
            border: 1px solid #1369c0;
            cursor: pointer;
            font-size: 13px;
            border-radius: 4px;
            transition: all 0.3s;
        }

        .btn-cart {
            background-color: #1369c0;
            color: white;
        }

        .btn-cart:hover {
            background-color: #b30000;
        }

        .btn-favorite {
            background-color: #fff;
            color: #1369c0;
        }

        .btn-favorite:hover {
            background-color: #1369c0;
            color: white;
        }

