.green-diamond-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  /* 在不支持 aspect-ratio 的旧浏览器上的降级方案 (可选) */
  /*
  @supports not (aspect-ratio: 16 / 9) {
    height: 0;
    padding-bottom: 56.25%; // 9 / 16 = 0.5625
  }
  */
  overflow: hidden;
}
.green-diamond-banner .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.green-diamond-banner .content {
  position: absolute;
  bottom: 0.58rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
}
.green-diamond-banner .content .text {
  font-size: 14px;
  margin-bottom: 0.18rem;
  font-weight: 400;
}
.green-diamond-banner .content .title {
  font-size: 30px;
  margin-bottom: 0.13rem;
  font-weight: 400;
}
.green-diamond-banner .content .description {
  font-size: 14px;
  margin-bottom: 0.53rem;
  font-weight: 400;
}
.green-diamond-banner .content .btn {
  display: inline-block;
  text-decoration: none;
  color: var(--primary-color);
  border: 1px solid #FFF;
  text-align: center;
  height: 58px;
  line-height: 58px;
  padding: 0 40px;
  font-size: 16px;
  transition: all 0.3s ease;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.1);
}
.green-diamond-banner .content .btn i {
  margin-left: 5px;
}
.green-diamond-banner .content .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .green-diamond-banner {
    aspect-ratio: auto;
  }
}
.model-01 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  text-align: center;
}
.model-01 .title {
  font-size: 26px;
  line-height: 1.8;
  /* 51px的高度对于36px字体来说，用一个行高比例更灵活 */
  font-weight: bold;
  /* 通常主标题会加粗 */
  margin-bottom: 0.2rem;
  /* 距下 34px */
}
.model-01 .subtitle {
  font-size: 14px;
  letter-spacing: 0.1em;
  /* 增加字母间距，更有设计感 */
  color: #666;
  margin-top: 0.1rem;
  /* 与主标题拉开一点距离 */
  margin-bottom: 0.34rem;
  /* 距下 34px */
}
.model-01 .description {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
  /* 增加行高，提升大段文字的可读性 */
  margin-left: auto;
  margin-right: auto;
}
.model-02 {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.model-02 .left-feature-item {
  width: 50%;
  /* 精确宽度 541px */
}
.model-02 .left-feature-item .image {
  width: 100%;
  height: 11.52rem;
}
.model-02 .left-feature-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.model-02 .left-feature-item .description {
  padding-left: 1.2rem;
  box-sizing: border-box;
  margin-top: 0.2rem;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}
.model-02 .right-feature-item {
  position: relative;
}
.model-02 .right-feature-item .content {
  position: relative;
  top: 1.842rem;
  left: 1.52rem;
}
.model-02 .right-feature-item .content .image {
  width: 6.53rem;
  height: 7.83rem;
}
.model-02 .right-feature-item .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.model-02 .right-feature-item .content .description {
  width: 6.53rem;
  margin-top: 0.2rem;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}
.model-03 {
  margin-top: 2.4rem;
}
.model-03 .container {
  margin: 0rem auto;
  max-width: 16.82rem;
  /* 1681.77px */
}
.model-03 .container .image-placeholder {
  width: 100%;
  height: 9.46rem;
  /* 946px */
  background-position: center center;
  background-size: cover;
}
.model-04 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 2.4rem;
  /* 在不支持 aspect-ratio 的旧浏览器上的降级方案 (可选) */
  /*
  @supports not (aspect-ratio: 16 / 9) {
    height: 0;
    padding-bottom: 56.25%; // 9 / 16 = 0.5625
  }
  */
  overflow: hidden;
}
.model-04 .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.model-04 .text {
  position: absolute;
  z-index: 5;
  top: 3.7rem;
  right: 1.1rem;
  font-size: 16px;
  line-height: 1.8;
  width: 6.8rem;
}
.model-05 {
  margin-top: 2.4rem;
}
.model-05 .container {
  display: flex;
  justify-content: center;
  gap: 0.32rem;
  /* 间距 32px */
  max-width: 16.8rem;
  margin: 0rem auto;
}
.model-05 .container .product-item {
  width: 8.24rem;
  /* 宽度 824px */
}
.model-05 .container .product-item .image-placeholder {
  width: 100%;
  height: 9.89rem;
  /* 高度 989px */
  margin-bottom: 0.2rem;
  /* 图片和文字的间距 */
}
.model-05 .container .product-item .image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.model-05 .container .product-item .product-caption {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 0.2rem;
  color: #555;
  text-align: left;
}
.model-06 {
  margin-bottom: 2.4rem;
}
/*
======================================================
====       蛋白系列页 - 移动端适配样式 (<= 768px)      ====
======================================================
*/
@media (max-width: 768px) {
  .green-diamond-banner {
    aspect-ratio: 3 / 4;
    min-height: 60vh;
  }
  .green-diamond-banner .background {
    background-position: 80%;
  }
  .model-01 {
    margin: 40px 20px;
    box-sizing: border-box;
  }
  .model-01 .description {
    font-size: 15px;
    line-height: 1.7;
  }
  .model-02 {
    flex-direction: column;
    margin-top: 40px;
  }
  .model-02 .left-feature-item,
  .model-02 .right-feature-item {
    width: 100%;
  }
  .model-02 .left-feature-item .image {
    height: auto;
    aspect-ratio: 1 / 1.2;
  }
  .model-02 .right-feature-item .content {
    position: static;
    top: auto;
    left: auto;
    padding: 20px;
    box-sizing: border-box;
  }
  .model-02 .right-feature-item .content .image {
    width: 100%;
    height: auto;
    aspect-ratio: 653 / 783;
  }
  .model-02 .right-feature-item .content .description {
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
  }
  .model-03 {
    margin-top: 40px;
  }
  .model-03 .container .image-placeholder {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .model-04 {
    position: static;
    display: flex;
    flex-direction: column;
    height: auto;
    aspect-ratio: auto;
    margin-top: 40px;
  }
  .model-04.model-06 {
    margin-bottom: 120px;
  }
  .model-04 .text {
    position: static;
    width: auto;
    padding: 40px 20px;
    order: 1;
    background-color: #f7f7f7;
  }
  .model-04 .background {
    position: static;
    order: 2;
    height: auto;
    min-height: 250px;
    aspect-ratio: 16 / 10;
  }
  .model-05 {
    margin-top: 40px;
  }
  .model-05 .container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .model-05 .container .product-item {
    width: 90%;
  }
  .model-05 .container .product-item .image-placeholder {
    height: auto;
    aspect-ratio: 824 / 989;
  }
}
