/* index */
.prod-gallary-01{
  background-image: url("/zhiniao/images/1-220914160426.jpg");
  background-size: 100%;
}

/* product */
.shrin-padding{
  padding-top: 50px;
  overflow: auto;
}

.a-nodeco{
  color: #333;
}

.prod-contain{
  display: flex;
  flex-direction: row;
}

.img-display{
  max-width: 300px;
  max-height: 300px;
}

.img-group{
  display: flex;
  flex-direction: row;
}

.img-group > img{
  max-width: 100px;
  max-height: 100px;

  cursor: pointer;

  margin: 0 20px;
}

.img-active{
  border: 2px solid orange;
}

.prod-left{
  flex: 1;
}

.prod-right{
  flex: 2;
}

.prod-r-detail{
  margin: 0 20px;
}

.prod-r-detail h4{
  margin-bottom: 20px;
}

.prod-r-detail p{
  padding-left: 10px;
}

.prod-r-title{
  margin: 20px;
}

.prod-grid{
  display: flex;
  flex-direction: row;
}

.prod-grid-each{
  min-width: 260px;
  min-height: 260px;
  
  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;

}

.prod-grid-each:hover{
  cursor: pointer;
}

.prod-title{
  margin: 4px 6px;
}

.prod-detail{
  margin: 0 auto;
}

.prod-detail > div{
  margin: 40px 35px;
}

.prod-detail > div > h4{
  font-weight: 600;
  color: #2cc452;
}

.prod-detail > div > p{
  margin-top: 10px;
}

/* consumer electronics homepage */
.consumer-hero {
  min-height: 720px;
  background: #f5f7f8;
  color: #1f2a33;
  display: flex;
  align-items: center;
}

.consumer-hero-inner {
  width: min(1120px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: 56px;
  align-items: center;
}

.consumer-hero-copy h1 {
  font-size: 72px;
  line-height: 1.05;
  color: #18212a;
  font-weight: 800;
  margin-bottom: 16px;
}

.consumer-hero-copy h2 {
  font-size: 34px;
  line-height: 1.35;
  color: #2b3a45;
  font-weight: 600;
  margin-bottom: 24px;
}

.eyebrow {
  color: #007c89;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.hero-text {
  color: #53616c;
  font-size: 18px;
  line-height: 1.8;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 44px;
  padding: 0 24px;
  border-radius: 4px;
  font-weight: 700;
}

.primary-action {
  background: #007c89;
  color: #fff;
}

.primary-action:hover,
.primary-action:focus {
  color: #fff;
  background: #00616b;
}

.secondary-action {
  border: 1px solid #b9c4cc;
  color: #26333d;
  background: #fff;
}

.secondary-action:hover,
.secondary-action:focus {
  color: #007c89;
  border-color: #007c89;
}

.consumer-hero-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.hero-product-card {
  background: #fff;
  border: 1px solid #e4e8eb;
  border-radius: 8px;
  padding: 18px;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 20px 50px rgba(20, 36, 46, 0.08);
}

.hero-product-card img {
  width: 100%;
  height: 230px;
  object-fit: contain;
}

.hero-product-card span {
  color: #1f2a33;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 14px;
}

.consumer-section {
  padding: 84px 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 42px;
}

.section-heading h2,
.section-heading h3 {
  color: #18212a;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 0;
}

.consumer-about {
  display: flex;
  align-items: center;
}

.consumer-about .about-img img {
  border-radius: 8px;
}

.consumer-about .about-info h4 {
  color: #18212a;
  font-size: 28px;
  font-weight: 700;
}

.consumer-about .about-info p {
  color: #53616c;
  font-size: 16px;
  line-height: 1.9;
}

.consumer-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.consumer-product-card {
  background: #fff;
  border: 1px solid #e4e8eb;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 44% 56%;
  min-height: 320px;
  color: #1f2a33;
  box-shadow: 0 18px 45px rgba(20, 36, 46, 0.07);
}

.consumer-product-card:hover {
  transform: translateY(-2px);
}

.product-image-wrap {
  background: #f6f8f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.product-image-wrap img {
  width: 100%;
  height: 240px;
  object-fit: contain;
}

.product-card-copy {
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-card-copy h4 {
  color: #18212a;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 16px;
}

.product-card-copy p {
  color: #53616c;
  font-size: 15px;
  line-height: 1.8;
}

.product-card-copy span {
  color: #007c89;
  font-weight: 700;
  margin-top: 22px;
}

.consumer-values {
  background: #f5f7f8;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.value-item {
  background: #fff;
  border: 1px solid #e4e8eb;
  border-radius: 8px;
  padding: 28px;
  min-height: 190px;
}

.value-item h4 {
  color: #18212a;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 14px;
}

.value-item p {
  color: #53616c;
  font-size: 15px;
  line-height: 1.8;
}

.product-page .prod-contain {
  align-items: center;
  gap: 32px;
}

.product-media {
  background: #f6f8f9;
  border-radius: 8px;
  padding: 24px;
}

.product-main-image {
  width: 100%;
  max-width: 520px;
  max-height: none;
  object-fit: contain;
}

.product-action-row {
  margin-top: 26px;
  padding-left: 0 !important;
}

.product-update-notice {
  margin-top: 26px;
  padding: 18px;
  border: 1px solid #d8e2e7;
  border-radius: 8px;
  background: #f6f9fa;
}

.product-update-notice h4 {
  margin-top: 0;
}

.product-update-notice p {
  padding-left: 0 !important;
}

@media(max-width:991px) {
  .consumer-hero-inner,
  .consumer-product-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .consumer-hero {
    min-height: auto;
    padding: 72px 0;
  }

  .consumer-hero-copy h1 {
    font-size: 52px;
  }

  .consumer-hero-products {
    grid-template-columns: 1fr 1fr;
  }

  .consumer-product-card {
    grid-template-columns: 1fr;
  }

  .consumer-about {
    display: block;
  }
}

@media(max-width:640px) {
  .consumer-hero-products {
    grid-template-columns: 1fr;
  }

  .consumer-hero-copy h1 {
    font-size: 42px;
  }

  .consumer-hero-copy h2 {
    font-size: 25px;
  }

  .section-heading h2,
  .section-heading h3 {
    font-size: 30px;
  }

  .prod-contain {
    flex-direction: column;
  }
}

