 table, html, body {
    font-size: 13px;
    text-decoration: none;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
}
.hero-bg {
    background-size: cover;
    background-position: center;
    position: relative;
   
    color: white;

    display: flex;
    align-items: center;
    padding: 20px 0;
}

.hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(25,29,99,0.5);
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-content h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
 
}


.hero-content p {
    font-size: 24px;
    opacity: 0.9;
    margin-bottom: 32px;
}
@media (max-width: 768px) {
.promo-banner{background-color: #dc2626; /* red-600 */
    background: linear-gradient(90deg, rgba(217,26,50,0) 0%, #DD142D 19.71%, #E10E28 71.63%, rgba(233,1,30,0) 100%); padding: 10px 0;}
    .hero-content img{ max-height: 70px;}
     .hero-bg{  height: 60vh;}
     .hero-content p{ font-size: 16px;}
}
@media (min-width: 768px) {
    .promo-banner span{background-color: #dc2626; /* red-600 */
    background: linear-gradient(90deg, rgba(217,26,50,0) 0%, #DD142D 19.71%, #E10E28 71.63%, rgba(233,1,30,0) 100%);}
    .hero-bg {    height: 60vh;}
    .hero-content h1 {
        font-size: 56px;
    }
}
.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.btn-primary {
    background-color: #ef4444;
    color: white;
}

.btn-outline {
    border: 2px solid white;
    color: white;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* Promotion Banner */
.promo-banner span {
    
    border-radius: 0;
    color: white;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
}

/* Section Title */
.section-title{ display: flex; align-items:center; justify-content: center;  padding-top: 30px;  padding-bottom: 18px; }
.section-title h2{  position: relative; z-index: 2;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #1f2937;
}

.section-title p {
    text-align: center;
    color: #6b7280;
   
    font-size: 16px;
}
 @media (max-width: 768px) {
.section-title > img{ width: 40px;}
.section-title h2{ font-size:21px;}
 }
.icon_{ position: relative;}
.icon_::before{transform: translateX(-50%); position: absolute; left: 50%; width: 73px; height: 63px; content: "";  background-repeat: no-repeat; background-position: center 0; bottom: calc(100% - 20px); background-size: cover; }
 @media (max-width: 768px) {
.icon_::before{ width: 34px; height: 34px;bottom: calc(100% - 10px);}
 }
.icon__1::before{ background-image: url(../images/gouwucun/a1.png);}
.icon__2::before{ background-image: url(../images/gouwucun/a2.png);}
.icon__3::before{ background-image: url(../images/gouwucun/a3.png);}
/* Brand Partners */
.brand-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
   
}

.brand-logo { 
    background: white;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    color: #4b5563;
}
.brand-logo img{max-width:210px ;
    max-height: 60px;}
/* City Tags */
.city_tags {background-color: #F9F9F9;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
 
}

  .city_tags a{ margin-top: 8px; position: relative;
    background-color: #fff;

    color: #4b5563;
    padding: 8px ;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}
@media (min-width: 1024px) {
.city_tags { gap: 0;}
.city_tags a {      border: 1px solid #f3f4f6;padding: 8px 24px;  margin-top: 24px;}
.city_tags a:nth-of-type(1){ border-radius: 18px 4px 4px 18px;}
.city_tags a:nth-last-of-type(1){ border-radius: 4px 18px 18px 4px;}
}
   .city_tags a.this::before {
        border-radius: 3px;
        content: "";
        width: 14px;
        height: 14px;
        transform: rotate(45deg);
        position: absolute;
        top: calc(100% - 12px);
        right: calc(50% - 7px);
        background-color: #ef4444; z-index: -1;
    } 

.city_tags a:hover,.city_tags a.this {  border-color:   #ef4444;
    background-color: #ef4444;
    color: white;
}



/* Special Offers */
.offers-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 12px;
}

@media (min-width: 1024px) {
    .offers-section {  margin-top: 32px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.offer-card {
    padding: 16px;
    border-radius: 12px;
    color: #000;
    background: linear-gradient(to right, #F5F5F5, #f9f8f8);
}

.offer-header { position: relative; font-weight: 200;
    display: inline-block;
    align-items: center;
    padding-bottom: 8px;
    margin-bottom: 6px;
    font-size: 24px;
 }.offer-header b{ position: relative;  font-weight: 400; padding-right: 4px;
}
.offer-header b::before{  width: 100%; border-bottom: 4px solid; content: ""; position: absolute; bottom: -10px; left: 0; }
.offer-header::after{  width: 100%;  border-bottom: 1px solid; content: ""; position: absolute; bottom: 0; left: 0; }
 

.offer-list {
    list-style: none;
    margin: 24px 0;
}

.offer-list li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.offer-list li::before {
    content: "✓";
    margin-right: 8px;
    background: white;
    color: #ef4444;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 13px;
}

.offer-btn {
    background: white;
    color: #ef4444;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

/* Spacing Utilities */
.py-12 { padding: 48px 0; }
.py-8 { padding: 32px 0; }
.mb-4 { margin-bottom: 16px; }
.mb-6 { margin-bottom: 24px; }
.mb-8 { margin-bottom: 32px; }
.mb-12 { margin-bottom: 48px; }
.text-center { text-align: center; }
 




.list{ margin: 0 -16px;display: flex; flex-wrap: wrap; }
.list a{ background: #fff; margin: 0 8px 20px 8px; position: relative; width: calc(50% - 16px); border-radius: 8px;}
 .list a::before{ transition: all 0.4s ease-in-out;  content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; border: 1px solid #eee; pointer-events: none;border-radius: 8px; z-index: 9;}
 .list .img,.list .img img{ border-radius: 8px 8px 0 0;}
 .info{ padding: 10px 20px; display: flex; flex-direction: column;}
 .xiangqing{ 
background: #EC3636; padding: 2px 10px; color: #fff; position: absolute; right: 20px; bottom: 20px;
border-radius: 13px 13px 13px 13px;  } 
 .list a:hover::before{  border-color: #EC3636; }
  .list .price{ font-size: var(--font12); color:#EC3636 ; margin-bottom: 0; margin-top: auto}
   .list .price b{font-size: var(--font24);}
   .list .price em{ color: #000; font-style: normal;}
  @media screen and (max-width: 768px){.list{ margin: 0 ;}}
  @media screen and (min-width: 768px) and (max-width: 1281px){
 .list a{ margin: 0 15px 30px 15px;width: calc(33.3% - 30px)}
  /* .list4 a:nth-of-type(4){ display: none;}
  .list8 a:nth-of-type(8), .list8 a:nth-of-type(7){ display: none;} */
   }
   @media screen and (min-width: 1282px){
  .list a{  width: calc(25% - 30px); margin: 0 15px 30px 15px;}
.listw_n3 .list a{ margin: 0 15px 30px 15px;width: calc(33.3% - 30px)}
   }
  @media screen and (min-width: 1500px){
 .list a{margin: 0 18px 36px 18px;  width: calc(25% - 36px);}
    .listw_n3 .list a{ margin: 0 15px 30px 15px;width: calc(33.3% - 30px)}
  }
   .list h3{text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
-webkit-line-clamp: 3; margin-bottom: auto; font-weight: 400;}

.listw{ padding: 40px 0 0 0;}
  @media screen and (max-width: 1024px){
.listw{ padding: 20px 0 0 0;}
.py-12{ padding: 20px 0;}
  }
main section:nth-of-type(even) {
    background-color: #F9F9F9;
}

.listw .info{ padding: 15px 0 15px 0;}
.listw a::before{ display: none; }
.listw .img{ border-radius: 12px;  }
.listw .img::after{padding-top: 60%;}


.img_logo { padding: 5px 0; position: absolute; bottom: 0; right: 0; left: 0; background: #fff; text-align: center; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 19.71%, #ffffff 71.63%, rgba(255, 255, 255, 0) 100%);}
.img_logo img{ height: 40px; width: auto; position: relative; left: auto; margin: 0 auto;}

.offers-section .img::after {
    display: block;
    content: "";
    padding-top: 80%;
}
.offer-card .img{ position: relative;  border-radius: 18px 0 18px 0; margin-bottom: 15px;  }
.offer-card{  transition: transform 0.3s ease, box-shadow 0.3s ease;
             
        }
 .offer-card:hover .offer-header{ color: #EC3636;}
       .offer-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 40px rgba(90,62,155,0.15);
        }
 
main section:nth-of-type(even) .offer-card{ background: #fff; } 


/* 购物村店铺展示 */
/* ===== PARTNER GRID ===== */
        .partners-grid {
            /* max-width: 1200px; */
            margin: 0 auto 60px;
            /* padding: 0 30px; */
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
            gap: 28px;
        }

        .partner-card {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 2px 16px rgba(0,0,0,0.07);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
            position: relative;
        }

        .partner-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 40px rgba(90,62,155,0.15);
        }

        .card-image-wrap {
            position: relative;
            height: 220px;
            overflow: hidden;
        }

        .card-image-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .partner-card:hover .card-image-wrap img {
            transform: scale(1.07);
        }

        /* Gradient overlay */
        .card-image-wrap::after {
            content: '';
            position: absolute;
            bottom: 0; left: 0; right: 0;
            height: 80px;
            background: linear-gradient(to top, rgba(0,0,0,0.45), transparent);
        }

        .card-country-badge {
            position: absolute;
            top: 14px;
            right: 14px;
            background: rgba(255,255,255,0.92);
            border-radius: 20px;
            padding: 4px 12px;
            font-size: 12px;
            color: #5a3e9b;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 5px;
            z-index: 2;
            backdrop-filter: blur(4px);
        }

        .card-category-tag {
            position: absolute;
            top: 14px;
            left: 14px;
            background: #5a3e9b;
            border-radius: 6px;
            padding: 4px 10px;
            font-size: 11px;
            color: #fff;
            font-weight: 600;
            z-index: 2;
        }

        /* Logo overlay at bottom of image */
        .card-logo-overlay {
            position: absolute;
            bottom: 16px;
            left: 16px;
            z-index: 2;
            background: rgba(255,255,255,0.95);
            border-radius: 8px;
            padding: 6px 14px;
            backdrop-filter: blur(4px);
        }

        .card-logo-text {
            font-size: 16px;
            font-weight: 800;
            letter-spacing: 1px;
            color: #2c2c2c;
        }

        .card-logo-sub {
            font-size: 11px;
            color: #888;
            margin-top: 1px;
        }

        /* Card Body */
        .card-body {
            padding: 20px 22px 22px;
        }

        .card-name-cn {
            font-size: 20px;
            font-weight: 700;
            color: #1a1a2e;
            margin-bottom: 8px;
        }

        .card-tags {
            display: flex;
            gap: 6px;
            margin-bottom: 12px;
            flex-wrap: wrap;
        }

        .tag {
            font-size: 11px;
            padding: 3px 10px;
            border-radius: 12px;
            font-weight: 500;
        }

        .tag-purple { background: #f0eafa; color: #6d3fa9; }
        .tag-gold { background: #fff8e6; color: #b8860b; }
        .tag-green { background: #e8f7f0; color: #2d7a4f; }
        .tag-blue { background: #e6f2ff; color: #1a5fa8; }
        .tag-pink { background: #fde8f5; color: #a83f7d; }
        .tag-red { background: #fdeaea; color: #a83030; }

        .card-desc {
            font-size: 13.5px;
            line-height: 1.75;
            color: #555;
            margin-bottom: 18px;
        }

        .card-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 14px;
            border-top: 1px solid #f0f0f0;
        }

        .card-location {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 12px;
            color: #999;
        }

        .card-cta {
            background: linear-gradient(135deg, #5a3e9b, #7c5cbf);
            color: white;
            border: none;
            padding: 8px 18px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
            letter-spacing: 0.5px;
        }

        .card-cta:hover {
            background: linear-gradient(135deg, #4a2e8b, #6c4caf);
            transform: scale(1.04);
        }
.partner-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #ffd700, #ffb300);
    color: #5a3500;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 12px 4px 8px;
    border-radius: 0 0 12px 0;
    z-index: 3;
    letter-spacing: 0.5px;
}

.partner-card{transition: transform 0.3s, box-shadow 0.3s;}
.offer-header{ display: inline-block;}
.text_en{ font-family: Arial, Helvetica, sans-serif; font-size: 21px; font-weight:100; opacity: .3;}

.offers-section .btn{ display: block; clear: both;}
.btn_lingqu{ background: linear-gradient(135deg, #EC3636, #ffb300);
    color: white; border-radius: 28px; border: none;transition: all 0.3s;}
.btn_lingqu:hover{ background: linear-gradient(135deg, #d82727, #ff9900); }
    .btn_lingqu svg{ vertical-align: middle; position: relative; top:-2px; margin-right: 4px;}