
.odian-new-hero{
  position:relative;
  width:100%;
  min-height:820px;
  overflow:hidden;
  display:flex;
  align-items:center;
  box-sizing:border-box;
}

.odian-new-bg{
  position:absolute;
  inset:0;
  background-image:url("//ueeshop.ly200-cdn.com/u_file/UPBI/UPBI092/2606/08/photo/27978345-9c5c-45c2-b0e1-7fe2be7c1458.png");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  z-index:1;
}

.odian-new-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(0,0,0,.72) 0%,
    rgba(0,0,0,.48) 42%,
    rgba(0,0,0,.08) 100%
  );
  z-index:2;
}

.odian-new-content{
  position:relative;
  z-index:3;
  max-width:720px;
  margin-left:8%;
  padding:80px 20px 160px 0;
  color:#fff;
}

.odian-new-subtitle{
  font-size:16px;
  letter-spacing:3px;
  color:#c99663;
  font-weight:700;
  margin:0 0 22px;
  text-transform:uppercase;
}

.odian-new-content h1{
  font-size:68px;
  line-height:1.05;
  margin:0 0 22px;
  color:#fff;
  font-weight:800;
}

.odian-new-content h2{
  font-size:34px;
  line-height:1.35;
  margin:0 0 26px;
  color:#c99663;
  font-weight:700;
}

.odian-new-desc{
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,.9);
  margin:0 0 32px;
}

.odian-new-tags{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:38px;
}

.odian-new-tags span{
  padding:10px 18px;
  border:1px solid rgba(255,255,255,.38);
  color:#fff;
  border-radius:30px;
  font-size:14px;
  background:rgba(255,255,255,.08);
}

.odian-new-buttons{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.odian-new-btn{
  display:inline-block;
  padding:16px 38px;
  font-size:15px;
  font-weight:700;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:2px;
}

.odian-new-btn.gold{
  background:#c99663;
  color:#fff;
}

.odian-new-btn.line{
  background:transparent;
  color:#fff;
  border:1px solid #fff;
}

.odian-new-stats{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  z-index:4;
  background:rgba(0,0,0,.92);
  display:grid;
  grid-template-columns:repeat(5,1fr);
  padding:22px 6%;
  box-sizing:border-box;
  text-align:center;
}

.odian-new-stats strong{
  display:block;
  color:#fff;
  font-size:34px;
  line-height:1;
  font-weight:800;
  margin-bottom:6px;
}

.odian-new-stats span{
  color:rgba(255,255,255,.75);
  font-size:13px;
}

/* 手机端专用代码 */
@media(max-width:768px){
  .odian-new-hero{
    min-height:920px;
    align-items:flex-start;
  }

  .odian-new-bg{
    background-image:url("//ueeshop.ly200-cdn.com/u_file/UPBI/UPBI092/2606/12/photo/dongguan-humen-6000sqm-garment-production-floor2.webp");
    background-size:cover;
    background-position:center top;
    background-repeat:no-repeat;
  }

  .odian-new-overlay{
    background:linear-gradient(
      180deg,
      rgba(0,0,0,.58) 0%,
      rgba(0,0,0,.35) 42%,
      rgba(0,0,0,.78) 100%
    );
  }

  .odian-new-content{
    max-width:100%;
    margin-left:5%;
    margin-right:5%;
    padding:64px 0 330px;
  }

  .odian-new-subtitle{
    font-size:13px;
    letter-spacing:2px;
    margin-bottom:18px;
  }

  .odian-new-content h1{
    font-size:40px;
    line-height:1.08;
    margin-bottom:18px;
  }

  .odian-new-content h2{
    font-size:23px;
    line-height:1.35;
    margin-bottom:22px;
  }

  .odian-new-desc{
    font-size:15.5px;
    line-height:1.75;
    margin-bottom:26px;
    color:rgba(255,255,255,.9);
  }

  .odian-new-tags{
    gap:10px;
    margin-bottom:30px;
  }

  .odian-new-tags span{
    font-size:12.5px;
    padding:8px 13px;
    background:rgba(0,0,0,.22);
  }

  .odian-new-buttons{
    gap:12px;
  }

  .odian-new-btn{
    width:100%;
    text-align:center;
    padding:15px 20px;
    box-sizing:border-box;
  }

  .odian-new-stats{
    grid-template-columns:repeat(2,1fr);
    padding:20px 5%;
    gap:18px 10px;
    background:rgba(0,0,0,.94);
  }

  .odian-new-stats div:last-child{
    grid-column:1 / 3;
  }

  .odian-new-stats strong{
    font-size:27px;
  }

  .odian-new-stats span{
    font-size:12px;
  }
}
