/* 首页（新设计图）样式覆盖：只影响 body.home-v2，避免改动模板其它页面 */

body.home-v2 {
  background: #fff;
}

/* News page - Banner（新闻中心） */
body.home-v2.news-page .news-hero{
  position: relative;
  overflow: hidden;
  background: #000 url(../images/news/banner-bg.png) center/cover no-repeat;
}
body.home-v2.news-page .news-hero .container{
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 110px 12px 90px;
}
body.home-v2.news-page .news-hero-row{
  align-items: center;
  width: 100%;
}
body.home-v2.news-page .news-hero-content{
  max-width: 640px;
}
body.home-v2.news-page .news-hero-title{
  color: #fff;
  font-weight: 900;
  font-size: clamp(32px, 4.0vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.2px;
}
body.home-v2.news-page .news-hero-title span{
  display: block;
  margin-top: 10px;
  font-weight: 900;
  letter-spacing: 0.6px;
}
body.home-v2.news-page .news-hero-sub{
  margin-top: 18px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.7;
  max-width: 520px;
}
body.home-v2.news-page .news-hero-media{
  text-align: right;
}
body.home-v2.news-page .news-hero-media img{
  width: min(560px, 100%);
  height: auto;
  display: inline-block;
}
@media (max-width: 767.98px){
  body.home-v2.news-page .news-hero .container{
    min-height: 220px;
    padding: 40px 14px;
  }
  body.home-v2.news-page .news-hero-title{
    font-size: 20px;
    line-height: 1.2;
  }
  body.home-v2.news-page .news-hero-sub{
    margin-top: 10px;
    font-size: 14px;
  }
  body.home-v2.news-page .news-hero-media{
    text-align: center;
    margin-top: 18px;
  }
  body.home-v2.news-page .news-hero-media img{
    width: min(360px, 100%);
  }
}

/* News page - List cards */
body.home-v2.news-page .uc-menus{
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(111, 111, 111, 0.12);
}
body.home-v2.news-page .uc-menus li{
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
  color: rgba(82, 82, 82, 0.60);
  font-size: 14px;
}
body.home-v2.news-page .uc-menus li.on{
  border-bottom: 2px solid #01A065;
  color: #000;font-weight: 700;

}
body.home-v2.news-page .uc-news{
  background: #ffffff url(../images/news/bg.png) bottom left no-repeat;
    background-size: 100% auto;
}
body.home-v2.news-page .uc-news .list{
  align-items: stretch;
}
body.home-v2.news-page .uc-news .list li{
  top: 0;
}
body.home-v2.news-page .uc-news .list .item{
  border: 0;
  background: url("../images/news/x1.png") 100%/100% 100% no-repeat;
  box-shadow: none;
  padding: 20px;
}
body.home-v2.news-page .uc-news .list .img{
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 18px;
}
body.home-v2.news-page .uc-news .list .img img{
  width: 100%;
  height: auto;
}
body.home-v2.news-page .uc-news .list .con{
  padding: 0;
}
body.home-v2.news-page .uc-news .news-card-title{
  font-size: 20px;
  font-weight: 900;
  color: #0f1a14;
  margin-bottom: 12px;
}
body.home-v2.news-page .uc-news .news-card-excerpt{
  color: rgba(0, 0, 0, 0.60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 20px;
}
body.home-v2.news-page .uc-news .news-card-meta{
  display: flex;
  align-items: center;
  gap: 14px;
}
body.home-v2.news-page .uc-news .news-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 22px;
  border-radius: 999px;
  background: #01A065;
  color: #fff;
  font-size: 14px;
}
body.home-v2.news-page .uc-news .news-meta{
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: rgba(15, 26, 20, .78);
  font-weight: 700;
  font-size: 18px;
}
body.home-v2.news-page .uc-news .news-meta-item{
  display: inline-flex;
  align-items: center;
  gap: 4px;font-size: 12px;font-weight: 400;
}
body.home-v2.news-page .uc-news .news-ico{
  width: 20px;
  height: 20px;
  color: rgba(15, 26, 20, .55);
  flex: 0 0 auto;
}
body.home-v2.news-page .uc-news .news-meta-item img{
  height: 16px;
}

@media (max-width: 767.98px){
  body.home-v2.news-page .uc-news .list .item{
    padding: 14px;
  }
  body.home-v2.news-page .uc-news .list .img{
    border-radius: 16px;
    margin-bottom: 14px;
  }
  body.home-v2.news-page .uc-news .news-card-title{
    font-size: 16px;
    margin-bottom: 10px;
  }
  body.home-v2.news-page .uc-news .news-card-excerpt{
    font-size: 14px;
    margin-bottom: 14px;
  }
  body.home-v2.news-page .uc-news .news-tag{
    height: 24px;
    padding: 0 8px;
    font-size: 12px;
  }
  body.home-v2.news-page .uc-news .news-meta{
    font-size: 14px;
    gap: 14px;
  }
  body.home-v2.news-page .uc-news .news-ico{
    width: 16px;
    height: 16px;
  }
  .uc-news .list li:last-child {
    margin-bottom: 0;
  }
  body.home-v2.news-page .uc-menus{
    gap: 20px;
  }
}

/* Article page - Detail */
body.home-v2.article-page .uc-article{
  background: #fff;
  padding-top: 40px;
  padding-bottom: 80px;
}
body.home-v2.article-page .uc-article .main{
  max-width: 980px;
}
body.home-v2.article-page .article-back{

  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  background: #F2F2F2;
  color: #1A1A1A;
  text-decoration: none;
  margin-bottom: 26px;
  font-size: 14px;
  display: inline-flex;
}
body.home-v2.article-page .article-back img{
  height: 18px;width: auto;
}
body.home-v2.article-page .article-back-ico{
  font-size: 16px;
  line-height: 1;
}
body.home-v2.article-page .uc-article h1{
  font-size: clamp(20px, 4vw, 54px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.2px;
  margin-bottom: 22px;
  color: #0f1a14;
}
body.home-v2.article-page .article-divider{
  height: 1px;
  background: rgba(0,0,0,.10);
  width: 100%;
}
body.home-v2.article-page .article-time{
  color: rgba(0,0,0,.35);
  font-size: 14px;
  margin: 18px 0;
}
body.home-v2.article-page .uc-article .box{
  padding-top: 0;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(0,0,0,.75);
  margin-top: 28px;
}
body.home-v2.article-page .uc-article .box p{
  text-indent: 0;
  margin-bottom: 18px;
}
body.home-v2.article-page .article-cover{
  margin: 28px 0 28px;
  border-radius: 18px;
  overflow: hidden;
}
body.home-v2.article-page .article-cover img{
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767.98px){
  body.home-v2.article-page .uc-article{
    padding-top: 24px;
    padding-bottom: 50px;
  }
  body.home-v2.article-page .article-back{
    height: 36px;
    padding: 0 14px;
    margin-bottom: 18px;
  }
  body.home-v2.article-page .article-time{
    margin: 14px 0;
  }
  body.home-v2.article-page .article-cover{
    border-radius: 14px;
    margin: 18px 0;
  }
}

/* Product page - Banner（产品及优势） */
body.home-v2.product-page .product-hero{
  position: relative;
  overflow: hidden;
  background: #000 url(../images/pro/banner-bg.png) center/cover no-repeat;
}

body.home-v2.product-page .product-hero .container{
  position: relative;
  z-index: 1;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 110px 12px 90px;
}
body.home-v2.product-page .product-hero-content{
  max-width: 660px;
}
body.home-v2.product-page .product-hero-title{
  margin: 0 0 18px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.5px;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.1;
}
body.home-v2.product-page .product-hero-sub{
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 767.98px){
  body.home-v2.product-page .product-hero .container{
    min-height: 200px;
    padding: 40px 14px
  }
  body.home-v2.product-page .product-hero-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  body.home-v2.product-page .product-hero-sub{
    font-size: 14px;
  }
}

/* Product page - Ecosystem */
body.home-v2.product-page .product-eco{
  background: #fff;
  padding: 120px 0 120px;
}
body.home-v2.product-page .product-eco-hd{
  text-align: center;
  margin-bottom: 46px;
}
body.home-v2.product-page .product-eco-title{
  margin: 0;
  font-size: 42px;
  font-weight: 900;
  color: #0f1a14;
  letter-spacing: 0.4px;
}
body.home-v2.product-page .product-eco-grid{
  align-items: stretch;
}
body.home-v2.product-page .product-eco-grid > [class*="col-"]{
  margin-bottom: 20px;
}
body.home-v2.product-page .product-eco-card{
  height: 100%;
  display: flex;
  gap: 20px;
  background: url(../images/pro/x4.png) no-repeat center bottom;
  background-size: 100% 100%;
  padding: 20px 20px;
}
body.home-v2.product-page .product-eco-media{
  flex: 0 0 220px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  background: #0e1511;
}
body.home-v2.product-page .product-eco-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.home-v2.product-page .product-eco-body{
  flex: 1;
}
body.home-v2.product-page .product-eco-name{
  font-size: 20px;
  font-weight: 900;
  color: #0f1a14;
  margin: 4px 0 10px;
}
body.home-v2.product-page .product-eco-item{
  font-size: 14px;
  line-height: 1.9;
  color: rgba(15, 26, 20, .72);
}

/* Product page - Tech architecture */
body.home-v2.product-page .product-tech{
  background: #fff url(../images/home/jghg-bg.png)  no-repeat;
  background-size: 100% auto;
  padding: 120px 0 120px;
}
body.home-v2.product-page .product-tech-hd{
  text-align: center;
  margin-bottom: 46px;
}
body.home-v2.product-page .product-tech-title{
  margin: 0;
  font-size: 42px;
  font-weight: 900;
  color: #0f1a14;
  letter-spacing: 0.4px;
}
body.home-v2.product-page .product-tech-grid{
  align-items: stretch;
}
body.home-v2.product-page .product-tech-card{
  height: 100%;
  background: url(../images/pro/x3.png) no-repeat center bottom;
  background-size: 100% auto;
  overflow: hidden;
  border-radius: 14px;
}
body.home-v2.product-page .product-tech-media{
  height: 170px;
  background: #0e1511;
}
body.home-v2.product-page .product-tech-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.home-v2.product-page .product-tech-body{
  padding: 18px 16px 22px;
  text-align: center;
}
body.home-v2.product-page .product-tech-name{
  color: rgba(1, 160, 101, 1);
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 12px;
}
body.home-v2.product-page .product-tech-desc{
  color: rgba(15, 26, 20, .72);
  font-size: 13px;
  line-height: 1.95;
}

/* Product page - Market advantages */
body.home-v2.product-page .product-adv{
  background: #fff url(../images/home/stxt-bg.png)  no-repeat bottom center;
  background-size: 100% auto;
  padding: 0 0 120px;
}
body.home-v2.product-page .product-adv-hd{
  text-align: center;
  margin-bottom: 46px;
}
body.home-v2.product-page .product-adv-title{
  margin: 0;
  font-size: 42px;
  font-weight: 900;
  color: #0f1a14;
  letter-spacing: 0.4px;
}
body.home-v2.product-page .product-adv-grid{
  align-items: stretch;
}
body.home-v2.product-page .product-adv-grid > [class*="col-"]{
  margin-bottom: 26px;
}
body.home-v2.product-page .product-adv-card{
  height: 100%;
  border-radius: 16px;
  padding: 34px 30px;
  display: flex;
  align-items: center;
  gap: 26px;
  box-shadow: 0 22px 60px rgba(0,0,0,.06);
}
body.home-v2.product-page .product-adv-card.is-mint{
  background: linear-gradient(180deg, #00E9B1 0%, #A4F6D7 100%);

}
body.home-v2.product-page .product-adv-card.is-gray{

  background: linear-gradient(180deg, #DFDFDF 0%, #F2F2F2 100%);
}
body.home-v2.product-page .product-adv-icon{
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home-v2.product-page .product-adv-icon img{
  width: 120px;
  height: auto;
  display: block;
}
body.home-v2.product-page .product-adv-name{
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 12px;
  color: #0f1a14;
}
body.home-v2.product-page .product-adv-name.is-green{
  color: rgba(1, 160, 101, 1);
}
body.home-v2.product-page .product-adv-desc{
  font-size: 14px;
  line-height: 2.0;
  color: rgba(15, 26, 20, .80);
}

/* Product page - Core investment highlights */
body.home-v2.product-page .product-points{
  background: #fff url(../images/home/jghg-bg.png)  no-repeat top center;
  background-size: 100% auto;
  padding: 120px 0 120px;
}
body.home-v2.product-page .product-points-hd{
  text-align: center;
  margin-bottom: 46px;
}
body.home-v2.product-page .product-points-title{
  margin: 0;
  font-size: 42px;
  font-weight: 900;
  color: #0f1a14;
  letter-spacing: 0.4px;
}
body.home-v2.product-page .product-points-grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;

}
body.home-v2.product-page .product-points-card{
  padding: 20px;
  text-align: center;
  background: url(../images/pro/x2.png) no-repeat center center;
  background-size: 100% 100%;
}

body.home-v2.product-page .product-points-icon{
  width: 86px;
  height: 86px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home-v2.product-page .product-points-icon img{
  width: 86px;
  height: auto;
  display: block;
}
body.home-v2.product-page .product-points-name{
  font-size: 18px;
  font-weight: 900;
  color: #0f1a14;
  margin-bottom: 12px;
}
body.home-v2.product-page .product-points-desc{
  font-size: 13px;
  line-height: 1.95;
  color: rgba(15, 26, 20, .70);
}

/* Product page - FAQ */
body.home-v2.product-page .product-faq{
  background: #fff url(../images/home/stxt-bg.png) bottom center no-repeat;
  background-size: 100% auto;
  padding: 0 0 120px;
}
body.home-v2.product-page .product-faq-hd{
  text-align: center;
  margin-bottom: 34px;
}
body.home-v2.product-page .product-faq-title{
  margin: 0;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0.8px;
  color: #0f1a14;
}
body.home-v2.product-page .product-faq-grid{
  align-items: stretch;
}
body.home-v2.product-page .product-faq-grid > [class*="col-"]{
  margin-bottom: 18px;
}
body.home-v2.product-page .product-faq-item{
  height: 100%;
  
  padding: 18px 18px 18px;
  border: 1px solid #01A065;
  border-radius: 10px;
  background: #fff;

  
}


body.home-v2.product-page .product-faq-q{
  font-size: 16px;
  font-weight: 900;
  color: #0f1a14;
  margin-bottom: 10px;
}
body.home-v2.product-page .product-faq-a{
  padding: 0;
  color: rgba(15, 26, 20, .72);
  font-size: 13px;
  line-height: 1.9;
}
body.home-v2.product-page .product-faq-a ul{
  margin: 10px 0 0;
  padding-left: 0;
  list-style: none;
}
body.home-v2.product-page .product-faq-a li{
  margin: 4px 0;
  position: relative;
  padding-left: 14px;
}
body.home-v2.product-page .product-faq-a li:before{
  content:"";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #01A065;
}


@media (max-width: 767.98px){
  body.home-v2.product-page .product-faq {
    padding-bottom: 40px;
  }
  body.home-v2.product-page .product-eco-grid > [class*="col-"]
  {
    margin-bottom: 14px;
  }
  body.home-v2.product-page .product-eco{
    padding: 40px 0;
  }
  body.home-v2.product-page .product-eco-hd{
    margin-bottom: 26px;
  }
  body.home-v2.product-page .product-eco-title{
    font-size: 20px;
  }
  body.home-v2.product-page .product-eco-card{
    flex-direction: column;
    gap: 14px;
    padding: 16px 16px;
  }
  body.home-v2.product-page .product-eco-media{
    width: 100%;
    flex-basis: auto;
    height: 140px;
  }
  body.home-v2.product-page .product-eco-name{
    font-size: 18px;
  }

  body.home-v2.product-page .product-tech{
    padding: 40px 0;
  }
  body.home-v2.product-page .product-tech-hd{
    margin-bottom: 26px;
  }
  body.home-v2.product-page .product-tech-title{
    font-size: 20px;
  }
  body.home-v2.product-page .product-tech-card{
    margin-bottom: 14px;
  }
  body.home-v2.product-page .product-tech-media{
    height: 150px;
  }

  body.home-v2.product-page .product-adv{
    padding: 0 0 40px 0;
  }
  body.home-v2.product-page .product-adv-hd{
    margin-bottom: 26px;
  }
  body.home-v2.product-page .product-adv-title{
    font-size: 20px;
  }
  body.home-v2.product-page .product-adv-grid > [class*="col-"]{
    margin-bottom: 14px;
  }
  body.home-v2.product-page .product-adv-card{
    padding: 18px 16px;
    gap: 14px;
  }
  body.home-v2.product-page .product-adv-icon{
    flex-basis: 84px;
    width: 84px;
    height: 84px;
  }
  body.home-v2.product-page .product-adv-icon img{
    width: 84px;
  }
  body.home-v2.product-page .product-adv-name{
    font-size: 18px;
    margin-bottom: 8px;
  }
  body.home-v2.product-page .product-adv-desc{
    font-size: 13px;
  }

  body.home-v2.product-page .product-points{
    padding: 40px 0;
  }
  body.home-v2.product-page .product-points-hd{
    margin-bottom: 26px;
  }
  body.home-v2.product-page .product-points-title{
    font-size: 20px;
  }
  body.home-v2.product-page .product-faq-title {
    font-size: 20px;
  }
  body.home-v2.product-page .product-points-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  body.home-v2.product-page .product-points-card{
    padding: 16px;
  }
}

/* About page - Banner（ABOUT US / 关于 Veloxam） */
body.home-v2.about-page .about-hero{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.home-v2.about-page .about-hero-inner{
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 90px 0 80px;
}
body.home-v2.about-page .about-hero-title{
  color: #fff;
  font-weight: 800;
  font-size: 56px;
  letter-spacing: 8px;
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: 0 14px 40px rgba(0,0,0,.28);
}
body.home-v2.about-page .about-hero-sub{
  margin-top: 18px;
  color: rgba(255,255,255,.92);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  text-shadow: 0 14px 40px rgba(0,0,0,.22);
}
@media (max-width: 767.98px){
  body.home-v2.about-page .about-hero-inner{
    min-height: 200px;
    padding: 40px 14px;
  }
  body.home-v2.about-page .about-hero-title{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: 4px;
  }
  body.home-v2.about-page .about-hero-sub{
    font-size: 14px;
    line-height: 1.2;
    margin-top: 0;
  }
}

/* About page - Sections（我们是谁 / 我们的使命） */
body.home-v2.about-page main{
  background: #fff;
}
body.home-v2.about-page .about-bg{
  background: url(../images/home/wmss-bg.png) no-repeat top left;

}
body.home-v2.about-page .about-section{
  padding: 120px 0 120px 0;
}
body.home-v2.about-page .about-section.about-team{
  padding-top:0;
}
body.home-v2.about-page .about-section.about-who{
  padding-bottom: 0;

}
body.home-v2.about-page .about-section-hd{
  margin-bottom: 40px;
}

body.home-v2.about-page .about-title{
  margin: 0;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #0f1a14;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
}
body.home-v2.about-page .about-title:after{
  content:"";
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 3px solid rgba(1, 160, 101, .95);
  margin-left: 8px;
  margin-top: 2px;
  box-sizing: border-box;
}

body.home-v2.about-page .about-who-row{
  align-items: flex-start;
}
body.home-v2.about-page .about-who-media{
  border-radius: 18px;
  overflow: hidden;
  background: #0e1511;
  box-shadow: 0 22px 60px rgba(0,0,0,.10);
}
body.home-v2.about-page .about-who-media img{
  display:block;
  width:100%;
  height:auto;
}
body.home-v2.about-page .about-who-card{
  padding: 0 0 0 20px;
}
body.home-v2.about-page .about-kv{
  padding: 8px 0 14px;
}
body.home-v2.about-page .about-kv-hd{
  color: rgba(1, 160, 101, 1);
  font-weight: 800;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(1, 160, 101, 0.35);
}
body.home-v2.about-page .about-kv-bd{
  color: rgba(15, 26, 20, .82);
  font-size: 14px;
  line-height: 1.85;
}
body.home-v2.about-page .about-kv-full{
  margin-top: 6px;
}

body.home-v2.about-page .about-mission-grid{
  align-items: stretch;
}
body.home-v2.about-page .about-mission-card{
  height: 100%;
  border-radius: 14px;
  background: url(../images/about/x1.png) no-repeat center bottom;
  background-size: 100% auto;
  overflow: hidden;
}
body.home-v2.about-page .about-mission-media{
  overflow:hidden;
  background: #0e1511;
}
body.home-v2.about-page .about-mission-media img{
  display:block;
  width:100%;
  height:auto;
}
body.home-v2.about-page .about-mission-body{
  padding: 22px 20px 24px;
  text-align: center;
}
body.home-v2.about-page .about-mission-name{
  color: rgba(1, 160, 101, 1);
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 12px;
}
body.home-v2.about-page .about-mission-desc{
  color: rgba(15, 26, 20, .78);
  font-size: 14px;
  line-height: 1.9;
}

@media (max-width: 767.98px){

  body.home-v2.about-page .about-section.about-who {
    padding-top: 40px;
  }
  body.home-v2.about-page .about-section{
    padding: 40px 0;
  }
  body.home-v2.about-page .about-title{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  body.home-v2.about-page .about-title:after{
    width: 12px;
    height: 12px;
    border-width: 3px;
  }
  body.home-v2.about-page .about-section-hd{
    /* text-align: center; */
    margin-bottom: 20px;
  }

  
  body.home-v2.about-page .about-who-card{
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }
  body.home-v2.about-page .about-kv-hd{
    font-size: 15px;
  }
  body.home-v2.about-page .about-mission-body{
    padding: 18px 16px 20px;
  }
}

/* About page - Compliance advantages */
body.home-v2.about-page .about-section-hd.is-center{
  text-align: center;
}
body.home-v2.about-page .about-section-hd.is-center .about-title{
  justify-content: center;
}
body.home-v2.about-page .about-compliance{
  position: relative;
  background: #fff url(../images/home/jghg-bg.png) no-repeat top left;
  background-size: 100% auto;
}
body.home-v2.about-page .about-compliance-grid{
  justify-content: center;
}
body.home-v2.about-page .about-compliance-card{
  height: 100%;

  background: url(../images/about/x2.png) no-repeat center bottom;
  background-size: 100% 100%;
  padding: 34px 22px 30px;
  text-align: center;
}
body.home-v2.about-page .about-compliance-card.is-active{
  background: url(../images/about/x3.png) no-repeat center bottom;
  background-size: 100% 100%;
}
body.home-v2.about-page .about-compliance-icon{
  width: 96px;
  height: 96px;
  margin: 0 auto 14px;
  display:flex;
  align-items:center;
  justify-content:center;
}
body.home-v2.about-page .about-compliance-icon img{
  width: 96px;
  height: auto;
  display:block;
}
body.home-v2.about-page .about-compliance-name{
  color: rgba(1, 160, 101, 1);
  font-weight: 900;
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 12px;
}
body.home-v2.about-page .about-compliance-desc{
  color: rgba(15, 26, 20, .78);
  font-size: 13px;
  line-height: 1.9;
}
body.home-v2.about-page .about-compliance-desc b{
  font-weight: 900;
  color: rgba(15, 26, 20, .9);
}

/* About page - Roadmap */
body.home-v2.about-page .about-roadmap{
  background: #fff url(../images/about/fzlx-bg.png) no-repeat top left;
  background-size: 100% 100%;
}
body.home-v2.about-page .about-roadmap-grid{
  align-items: stretch;
}
body.home-v2.about-page .about-roadmap-grid > [class*="col-"]{
  margin-bottom: 24px;
}
body.home-v2.about-page .about-roadmap-card{
  height: 100%;

}
body.home-v2.about-page .about-roadmap-top{
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
}
body.home-v2.about-page .about-roadmap-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(1, 160, 101, 1);
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.2px;
}
body.home-v2.about-page .about-roadmap-phase{
  color: rgba(1, 160, 101, 1);
  font-weight: 900;
  font-size: 18px;
}
body.home-v2.about-page .about-roadmap-body{
  display: flex;
  align-items: center;
  gap: 20px;
  background: url(../images/about/x5.png) no-repeat center bottom;
  background-size: 100% 100%;
  padding: 20px;
}
body.home-v2.about-page .about-roadmap-media{

}
body.home-v2.about-page .about-roadmap-media img{
  height: auto;
  display: block;
}
body.home-v2.about-page .about-roadmap-list{
  margin: 0;
  list-style: disc;
  color: rgba(15, 26, 20, .82);
  font-size: 14px;
  line-height: 1.95;
  flex:1;
}
body.home-v2.about-page .about-roadmap-list b{
  color: #000;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
}

/* About page - Cooperation ecosystem */
body.home-v2.about-page .about-coop{
  padding-top: 120px;
}
body.home-v2.about-page .about-coop-hd{
  text-align: center;
  margin-bottom: 34px;
}
body.home-v2.about-page .about-coop-title{
  margin: 0;
  font-size: 34px;
  font-weight: 900;
  color: #0f1a14;
}
body.home-v2.about-page .about-coop-sub{
  margin-top: 8px;
  font-size: 14px;
  color: rgba(15, 26, 20, .65);
}
body.home-v2.about-page .about-coop-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 48px;
}
body.home-v2.about-page .about-coop-item{
  flex:1;
}
body.home-v2.about-page .about-coop-media{
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
  background: #0e1511;
}
body.home-v2.about-page .about-coop-media img{
  width: 100%;
  height: auto;
  display: block;
}
body.home-v2.about-page .about-coop-name{
  margin-top: 12px;
  font-size: 16px;
  font-weight: 800;
  color: #0f1a14;
  text-align: left;
}

body.home-v2.about-page .about-coop-cta{
  border-radius: 18px;
  overflow: hidden;
  background: #06110d url(../images/about/hzky-pic6.png)  no-repeat;
  background-size: 100% 100%;
  min-height: 340px;
  position: relative;
}
body.home-v2.about-page .about-coop-cta:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(700px 260px at 50% 40%, rgba(23, 193, 138, .22), rgba(0,0,0,0) 65%),
    linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.55));
  pointer-events:none;
}
body.home-v2.about-page .about-coop-cta-inner{
  position: relative;
  z-index: 1;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 44px 22px;
  text-align: center;
}
body.home-v2.about-page .about-coop-cta-title{
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.4px;
  line-height: 1.35;
  margin-bottom: 22px;
  max-width: 760px;
}
body.home-v2.about-page .about-coop-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 30px;
  border-radius: 999px;
  background: #01A065;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  box-shadow: 0 16px 45px rgba(23, 193, 138, 0.30);
}
body.home-v2.about-page .about-coop-btn:hover{
  color: #fff;
  filter: brightness(1.02);
}

@media (max-width: 767.98px){
  body.home-v2.about-page .about-coop-hd {
    margin-bottom: 20px;
  }
  body.home-v2.about-page .about-coop {
    padding-top: 0px;
  }
  body.home-v2.about-page .about-coop-title{
    font-size: 20px;
  }
  body.home-v2.about-page .about-coop-grid{
    gap: 16px 14px;
    margin-bottom: 28px;
  }
  body.home-v2.about-page .about-coop-item{
    width: calc(50% - 7px);
    min-width: 150px;
  }
  body.home-v2.about-page .about-coop-name{
    font-size: 14px;
  }
  body.home-v2.about-page .about-coop-cta{
    min-height: auto;
  }
  body.home-v2.about-page .about-coop-cta-inner{
    min-height: 160px;
    padding: 34px 16px;
  }
  body.home-v2.about-page .about-coop-cta-title{
    font-size: 16px;
    margin-bottom: 16px;
  }
  body.home-v2.about-page .about-coop-btn {
    height: 36px;
    padding: 0 20px;
    font-size: 12px;
  }
}

/* About page - Team */
body.home-v2.about-page .about-team-grid{
  align-items: stretch;
}
body.home-v2.about-page .about-team-card{
  height: 100%;
  background: url(../images/about/x4.png) no-repeat center bottom;
  background-size: 100% 100%;
  overflow: hidden;
}
body.home-v2.about-page .about-team-media{
  padding: 14px 14px 0;
}
body.home-v2.about-page .about-team-media img{
  width: 100%;
  height: auto;
  display:block;
  border-radius: 16px;
}
body.home-v2.about-page .about-team-body{
  padding: 14px 14px 14px;
}
body.home-v2.about-page .about-team-name{
  font-size: 16px;
  font-weight: 800;
  color: #000;
}
body.home-v2.about-page .about-team-role{
  margin-top: 4px;
  font-size: 16px;

  color: #000;
}
body.home-v2.about-page .about-team-desc{
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(15, 26, 20, .62);
}

@media (max-width: 767.98px){
  body.home-v2.about-page .about-compliance-card.is-active {
    background-image: url(../images/about/x2.png);
  }

  body.home-v2.about-page .about-compliance-card{
    padding: 26px 18px 22px;

  }
  body.home-v2.about-page .about-compliance-icon{
    width: 84px;
    height: 84px;
  }
  body.home-v2.about-page .about-compliance-icon img{
    width: 84px;
  }
  body.home-v2.about-page .about-team-media{
    padding: 14px 14px 0;
  }
  body.home-v2.about-page .about-team-body{
    padding: 12px 14px 14px;
  }
  body.home-v2.about-page .about-roadmap-grid > [class*="col-"]{
    margin-bottom: 14px;
  }
  body.home-v2.about-page .about-roadmap-card{
    padding: 0;
  }
  body.home-v2.about-page .about-roadmap-top{
    padding-bottom: 14px;
  }
  body.home-v2.about-page .about-roadmap-body{
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;padding: 14px;
    border-radius: 14px;
    border:1px solid #01A065;
    background: #fff;
    
  }
  body.home-v2.about-page .about-roadmap-media{
    width: 100%;
    flex-basis: auto;
 
  }
  body.home-v2.about-page .about-roadmap-media img{
  }
}

/* 使用 main.css 网格（row/col-*）做布局：只在首页提升 gutter/对齐 */
body.home-v2 .home-hero .row,
body.home-v2 .home-who .row {
  /* main.css 默认是 8px gutter；新设计图更宽，局部覆盖即可 */
  margin-left: -10px;
  margin-right: -10px;
}
body.home-v2 .home-hero [class*="col-"],
body.home-v2 .home-who [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

/* Header - PC */
body.home-v2 .header-pc {
  background: #1F2921;
}
body.home-v2 .header-pc:after {
  background-color: rgba(255, 255, 255, 0.06);
}
body.home-v2 .header-pc .container {
  max-width: 1280px;
}
body.home-v2 .header-pc .logo img {
  width: auto;
  height: 30px;
}
body.home-v2 .header-pc .list a {
  color: rgba(255, 255, 255, 0.6);
}
body.home-v2 .header-pc .list li.on > a,
body.home-v2 .header-pc .list li:hover > a {
  color: #fff;
}
body.home-v2 .header-pc .list li:after {
  background-color: #50efb7;
  bottom: 0.85rem;
  height: 2px;
  display: none;
}

body.home-v2 .home-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* 语言下拉（hover 展开） */
body.home-v2 .lang-dropdown{
  position: relative;
  display: inline-flex;
  align-items: center;
}
/* hover 缓冲区：防止鼠标从按钮移动到下拉菜单时因为空隙导致立即关闭 */
body.home-v2 .lang-dropdown::after{
  content:"";
  position:absolute;
  left: -8px;
  right: -8px;
  top: 100%;
  height: 14px;
}
body.home-v2 .lang-trigger{
  background: none;
  border: 0;
  cursor: pointer;
}
body.home-v2 .lang-menu{
  position: absolute;
  top: 100%;
  margin-top: 10px;
  right: 0;
  min-width: 140px;
  padding: 8px;
  border-radius: 12px;
  background: rgba(10, 18, 15, 0.96);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 22px 60px rgba(0,0,0,.35);
  display: none;
  z-index: 10000;
}
body.home-v2 .lang-dropdown:hover .lang-menu,
body.home-v2 .lang-dropdown:focus-within .lang-menu{
  display: block;
}
body.home-v2 .lang-item{
  display: block;
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.86);
  text-decoration: none;
  white-space: nowrap;
}
body.home-v2 .lang-item:hover{
  background: rgba(255,255,255,0.08);
  color: #fff;
}
body.home-v2 .home-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.home-v2 .home-icon-btn img {
    width: 34px;
    height: 34px;
  display: block;
}
body.home-v2 .home-login {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  padding: 8px 10px;
}
body.home-v2 .home-login:hover {
  color: #fff;
}
body.home-v2 .home-register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  background: #01A065;

  box-shadow: 0 16px 45px rgba(23, 193, 138, 0.25);
  color: #fff;
}
body.home-v2 .home-register img {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

/* Header - Phone */
body.home-v2 .header-phone {
  background: rgba(10, 18, 15, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0 12px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
body.home-v2 .header-phone .logo img {
  height: 26px;
}
body.home-v2 .home-phone-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Mobile menu box action buttons */
body.home-v2 .home-menu-actions {
  padding: 14px 16px 18px;
  display: flex;
  gap: 10px;
}
body.home-v2 .home-menu-actions .home-register,
body.home-v2 .home-menu-actions .home-login {
  flex: 1;
  text-align: center;
}
body.home-v2 .home-menu-actions .home-login {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 10px 18px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

/* Hero */
body.home-v2 .home-hero {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background:
    radial-gradient(1200px 540px at 18% 40%, rgba(85, 255, 195, 0.22), transparent 60%),
    radial-gradient(900px 460px at 85% 30%, rgba(50, 230, 170, 0.16), transparent 55%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.05)),
    url("../images/home/bg-banner.png") center/cover no-repeat;
}
body.home-v2 .home-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/home/bg-02.png") center/cover no-repeat;
  opacity: 0.18;
  mix-blend-mode: overlay;
  pointer-events: none;
}
body.home-v2 .home-hero .container,
body.home-v2 .home-hero .detail,
body.home-v2 .home-hero-imgbox {
  position: relative;
  z-index: 2;
}
body.home-v2 .home-hero .row {
  align-items: center;
}
body.home-v2 .home-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  width: fit-content;
}
body.home-v2 .home-pill img {
  width: 14px;
  height: 14px;
}
body.home-v2 .home-hero-title {
  margin: 16px 0 10px;
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.6px;
  color: #fff;
}
body.home-v2 .home-hero-title span {
  display: block;
  margin-top: 10px;
  font-weight: 800;
}
body.home-v2 .home-hero .detail .con {
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  line-height: 1.6;
  max-width: 34rem;
}
/* Hero CTA：优先复用 main.css 的 .uc-btn（g-bannerBox 已有胶囊按钮基础样式） */
body.home-v2 .home-cta {
  font-weight: 800;
  letter-spacing: 0.2px;
}
body.home-v2 .g-bannerBox .uc-btn.green.home-cta {
  /* 让主按钮更接近设计图的渐变绿色 */
  background: #01A065;
  color: #fff;
  border: none;
}
body.home-v2 .g-bannerBox .uc-btn.green.home-cta img {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
body.home-v2 .g-bannerBox .uc-btn.white.home-cta-white {
  /* 设计图：次按钮为白色胶囊 */
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.65);
  color: #0b1412;
}
body.home-v2 .g-bannerBox .uc-btn.white.home-cta-white img {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
body.home-v2 .home-hero-imgbox {
  text-align: right;
}
body.home-v2 .home-hero-imgbox img {
  width: min(640px, 100%);
  height: auto;
  filter: drop-shadow(0 30px 90px rgba(0, 0, 0, 0.35));
}

/* 无缝滚动 Logo 条 */
body.home-v2 .home-marquee{

}
body.home-v2 .marquee{
  display: flex;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  gap: 36px;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
body.home-v2 .marquee-track{
  display: flex;
  align-items: center;
  gap: 36px;
  flex: 0 0 auto;
  min-width: 100%;
  animation: home-marquee-scroll var(--marquee-duration, 28s) linear infinite;
}
body.home-v2 .marquee-item{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 2px;
  min-width: 120px;
}
body.home-v2 .marquee-logo{
  font-weight: 800;
  letter-spacing: .08em;
  color: rgba(12,27,20,.55);
  font-size: 22px;
  text-transform: uppercase;
  white-space: nowrap;
}
body.home-v2 .home-marquee:hover .marquee-track{
  animation-play-state: paused;
}
@keyframes home-marquee-scroll{
  from{ transform: translateX(0); }
  to{ transform: translateX(calc(-100% - 36px)); }
}
@media (prefers-reduced-motion: reduce){
  body.home-v2 .marquee-track{ animation: none; }
}
@media (max-width: 570px){
  body.home-v2 .home-marquee{ padding: 14px 0; }
  body.home-v2 .marquee,
  body.home-v2 .marquee-track{ gap: 22px; }
  body.home-v2 .marquee-item{ min-width: 96px; }
  body.home-v2 .marquee-logo{ font-size: 18px; }
  @keyframes home-marquee-scroll{
    from{ transform: translateX(0); }
    to{ transform: translateX(calc(-100% - 22px)); }
  }
  body.home-v2.about-page .about-mission-grid, body.home-v2.about-page .about-compliance-grid, body.home-v2.about-page .about-team-grid , body.home-v2.product-page .product-tech-grid {
    gap: 14px;
  }
}

/* Who */
body.home-v2 .home-who {
    background: url("../images/home/wmss-bg.png") no-repeat top left;
  padding: 120px 0;
  color: #0c1b14;
}

/* 监管合规优势 */
body.home-v2 .home-adv{
  background: #fff url("../images/home/jghg-bg.png") no-repeat top left;
  background-size: 100% auto;
  padding: 96px 0 100px;
  color: #0c1b14;
  position: relative;
  overflow: hidden;
}

body.home-v2 .home-adv-title{
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 800;
  letter-spacing: -0.4px;
  margin-bottom: 60px;
}
body.home-v2 .home-adv-title .dot{color:#15c48a}

body.home-v2 .home-adv-row{
  position: relative;
  z-index: 2;
  justify-content: center;
}

body.home-v2 .home-adv-card{
  flex:1;
  background:#fff;
  border-radius: 22px;
  padding: 34px 26px 30px;
  text-align:center;
  box-shadow: 0 22px 60px rgba(0,0,0,.10);
  border: 1px solid #01A065;
  min-height: 310px;
}
body.home-v2 .home-adv-card.is-active{
  border-color: rgba(1,160,101,.8);
  box-shadow: 0 22px 60px rgba(0,0,0,.10), 0 0 0 2px rgba(1,160,101,.12);
}
body.home-v2 .home-adv-icon{
  height: 90px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: 14px;
}
body.home-v2 .home-adv-icon img{height: 84px; width:auto}
body.home-v2 .home-adv-hd{
  font-size: 24px;
  font-weight: 900;
  color:#01A065;
  margin-bottom: 20px;
}

body.home-v2 .home-adv-sub b{
  color:#0c1b14;
  font-weight:900;
}
body.home-v2 .home-adv-text{
  font-size: 14px;
  line-height: 1.9;
  color: rgba(12,27,20,.78);
}

/* 产品生态系统 */
body.home-v2 .home-eco{
  position: relative;
  background: #ffffff  url("../images/home/stxt-bg.png") bottom left no-repeat;
background-size: 100% auto;
  padding: 0 0 110px;
  overflow: hidden;
  
}

body.home-v2 .home-eco .container{
  position: relative;
  z-index: 2;
}
body.home-v2 .home-eco-title{
  text-align: center;
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 900;
  letter-spacing: -0.4px;
  margin-bottom: 60px;
  color: #0c1b14;
}
body.home-v2 .home-eco-title .dot{color:#15c48a}

body.home-v2 .home-eco-row > [class*="col-"]{display:flex}
body.home-v2 .home-eco-card{
  flex:1;
  width: 100%;
  border-radius: 24px;
  overflow:hidden;
  min-height: 190px;
  display:flex;
  align-items: stretch;
  margin-bottom: 20px;
}
body.home-v2 .home-eco-card.is-mint{
    background: linear-gradient(180deg, #00E9B1 0%, #A4F6D7 100%);

}
body.home-v2 .home-eco-card.is-gray{
    background: linear-gradient(180deg, #DFDFDF 0%, #F2F2F2 100%);
}
body.home-v2 .home-eco-body{
  flex: 1;
  min-width: 0;
  padding: 40px;
}
body.home-v2 .home-eco-hd{
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 14px;
  color:#0c1b14;
}
body.home-v2 .home-eco-text{
  font-size: 14px;
  line-height: 1.9;
  color: rgba(12,27,20,.78);
}
body.home-v2 .home-eco-media{
  width: 30%;
  min-width: 220px;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  padding: 10px 14px 0;
}
body.home-v2 .home-eco-media img{
  width: 100%;
  height: auto;
  max-width: 320px;
  opacity: .95;
}

@media (max-width: 991.98px){
  body.home-v2 .home-eco{
    padding: 72px 0 84px;
  }
  body.home-v2 .home-eco-media{
    width: 40%;
  }
  body.home-v2 .home-eco-body{
    padding: 28px 22px;
  }
  body.home-v2 .home-eco-hd{
    font-size: 24px;
    margin-bottom: 12px;
  }
  body.home-v2 .home-eco-text{
    font-size: 13px;
    line-height: 1.85;
  }
}

@media (max-width: 990px){
  body.home-v2 .home-eco{
    padding: 0px 0 40px;
  }
  body.home-v2 .home-eco-title{
    margin-bottom: 26px;font-size: 20px;
  }
  body.home-v2 .home-eco-card{
    flex-direction: column;
    min-height: 0;
    margin-bottom: 0;
  }
  body.home-v2 .home-eco-hd{
    font-size: 18px;
  }
  body.home-v2 .home-eco-body{
    padding: 22px 18px 12px;
  }
  body.home-v2 .home-eco-media{
    width: 100%;
    min-width: 0;
    padding: 0 18px 12px;
  }
  body.home-v2 .home-eco-media img{
    max-width: 360px;
    max-height: 160px;
    object-fit: contain;
  }
  body.home-v2 .home-eco-row > [class*="col-"]:not(:first-child){
    margin-top: 14px;
  }
}

@media (max-width: 420px){
  body.home-v2 .home-eco-body{
    padding: 18px 16px 10px;
    text-align: center;
  }
  body.home-v2 .home-eco-hd{
    font-size: 16px;
  }
  body.home-v2 .home-eco-text{
    font-size: 12px;
  }
  body.home-v2 .home-eco-media{
    padding: 0 16px 10px;
  }
}

/* 技术创新架构 */
body.home-v2 .home-tech{
  position: relative;
  background: #000 url("../images/home/cxjg-bg.png") center/cover no-repeat;
  padding: 92px 0 98px;
  overflow: hidden;
  color: #fff;
}
body.home-v2 .home-tech:after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.22);
  pointer-events:none;
}
body.home-v2 .home-tech .container{
  position: relative;
  z-index: 2;
}
body.home-v2 .home-tech-title{
  text-align:center;
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 900;
  letter-spacing: -0.4px;
  margin-bottom: 60px;
}
body.home-v2 .home-tech-title .dot{color:#15c48a}

body.home-v2 .home-tech-row{
  align-items:center;
}
body.home-v2 .home-tech-points > [class*="col-"]{
  margin-bottom: 24px;
}
body.home-v2 .home-tech-point{
  max-width: 520px;
}
body.home-v2 .home-tech-icon{
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(80,239,183,.28);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}
body.home-v2 .home-tech-icon img{
  width: 56px;
  height: 56px;
  display:block;
}
body.home-v2 .home-tech-hd{
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}
body.home-v2 .home-tech-text{
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.85;
}

body.home-v2 .home-tech-media{
  display:flex;
  justify-content:flex-end;
}
body.home-v2 .home-tech-media img{
  width: min(520px, 100%);
  height:auto;
  filter: drop-shadow(0 34px 90px rgba(0,0,0,.45));
}

@media (max-width: 991.98px){
  body.home-v2 .home-tech{
    padding: 64px 0 70px;
  }
  body.home-v2 .home-tech-media{
    justify-content:center;
    margin-top: 10px;
  }
  body.home-v2 .home-tech-point{
    max-width: none;
    text-align: center;
  }
  body.home-v2 .home-tech-icon {
    margin-left: auto;margin-right: auto;
  }
}

@media (max-width: 990px){
  body.home-v2 .home-tech{
    padding: 40px 0 40px;
  }
  body.home-v2 .home-tech-title{
    margin-bottom: 26px;font-size: 20px;
  }
  body.home-v2 .home-tech-points > [class*="col-"]{
    margin-bottom: 18px;
  }
  body.home-v2 .home-tech-icon{
    width: 52px;
    height: 52px;
    margin-left: auto;
    margin-right: auto;
  }
  body.home-v2 .home-tech-icon img{
    width: 52px;
    height: 52px;
  }
  body.home-v2 .home-tech-hd{
    font-size: 16px;
  }
  body.home-v2 .home-tech-text{
    font-size: 12px;
  }
  body.home-v2 .home-tech-media img{
    width: min(420px, 100%);
  }
}

/* 发展路线规划 */
body.home-v2 .home-roadmap{
  background: #ffffff;
  padding: 120px 0;
  color: #0c1b14;
}
body.home-v2 .home-roadmap-title{
  text-align:center;
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 900;
  letter-spacing: -0.4px;
  margin-bottom: 60px;
}
body.home-v2 .home-roadmap-title .dot{color:#15c48a}

body.home-v2 .home-roadmap-track{
  position: relative;
  padding-top: 30px;
}
body.home-v2 .home-roadmap-track:before{
  content:"";
  position:absolute;
  left: 0;
  right: 20px;
  top: 12px;
  height: 4px;
  border-radius: 99px;
  background: rgba(12,27,20,.85);
}
body.home-v2 .home-roadmap-track:after{
  content:"";
  position:absolute;
  top: 4px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid rgba(12,27,20,.85);
}
body.home-v2 .home-roadmap-step{
  position: relative;
  padding-top: 8px;
}
body.home-v2 .home-roadmap-dot{
  position:absolute;
  top: -32px;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #fff;
  border: 8px solid #01A065;
  box-shadow: 0 10px 28px rgba(0,0,0,.10);
}
body.home-v2 .home-roadmap-hd{
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 10px;
}
body.home-v2 .home-roadmap-item{
  font-size: 14px;
  line-height: 1.85;
  color: rgba(12,27,20,.72);
}
body.home-v2 .home-roadmap-item b{
  color:#0c1b14;
  font-weight: 900;
}

/* 客户评价 */
body.home-v2 .home-testimonials{
  background: #ffffff;
  padding: 0 0 120px;
  color: #0c1b14;
}
body.home-v2 .home-testimonials-title{
  text-align:center;
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 900;
  letter-spacing: -0.4px;
  margin-bottom: 60px;
}
body.home-v2 .home-testimonials-title .dot{color:#15c48a}

body.home-v2 .home-testimonials-row > [class*="col-"]{display:flex}
body.home-v2 .home-quote{
  flex:1;
  width:100%;
  background: #f3f3f3;
  border-radius: 18px;
  padding: 22px 22px 18px;
  min-height: 160px;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
}
body.home-v2 .home-quote-text{
  font-size: 16px;
  line-height: 1.8;
  color: rgba(12,27,20,.72);
}
body.home-v2 .home-quote-user{
  display:flex;
  align-items:center;
  gap: 10px;
  margin-top: 14px;
}
body.home-v2 .home-quote-avatar{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,.10);
}
body.home-v2 .home-quote-avatar img{
  width: 100%;
  height: 100%;
}
body.home-v2 .home-quote-name{
  font-weight: 800;
  color: rgba(12,27,20,.78);
  font-size: 16px;
}

@media (max-width: 991.98px){
  body.home-v2 .home-roadmap-track:before{
    right: 0;
  }
  body.home-v2 .home-roadmap-step{ margin-bottom: 18px; }

  body.home-v2 .home-roadmap {
    margin-bottom: 40px;
  }
}

@media (max-width: 990px){
  body.home-v2 .home-roadmap{
    padding: 40px 0 0 0;
    margin-bottom: 0;
  }
  body.home-v2 .home-roadmap-title{
    margin-bottom: 26px;font-size: 20px;
  }
  /* 移动端：改为纵向时间轴 */
  body.home-v2 .home-roadmap-track{
    padding-top: 0;
    margin-left: 20px;
  }
  body.home-v2 .home-roadmap-track:before,
  body.home-v2 .home-roadmap-track:after{
    display:none;
  }
  body.home-v2 .home-roadmap-hd {
    padding-top: 5px;font-size: 16px;
  }
  body.home-v2 .home-roadmap-step{
    border-left: 3px solid rgba(1,160,101,.35);
    padding-left: 18px;
    padding-top: 0;
    margin-bottom: 18px;
  }
  body.home-v2 .home-roadmap-dot{
    top: 2px;
    left: -14px;
  }

  body.home-v2 .home-testimonials{
    padding: 40px 0 40px;
  }
  body.home-v2 .home-testimonials-title{
    margin-bottom: 26px;
  }
  body.home-v2 .home-testimonials-row > [class*="col-"]:not(:first-child){
    margin-top: 14px;
  }
}

/* 新闻中心 */
body.home-v2 .home-news{
  position: relative;
  background: #ffffff;
  padding: 120px 0 120px;
  overflow:hidden;
}
body.home-v2 .home-news:before{
  content:"";
  position:absolute;
  inset:0;
  background: url("../images/home/hgys-bg.png") center top / cover no-repeat;
  opacity: .55;
  pointer-events:none;
}
body.home-v2 .home-news:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-8px;
  height: 52%;
  background: url("../images/home/stxt-bg.png") center bottom / cover no-repeat;
  opacity: .10;
  filter: invert(1) brightness(1.4);
  pointer-events:none;
}
body.home-v2 .home-news .container{
  position:relative;
  z-index:2;
}
body.home-v2 .home-news-title{
  text-align:center;
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 900;
  letter-spacing: -0.4px;
  margin-bottom: 60px;
  color:#0c1b14;
}

body.home-v2 .home-news-row{
  align-items: stretch;
}
body.home-v2 .home-news-row > [class*="col-"]{display:flex}
body.home-v2 .home-news-link{
  display:block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
body.home-v2 .home-news-link:hover{
  text-decoration: none;
}

body.home-v2 .home-news-feature{
  flex:1;
  width:100%;
  border-radius: 8px;

  overflow:hidden;
  background:#fff;
  border: 1px solid rgba(12,27,20,.08);
  box-shadow: 0 22px 60px rgba(0,0,0,.08);
  display:flex;
  flex-direction: column;
}
body.home-v2 .home-news-feature-media img{
  width:100%;
  height: 260px;
  object-fit: cover;
  display:block;
}
body.home-v2 .home-news-feature-body{
  padding: 18px 18px 20px;
}

body.home-v2 .home-news-list{
  flex:1;
  width:100%;
  display:flex;
  flex-direction: column;
  gap: 16px;
}
body.home-v2 .home-news-item{
  background:#fff;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  display:flex;
  align-items: stretch;
  overflow:hidden;
}
body.home-v2 .home-news-item-body{
  flex:1;
  min-width:0;
  padding: 16px 16px 16px;
}
body.home-v2 .home-news-item-media{
  width: 40%;
}
body.home-v2 .home-news-item-media img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  border-radius: 14px;
}

body.home-v2 .home-news-hd{
  font-weight: 900;
  font-size: 18px;
  color:#0c1b14;
  margin-bottom: 8px;
}
body.home-v2 .home-news-desc{
  font-size: 12px;
  line-height: 1.8;
  color: rgba(12,27,20,.62);
  margin-bottom: 10px;
}
body.home-v2 .home-news-tag{
  display:inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  color:#01A065;
  border: 1px solid rgba(1,160,101,.25);
  background: rgba(1,160,101,.08);
}
body.home-v2 .home-news-more-wrap{
  display:flex;
  justify-content:center;
  margin-top: 26px;
}
body.home-v2 .home-news-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 44px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid rgba(12,27,20,.18);
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(6px);
  color: rgba(12,27,20,.78);
  font-weight: 800;
}

@media (max-width: 991.98px){
  body.home-v2 .home-news{
    padding: 40px 0;
  }
  body.home-v2 .home-news-row > .col-lg-10{
    margin-top: 16px;
  }
  body.home-v2 .home-news-feature-media img{
    height: 240px;
  }
}

@media (max-width: 990px){
  body.home-v2 .home-news-row {
    gap: 14px;
  }
  body.home-v2 .home-news{
    padding: 40px 0;
  }
  body.home-v2 .home-news-title{
    margin-bottom: 26px;
    font-size: 20px;
  }
  body.home-v2 .home-news-feature-media img{
    height: 200px;
  }
  body.home-v2 .home-news-item{
    flex-direction: column;
  }
  body.home-v2 .home-news-item-media{
    width: 100%;
    min-width: 0;
  }
  body.home-v2 .home-news-item-media img{
    height: 160px;
  }
}

@media (max-width: 980px){
  body.home-v2 .home-adv{
    padding: 40px 0;
  }
  body.home-v2 .home-adv-card{
    min-height: 0;
  }
}

/* 平板（>=576 且 <992）：两列 + 最后一张居中一列，避免 3 列过窄 */
@media (max-width: 991.98px) and (min-width: 576px){
  body.home-v2 .home-adv-row > .col-sm-8{
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.home-v2 .home-adv-row > .col-sm-8:nth-child(3){
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.home-v2 .home-adv-row > .col-sm-8:nth-child(3) .home-adv-card{
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }

  body.home-v2 .home-adv-icon img{
    height: 76px;
  }
  body.home-v2 .home-adv-hd{
    font-size: 20px;
    margin-bottom: 14px;
  }
  body.home-v2 .home-adv-text{
    font-size: 13px;
  }
}

@media (max-width: 990px){
  body.home-v2 .home-adv-title{
    margin-bottom: 26px;font-size: 20px;
  }
  body.home-v2 .home-adv-row > [class*="col-"]:not(:first-child){
    margin-top: 16px;
  }
  body.home-v2 .home-adv-card{
    padding: 26px 18px 22px;
  }
  body.home-v2 .home-adv-icon{
    height: 78px;
  }
  body.home-v2 .home-adv-icon img{
    height: 70px;
  }
  body.home-v2 .home-adv-hd{
    font-size: 20px;
    margin-bottom: 12px;
  }
  body.home-v2 .home-adv-text{
    font-size: 13px;
    line-height: 1.85;
  }
}
body.home-v2 .home-who-title {
  font-size: clamp(20px, 3.2vw, 48px);
  font-weight: 800;
  letter-spacing: -0.4px;
  margin-bottom: 60px;
}
body.home-v2 .home-who-title .dot {
  color: #15c48a;
}
body.home-v2 .home-who-row + .home-who-row {
  margin-top: 20px;
}

/* 关键：同一行网格列等高，卡片填满列高度，保证 4 个卡片底部齐平 */
body.home-v2 .home-who-row > [class*="col-"] {
  display: flex;
}
body.home-v2 .home-who-row > [class*="col-"] > .home-card {
  flex: 1;
  width: 100%;
}
body.home-v2 .home-card {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  min-height: 175px;
}
body.home-v2 .home-card-lg{
  min-height: 230px;
}
body.home-v2 .home-card-body {
  position: relative;
  z-index: 2;
  padding: 50px;
  max-width: 72%;
}
body.home-v2 .home-card-lg .home-card-body{
  max-width: 60%;
}
body.home-v2 .home-card-hd {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.2px;
}
body.home-v2 .home-card-line {
  margin-top: 10px;
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: rgba(21, 196, 138, 0.95);
}
body.home-v2 .home-card-text {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(12, 27, 20, 0.72);
}
body.home-v2 .home-card-art {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80%;
  z-index: 1;
  width: auto;
}
body.home-v2 .home-card-art.home-card-art-city {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  max-height: 70%;
  opacity: 0.55;
}
body.home-v2 .home-card-lg .home-card-art{

}
body.home-v2 .home-card-light .home-card-art{

}
body.home-v2 .home-card-dark {
  background: url("../images/home/home-bg-01.png") no-repeat top left;
  background-size: 100% 100%;
  color: #f0fbf6;
}
body.home-v2 .home-card-dark .home-card-text {
  color: rgba(240, 251, 246, 0.72);
}
body.home-v2 .home-card-dark .home-card-line {
  background: rgba(80, 239, 183, 0.95);
}
body.home-v2 .home-card-mint {
    background: linear-gradient(180deg, #41D996 0%, #DCFDEE 100%);
}
body.home-v2 .home-card-light {
  background: linear-gradient(135deg, rgba(232, 241, 237, 0.95), rgba(207, 220, 213, 0.75));
}

body.home-v2 .home-header-actions .divider {
  font-size: 14px;
  color: rgba(221, 230, 233, 0.15);
  margin-left: 10px;

}

@media (max-width: 980px) {
  body.home-v2 .home-hero-imgbox {
    text-align: center;
    margin-top: 18px;
  }
  body.home-v2 .home-card-body {
    max-width: 78%;
  }
  body.home-v2 .home-card-lg .home-card-body{
    max-width: 78%;
  }
  body.home-v2 .home-icon-btn img {
    height: 32px;
  }

  body.home-v2 .home-hero .container, body.home-v2 .home-hero .detail, body.home-v2 .home-hero-imgbox {
    text-align: center;
  }
}

/* 移动端（<576px）：单列堆叠 + 更紧凑的留白，避免插画/文字拥挤 */
@media (max-width: 990px) {
  /* Hero（与 main.css 网格配合：col-sm-* 自动堆叠） */
  body.home-v2 .home-hero {
    padding: 28px 0 36px;
  }

  body.home-v2 .home-hero .detail .con {
    /* 桌面可大一些，但移动端需要更紧凑 */
    font-size: 15px;
    line-height: 1.65;
  }

  body.home-v2 .home-hero-imgbox {
    text-align: center;
    margin-top: 14px;
  }

  body.home-v2 .home-hero-imgbox img {
    width: min(520px, 100%);
  }

  body.home-v2 .home-hero .uc-flex.start {
    justify-content: space-between;
  }

  body.home-v2 .g-bannerBox .uc-btn.home-cta {
    margin-right: 0;
  }

  body.home-v2 .g-bannerBox .uc-btn.home-cta + .uc-btn.home-cta {
  }

  body.home-v2 .home-who {
    padding: 40px 0;
    background-size: cover;
    background-position: top left;
  }

  body.home-v2 .home-who-title {
    margin-bottom: 26px;
    font-size: 20px;
    text-align: center;
  }

  /* 同一 row 里两张卡在移动端会换行堆叠：补上纵向间距 */
  body.home-v2 .home-who-row > [class*="col-"]:not(:first-child) {
    margin-top: 14px;
  }

  body.home-v2 .home-who-row + .home-who-row {
    margin-top: 14px;
  }

  body.home-v2 .home-card {
    border-radius: 14px;
    min-height: 190px;
  }
  body.home-v2 .home-card-hd {
    font-size: 16px;
  }
  body.home-v2 .home-card-lg {
    min-height: 160px;
  }

  body.home-v2 .home-card-body {
    padding: 22px 20px 18px;
    max-width: 100%;
  }

  body.home-v2 .home-card-lg .home-card-body {
    max-width: 100%;
  }

  body.home-v2 .home-card-art {
    height: 72%;
  }

  body.home-v2 .home-card-art.home-card-art-city {
    max-height: 58%;
    opacity: 0.48;
  }
}

@media (max-width: 520px) {
  body.home-v2 .g-bannerBox .uc-btn.home-cta {
    width: 45%;
  }
  body.home-v2 .home-card-art {
    opacity: 0.45;
  }
}

