      * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background: #f5f7fa;
            font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue', Roboto, system-ui, sans-serif;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            min-height: 100vh;
            padding: 0;
            margin: 0;
            color: #1a1a1a;
        }
	        .phone-frame {
            max-width: 600px;
            width: 100%;
            background: #ffffff;
            box-shadow: 0 0 0 1px rgba(0,0,0,0.02), 0 8px 30px rgba(0,0,0,0.05);
            min-height: 100vh;
            border-radius: 0;
            overflow-x: hidden;
            position: relative;
            padding-bottom: 80px;
        }	
		
 /* ----- 顶部导航 ----- */
        .tao-nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 16px 10px;
            background: #ffffff;
            border-bottom: 0px solid #f0f2f6;
            position: sticky;
            top: 0;
            z-index: 20;
            background: rgba(255,255,255,0.96);
            backdrop-filter: blur(2px);
        }

        .tao-nav .nav-left {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .tao-nav .nav-left .back {
            font-size: 1.6rem;
            line-height: 1;
            color: #222;
            font-weight: 300;
            cursor: default;
			margin-top: 0px;
        }

        .tao-nav .nav-left .title {
            font-size: 0.95rem;
            font-weight: 500;
            color: #1a1a1a;
        }

        .tao-nav .nav-right {
            display: flex;
            gap: 18px;
            font-size: 1.3rem;
            color: #2c3e50;
        }

        .tao-nav .nav-right span {
            cursor: default;
        }
		
    .product-imgooo {
      background: #f0f4fe;
      height: 340px;
	  width: 100%;
      border-radius: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #2b7fff;
      font-size: 2.4rem;
      margin-bottom: 12px;
      transition: background 0.1s;
      overflow: hidden;  /* 确保图片不溢出圆角 */
    }		
		
    .product-iooo {    
	  width: 100%;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #2b7fff;
      font-size: 2.4rem;
      margin-bottom: 0px;
      transition: background 0.1s;
    }
		
    .product-i {    
	  width: 100%;
      border-radius: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #2b7fff;
      font-size: 2.4rem;
      margin-bottom: 0px;
      transition: background 0.1s;
    }

/* ----- 价格 + 标题 ----- */
        .price-title-section {
            padding: 0px 16px 0px;
            background: #ffffff;
            border-bottom: 0px solid #f0f2f6;
        }

        .price-row {
            display: flex;
            align-items: baseline;
            gap: 8px;
            flex-wrap: wrap;
        }

        .price-row .current {
            font-size: 1.9rem;
            font-weight: 700;
            color: #ff3b30;
            letter-spacing: -0.5px;
        }

        .currentooo {
            font-size: 1.5rem;
            font-weight: 700;
            color: #ff3b30;
            letter-spacing: -0.5px;
        }

        .price-row .current small {
            font-size: 1rem;
            font-weight: 500;
        }

        .price-row .original {
            font-size: 0.85rem;
            color: #999;
            text-decoration: line-through;
        }

        .price-row .tag-group {
            display: flex;
            gap: 4px;
            flex-wrap: wrap;
            margin-left: auto;
        }

        .tag-group .badge {
            background: #fee9e7;
            color: #bf3f38;
            font-size: 0.7rem;
            padding: 0.1rem 0.5rem;
            border-radius: 30px;
            font-weight: 500;
            white-space: nowrap;
        }

        .tag-group .badge.blue {
            background: #e2edf9;
            color: #21608b;
        }

        .goods-title {
            font-size: 1rem;
            font-weight: 500;
            color: #1a1a1a;
            margin-top: 4px;
            line-height: 1.4;
        }

        .goods-title .sub-label {
            background: #ffeded;
            color: #d94a3f;
            font-size: 0.7rem;
            padding: 0.1rem 0.5rem;
            border-radius: 30px;
            margin-right: 4px;
            font-weight: 500;
        }

        .promo-bar {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 6px 12px;
            padding: 8px 0 7px;
            font-size: 0.7rem;
            color: #666;
            border-top: 1px dashed #eee;
            margin-top: 8px;
        }

        .promo-bar .item {
            display: flex;
            align-items: center;
            gap: 4px;
            background: #f7f9fc;
            padding: 0.1rem 0.6rem;
            border-radius: 30px;
        }

        .promo-bar .ship {
            color: #3a6a51;
            background: #eaf5ef;
            padding: 0.1rem 0.7rem;
            border-radius: 30px;
        }

        /* ----- 优惠券 ----- */
        .coupon-section {
            background: #ffffff;
            margin: 0 0 8px;
            padding: 6px 16px 10px;
            border-bottom: 1px solid #f0f2f6;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 4px 10px;
            font-size: 0.7rem;
            color: #333;
        }

        .coupon-section .coupon-tag {
            background: #fff0e8;
            color: #d94a3f;
            padding: 0.1rem 0.5rem;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.6rem;
        }

        .coupon-section .more {
            color: #999;
            margin-left: auto;
            font-size: 0.65rem;
        }

        /* ----- 规格选择 ----- */
        .spec-card {
            background: #ffffff;
            margin: 8px 16px 12px;
            border-radius: 16px;
            padding: 12px 14px 10px;
            border: 1px solid #f0f2f6;
        }

        .spec-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 6px 0;
            border-bottom: 1px solid #f5f7fa;
        }

        .spec-row:last-child {
            border-bottom: none;
        }

        .spec-row .label {
            font-size: 0.8rem;
            color: #666;
            min-width: 56px;
        }

        .spec-row .value {
            font-size: 0.85rem;
            font-weight: 450;
            color: #1a1a1a;
            display: flex;
            align-items: center;
            gap: 6px;
            flex-wrap: wrap;
        }

        .spec-row .value .chip {
            background: #f5f7fc;
            padding: 0.1rem 0.7rem;
            border-radius: 30px;
            font-size: 0.7rem;
            color: #333;
            border: 1px solid transparent;
        }

        .spec-row .value .chip.active {
            border-color: #ff3b30;
            background: #fff0ee;
            color: #d94a3f;
        }

        .spec-row .arrow {
            color: #bbb;
            font-size: 0.9rem;
        }

        /* ----- 评价 ----- */
        .review-block {
            background: #ffffff;
            margin: 0 16px 12px;
            border-radius: 16px;
            padding: 12px 14px 10px;
            border: 1px solid #f0f2f6;
        }

        .review-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.85rem;
            font-weight: 500;
            color: #1a1a1a;
            padding-bottom: 6px;
            border-bottom: 1px solid #f0f2f6;
        }

        .review-header .more {
            color: #999;
            font-weight: 400;
            font-size: 0.7rem;
        }

        .review-content {
            display: flex;
            flex-direction: column;
            gap: 6px;
            margin-top: 8px;
        }

        .review-item {
            font-size: 0.78rem;
            color: #1a1a1a;
            line-height: 1.4;
            display: flex;
            gap: 6px;
            align-items: flex-start;
        }

        .review-item .user {
            color: #888;
            font-weight: 400;
            white-space: nowrap;
        }

        .review-item .stars {
            color: #f5b342;
            letter-spacing: 1px;
            font-size: 0.7rem;
        }

        .review-item .text {
            color: #1a1a1a;
        }

        .review-item .sku-info {
            color: #999;
            font-size: 0.65rem;
            margin-left: 4px;
        }

        /* ----- 店铺 ----- */
        .shop-card {
            background: #ffffff;
            margin: 0 16px 12px;
            border-radius: 16px;
            padding: 12px 14px;
            border: 1px solid #f0f2f6;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .shop-left {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .shop-left .shop-icon {
            background: #d4e0ee;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            color: #2b4b6e;
            font-size: 0.9rem;
            flex-shrink: 0;
        }

        .shop-left .shop-name {
            font-weight: 500;
            font-size: 0.9rem;
        }

        .shop-left .shop-desc {
            font-size: 0.65rem;
            color: #999;
            margin-top: 2px;
        }

        .shop-right {
            background: #f0f4fc;
            padding: 0.2rem 1rem;
            border-radius: 40px;
            font-size: 0.7rem;
            color: #1c4970;
            font-weight: 500;
        }

        /* ===== 图文详情 (核心) ===== */
        .detail-section {
            background: #ffffff;
            margin: 0px 0 0;
            padding: 10px 16px 10px;
            border-top: 6px solid #f5f7fa;
            border-bottom: 6px solid #f5f7fa;
        }

        .detail-section .detail-title {
            font-size: 0.95rem;
            font-weight: 600;
            color: #1a1a1a;
            padding-bottom: 10px;
            border-bottom: 1px solid #f0f2f6;
            margin-bottom: 14px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .detail-section .detail-title .line {
            flex: 1;
            height: 1px;
            background: #e8ecf2;
        }

        .detail-section .detail-title .badge-detail {
            background: #ff3b30;
            color: #fff;
            font-size: 0.6rem;
            padding: 0.1rem 0.6rem;
            border-radius: 30px;
            font-weight: 500;
        }

        /* 图文块 */
        .detail-block {
			margin-top: 0px;
            margin-bottom: 9px;
        }

        .detail-block:last-child {
            margin-bottom: 0px;
        }

        .detail-block .block-title {
            font-size: 0.90rem;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 9px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .detail-block .block-title .tag {
            background: #f0f4fc;
            color: #21608b;
            font-size: 0.55rem;
            padding: 0.05rem 0.5rem;
            border-radius: 30px;
            font-weight: 400;
        }

        .detail-block .block-desc {
            font-size: 0.8rem;
            color: #444;
            line-height: 1.6;
            padding: 4px 0 2px;
        }

        .detail-block .block-desc .highlight {
            color: #d94a3f;
            font-weight: 500;
        }

        /* 图文卡片 (仿淘宝详情图) */
        .detail-img-card {
            background: #f8faff;
            border-radius: 16px;
            padding: 6px 0px 0px 2px;
            margin: 8px 0 6px;
            border: 0px solid #f0f4fc;
        }

        .detail-img-card .img-placeholder {
            width: 100%;
            aspect-ratio: 16 / 9;
            background: #e8edf6;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.75rem;
            color: #5a738d;
            gap: 6px;
            flex-direction: column;
            margin-bottom: 8px;
        }

        .detail-img-card .img-placeholder .icon-big {
            font-size: 2.2rem;
            opacity: 0.5;
        }

        .detail-img-card .img-caption {
            font-size: 0.7rem;
            color: #666;
            text-align: center;
            padding: 4px 0 4px;
			text-align: left;line-height: 1.8;
        }

        .detail-img-card .img-tag {
            display: inline-block;
            background: #ffeded;
            color: #bf3f38;
            font-size: 0.55rem;
            padding: 0.05rem 0.5rem;
            border-radius: 30px;
            margin-right: 4px;
        }

        /* 参数列表 (图文详情内) */
        .param-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 6px 12px;
            background: #f9fafc;
            border-radius: 12px;
            padding: 10px 12px;
            margin-top: 6px;
        }

        .param-grid .param-item {
            font-size: 0.7rem;
            color: #444;
            display: flex;
            justify-content: space-between;
            border-bottom: 1px dashed #edf0f5;
            padding: 4px 0;
        }

        .param-grid .param-item .key {
            color: #888;
        }

        .param-grid .param-item .val {
            color: #1a1a1a;
            font-weight: 450;
        }

        /* ----- 推荐 ----- */
        .recommend-section {
            margin: 8px 16px 12px;
            background: #ffffff;
            border-radius: 16px;
            padding: 12px 14px 14px;
            border: 1px solid #f0f2f6;
        }

        .recommend-section .rec-title {
            font-size: 0.8rem;
            font-weight: 500;
            color: #1a1a1a;
            margin-bottom: 8px;
        }

        .rec-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 8px;
        }

        .rec-grid .rec-item {
            background: #f9fafc;
            border-radius: 12px;
            padding: 8px 6px 6px;
            text-align: center;
            font-size: 0.9rem;
            color: #333;
			text-align: left
        }

        .rec-grid .rec-item .rec-icon {
            font-size: 1.8rem;
            display: block;
            margin-bottom: 4px;
        }

        .rec-grid .rec-item .rec-price {
            color: #ff3b30;
            font-weight: 600;
            font-size: 0.7rem;
        }

        /* ===== 底部固定栏 ===== */
        .bottom-bar {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            max-width: 300px;
            margin: 0 auto;
            background: #ffffff;
            border: 1px solid #e8ecf2;
            padding: 6px 16px 6px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 -2px 12px rgba(0,0,0,0.04);
            z-index: 100;
            width: 100%;
        }

        @media (min-width: 421px) {
            .bottom-bar {
                border-radius: 16px 16px 0 0;
            }
        }

        .bottom-bar .left-icons {
            display: flex;
            gap: 14px;
            align-items: center;
        }

        .bottom-bar .left-icons .icon-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 0.5rem;
            color: #666;
            gap: 1px;
            cursor: default;
        }

        .bottom-bar .left-icons .icon-item i {
            font-size: 1.3rem;
            font-style: normal;
            line-height: 1;
        }

        .bottom-bar .right-btns {
            display: flex;
            gap: 4px;
        }

        .btn-cart {
            background: #f8c23d;
            padding: 0.5rem 1.4rem;
			width: 30%;
			height: 100%;
            border-radius: 60px;
            font-weight: 600;
            color: #1a1a1a;
            font-size: 0.85rem;
            border: none;
            cursor: default;
            white-space: nowrap;
            box-shadow: 0 4px 10px rgba(240, 180, 40, 0.15);
			text-align: center;
        }

        .btn-buy {
            background: #ff3b30;
            padding: 0.5rem 1.4rem;
			width: 80%;
            border-radius: 60px;
            font-weight: 600;
            color: white;
            font-size: 0.85rem;
            border: none;
            cursor: default;
            white-space: nowrap;
            box-shadow: 0 4px 12px rgba(255, 59, 48, 0.2);
			text-align: center;
        }

        .footer-meta {
            padding: 6px 16px 0;
            font-size: 0.55rem;
            color: #999;
            display: flex;
            justify-content: flex-end;
            gap: 12px;
            border-top: 1px solid #f0f2f6;
            margin-top: 8px;
        }
		
		
		    .product-img {
      background: #f0f4fe;
      height: 180px;
		width: 100%;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #2b7fff;
      font-size: 2.4rem;
      margin-bottom: 12px;
      transition: background 0.1s;
      overflow: hidden;  /* 确保图片不溢出圆角 */
    }

    .sub-detail {
      font-size: 0.7rem;
      color: #7a7a7a;
      background: #f6f2ed;
      padding: 4px 8px;
      border-radius: 30px;
      display: inline-block;
      margin-top: 8px;
    }

.roc-ikkcon {          
          color: #7a7a7a;
        }

.ff {          
         background: #f8c23d;
           
		
			
           
            
            color: #1a1a1a;
            font-size: 0.85rem;
           
            
            
           
			text-align: center;
        }


