
        body {
            font-family: "STKaiti", "Microsoft Yahei", serif;
            background: url("../img/bannerbg.jpg") no-repeat fixed center;
            background-size: cover;
            color: #3c2c18;
        }
        /* 顶部公告栏 */
        .indexnew-top-notice {
            height: 32px;
            background: #8b2323;
            color: #f8e9d2;
            line-height: 32px;
            text-align: center;
            font-size: 14px;
            letter-spacing: 1px;
        }
        /* 头部导航 吸顶 */
        .indexnew-header {
            height: 90px;
            background: rgba(60, 44, 24, 0.92);
            box-shadow: 0 3px 10px rgba(0,0,0,0.4);
            position: relative;
            top: 0;
            z-index: 999;
            border-bottom: 2px solid #c4935c;
        }
        .indexnew-header-wrap {
            width: 1300px;
            margin: 0 auto;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .indexnew-logo {
            font-size: 32px;
            font-weight: bold;
            color: #e6c89c;
            letter-spacing: 4px;
        }
        .indexnew-logo span {
            font-size: 14px;
            display: block;
            letter-spacing: 2px;
            opacity: 0.8;
        }
        /* 搜索框 */
        .indexnew-search-box {
            display: flex;
            width: 450px;
        }
        .indexnew-search-box input {
            flex: 1;
            height: 44px;
            border: 2px solid #c4935c;
            background: #fdf6eb;
            padding: 0 18px;
            outline: none;
            font-size: 15px;
            color: #3c2c18;
        }
        .indexnew-search-box button {
            width: 90px;
            height: 44px;
            background: #8b2323;
            border: none;
            color: #f8e9d2;
            cursor: pointer;
            font-size: 16px;
            transition: 0.3s;
        }
        .indexnew-search-box button:hover {
            background: #a12a2a;
        }
        .indexnew-header-menu a {
            margin-left: 28px;
            color: #e6d8bc;
            font-size: 15px;
            transition: 0.3s;
        }
        .indexnew-header-menu a:hover {
            color: #e6b870;
        }
        /* 分类导航 */
        .indexnew-category-nav {
            width: 1300px;
            margin: 12px auto;
            background: rgba(253, 246, 235, 0.95);
            display: flex;
            border: 1px solid #d4b080;
        }
        .indexnew-all-category {
            width: 210px;
            height: 48px;
            line-height: 48px;
            background: #8b2323;
            color: #fff;
            text-align: center;
            font-weight: bold;
            font-size: 16px;
            letter-spacing: 2px;
        }
        .indexnew-category-list {
            display: flex;
            flex: 1;
        }
        .indexnew-category-list li a {
            display: block;
            height: 48px;
            line-height: 48px;
            padding: 0 22px;
            color: #3c2c18;
            font-size: 15px;
        }
        .indexnew-category-list li a:hover {
            background: #e8d4b8;
            color: #8b2323;
        }
        /* 轮播区域 */
        .indexnew-banner-wrap {
            width: 1300px;
            margin: 0 auto 35px;
            height: 420px;
            position: relative;
            overflow: hidden;
            border: 6px solid #b8864c;
            box-shadow: 0 0 20px rgba(0,0,0,0.3);
        }
        .indexnew-banner {
            width: 100%;
            height: 100%;
            display: flex;
            transition: left 0.6s ease;
            position: absolute;
            left: 0;
        }
        .indexnew-banner-item {
            min-width: 1300px;
            height: 420px;
        }
        .indexnew-banner-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .indexnew-banner-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 45px;
            height: 70px;
            background: rgba(60,44,24,0.55);
            color: #f8e9d2;
            text-align: center;
            line-height: 70px;
            font-size: 28px;
            cursor: pointer;
            z-index: 10;
        }
        .indexnew-prev {left: 0;}
        .indexnew-next {right: 0;}
        .indexnew-banner-dot {
            position: absolute;
            bottom: 25px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
        }
        .indexnew-dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: rgba(255,255,255,0.45);
            cursor: pointer;
            border: 1px solid #c4935c;
        }
        .indexnew-dot.indexnew-active {
            background: #e6b870;
        }
        /* 通用容器 */
        .indexnew-container {
            width: 1300px;
            margin: 0 auto 45px;
            background: rgba(253, 246, 235, 0.94);
            padding: 20px;
            border: 1px solid #d4b080;
        }
        .indexnew-title-box {
            display: flex;
            align-items: center;
            margin-bottom: 22px;
            border-bottom: 1px dashed #c4935c;
            padding-bottom: 10px;
        }
        .indexnew-title-box h2 {
            font-size: 22px;
            color: #8b2323;
            border-left: 5px solid #8b2323;
            padding-left: 12px;
            letter-spacing: 2px;
        }
        /* 商品列表 */
        .indexnew-goods-list {
            display: flex;
            gap: 22px;
        }
        .indexnew-goods-item {
            flex: 1;
            background: #fff9ef;
            border: 1px solid #d4b080;
            transition: all 0.35s;
        }
        .indexnew-goods-item:hover {
            transform: translateY(-6px);
            box-shadow: 0 8px 18px rgba(60,44,24,0.25);
            border-color: #8b2323;
        }
        .indexnew-goods-img {
            width: 100%;
            height: 230px;
            overflow: hidden;
        }
        .indexnew-goods-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.4s;
        }
        .indexnew-goods-item:hover .indexnew-goods-img img {
            transform: scale(1.05);
        }
        .indexnew-goods-info {
            padding: 14px;
        }
        .indexnew-goods-name {
            font-size: 15px;
            color: #3c2c18;
            margin-bottom: 10px;
            height: 44px;
            overflow: hidden;
            line-height: 1.5;
        }
        .indexnew-goods-price {
            color: #8b2323;
            font-size: 20px;
            font-weight: bold;
        }
        .indexnew-goods-sold {
            font-size: 13px;
            color: #777;
            margin-top: 6px;
        }
        .indexnew-goods-tag {
            display: inline-block;
            padding: 2px 8px;
            background: #8b2323;
            color: #fff;
            font-size: 12px;
            margin-bottom: 8px;
            border-radius: 2px;
        }
        /* 底部 */
        .indexnew-footer {
            background: rgba(30,22,12,0.95);
            color: #c9b89e;
            padding: 50px 0;
            margin-top: 60px;
            border-top: 3px solid #b8864c;
        }
        .indexnew-footer-wrap {
            width: 1300px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }
        .indexnew-footer-col h3 {
            color: #e6c89c;
            margin-bottom: 18px;
            font-size: 18px;
            letter-spacing: 1px;
        }
        .indexnew-footer-col li {
            margin-bottom: 10px;
        }
        .indexnew-footer-col a {
            color: #c9b89e;
            font-size: 14px;
            transition: 0.2s;
        }
        .indexnew-footer-col a:hover {
            color: #e6b870;
        }
        .indexnew-copyright {
            width: 1300px;
            margin: 35px auto 0;
            text-align: center;
            font-size: 14px;
            padding-top: 25px;
            border-top: 1px solid #443322;
            line-height: 1.8;
        }