:root {
  --csr_story_box_bg_color: #ccf0ee;
  --csr_social_title_red: #e21a21;
}

.csr_social_title {
  font-weight: 700;
  color: var(--csr_social_title_red);
}
.csr_img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.csr_maring-20 {
  margin-top: 2%;
}

/* 工具类 - 边距 */
.mt-6 {
  margin-top: 6px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}

.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.maxW-1000 {
  max-width: 1000px;
}
.maxW-1220 {
  max-width: 1220px;
}
.crs_common_p {
  font-size: 16px;
  color: #666;
}
/* Flex容器基础 */
.flex {
  display: flex;
}
.gap-10 {
  gap: 10px;
}
.gap-20 {
  gap: 20px;
}
.gap-50 {
  gap: 50px;
}
/* 方向 */
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-jcc {
  justify-content: center !important;
}
.flex-jcce {
  justify-content: center !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
/* 对齐项目 */
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}

.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
/* 自动边距用于间隔 */
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}

/* 其他可能有用的工具类 */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.bg-white {
  background-color: white;
}
.bg-gray {
  background-color: #f0f0f0;
} /* 浅灰色背景 */

/* 段落文字 */
.intro-text,
.paragraph {
  font-size: 16px;
  color: #444;
  text-align: justify;
  line-height: 1.5;
}

/* 图片组 */
.image-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 20px 0;
  flex-wrap: wrap;
}

.product-img {
  width: 100%;
  height: 100%;
}

/* 图文并排布局 */
.crs-card.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  margin-bottom: 20px;
}

.text-column {
  flex: 1;
  min-width: 300px;
}

.image-column {
  flex: 1;
  min-width: 300px;
}

.hero-image {
  width: 100%;
  height: auto;
}
.crs_com_flex_img {
  display: flex;
}
/* 全宽段落 + 中央图片 */
.section.full-width {
  text-align: center;
  margin-bottom: 50px;
}

.center-image {
  margin: 30px 0;
}

.large-product-img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* 引导点样式 */
.bullet-point {
  margin-top: 20px;
  padding-left: 25px;
  font-size: 15px;
  color: #333;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.bullet-point .icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("./icon/common-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(2px);
}
.title-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

/* 文字层 */
.banner-text {
  position: relative;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 4%; /* 避开斜边区域 */
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(./icon/P14-icon-02.svg) no-repeat left center;
  background-size: 100% auto; /* 宽度100%，高度按比例缩放 */
  margin-left: -10px;
}
.crs-card-content-bg {
  padding: 16px;
  border-radius: 10px;
  min-height: 206px;
  line-height: 30px;
  align-items: center;
  word-break: break-all;
  background: linear-gradient(to bottom, #fdede4 0%, #fce6dc 100%);
  /* background: url(./icon/P14-icon-02.svg) no-repeat center; */
}
.crs-card-content-bg-blue {
  padding: 16px;
  border-radius: 10px;
  min-height: 206px;
  line-height: 30px;
  align-items: center;
  word-break: break-all;
  background: linear-gradient(to bottom, #e5e6f0 0%, #eff0f6 100%);
  /* background: url(./icon/P14-icon-02.svg) no-repeat center; */
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
a:focus {
  color: unset;
}
.swiper-container911 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-container911 .ban1 {
  width: 100%;
}

.swiper-container911 .ban1 img,
.csr_overview_banner img {
  width: 100%;
}

.swiper-pagination911 {
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 100%;
  z-index: 600;
}

.swiper-pagination911 {
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 100%;
  z-index: 600;
}

.swiper-container911 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #b2b2b2;
  opacity: 1;
  cursor: pointer;
}

.swiper-container911 .swiper-pagination-bullet-active {
  width: 78px;
  height: 12px;
  border-radius: 10px;
  background: #7f7f7f;
}
.csr_title_box div {
  width: 50%;
}
.csr_title_box div img {
  width: 100%;
}
.location {
  height: 44px;
}
.csr_icon_box {
  background-image: url(../images/csr_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1166px;
}
.csr_icon_box h1 {
  font-size: 30px;
  font-weight: 400;
  color: #111111;
  text-align: center;
  padding-top: 8%;
  padding-bottom: 3.5%;
}
.csr_icon_box2 {
  justify-content: center;
}
.csr_icon_box2_items {
  margin-bottom: 110px;
  display: block;
  text-align: center;
  margin-right: 6%;
  width: 20.5%;
}
.csr_icon_box2_items:nth-child(4n),
.csr_icon_box2_items:last-child {
  margin-right: 0;
}
.csr_icon_box2_items img {
  width: 100%;
  max-width: 86px;
  border-radius: 5px;
}
.csr_icon_box2_items h2 {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  padding: 20px 0;
}
.csr_icon_box2_items p {
  color: #666;
  font-size: 16px;
}
.csr_icon_box2_items:hover h2,
.csr_icon_box2_items:hover p,
.csr_icon_box2_items:hover p a {
  color: #cc0000;
}
.csr_news_box {
  margin: 5% 0;
}
.csr_news_box > div {
  width: 50%;
}
.csr_news_box01 {
  background-image: url("../image/csr_news_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.csr_news_box02 {
  display: flex;
  align-items: center;
}
.csr_news_box02 img {
  width: 100%;
}
.csr_news_contents_c {
  counter-reset: sectioncounter;
}
.csr_news_contents_c a {
  display: block;
  padding-top: 10px;
}
.csr_news_contents {
  padding: 10% 10% 10% 27%;
}
.csr_news_contents h2 {
  padding-bottom: 5%;
  font-size: 36px;
  font-weight: 400;
  color: #111111;
}
.csr_news_contents_c li {
  font-size: 20px;
  color: #333333;
  position: relative;
  padding-left: 100px;
  list-style: none;
  margin-bottom: 7%;
}
.csr_news_contents_c li:last-child {
  margin-bottom: 0;
}
.csr_news_title {
  display: block;
  /* word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
  color: #333;
  min-height: 57px;
}
.csr_news_deatil::before {
  content: "0" counter(sectioncounter);
  counter-increment: sectioncounter;
  width: 76px;
  height: 76px;
  background-image: url("../images/csr_news_icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 76px;
  color: #fff;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
}
/* .csr_news_contents_c li:first-child::after{
    content: "";
    width: 36px;
    height: 15px;
    background-image: url("../images/csr_news_logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -41px;
    top: 17px;
} */
.csr_news_date {
  display: inline-block;
  text-align: right;
  width: 97%;
  font-size: 16px;
  color: #666666;
}
.csr_news_more {
  text-align: right;
  margin-top: 9%;
}
.csr_news_more a {
  color: #cc0000;
  width: 120px;
  height: 36px;
  line-height: 36px;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
.csr_news_deatil > a:hover .csr_news_title {
  color: #cc0000;
}
.csr_news_deatil > a:hover .csr_news_date {
  color: #cc0000;
}
.csr_icon_url {
  display: none;
}

/* 新的可持续发展页面布局 */
.bg-linear-gradient {
  background: linear-gradient(to bottom, #fefdfc 0%, #fdeee7 50%, #fce6dc 100%);
}
/* esg :start --------------------------*/
.csr_esg_box {
  display: flex;
  gap: 10px;
  margin-top: 1%;
  margin-bottom: 1%;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

.csr_esg_box_item {
  position: relative;
  flex: 1 1 calc(33.333% - 6.67px);
  overflow: hidden;
  transition: transform 0.3s ease;
  /* height: 24rem; */
}

/* 图片容器样式 */
.csr_esg_box_item picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
}

.csr_esg_box_item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transition: opacity 0.3s ease;
}

.normal-image {
  opacity: 1;
  z-index: 1;
}

.hover-image {
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* 悬停效果 */
.csr_esg_box_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.csr_esg_box_item:hover .hover-image {
  opacity: 1;
}

.csr_esg_box_item:hover .normal-image {
  opacity: 0;
}

/* 内容层 */
.esg_content {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  padding: 0 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* color: white; */
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  font-size: 1rem;
}
.esg_more {
  position: absolute;
  bottom: 1%;
  right: 1.2rem;
  color: #fff;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
}
.esg_more a {
  color: #fff;
}
.csr_esg_box_item:hover .esg_content {
  opacity: 1;
  pointer-events: auto;
}
.csr_esg_box_item:hover .esg_more {
  opacity: 1;
  pointer-events: auto;
}
/* 文字样式优化 */
.esg_title {
  font-size: 1rem;
}

.esg_subtitle {
  margin-bottom: 12px;
}

.esg_desc {
  height: 120px;
  font-weight: 500;
  max-height: 120px;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* 确保按钮内部文字不溢出 */
.esg_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 6px 8px;
  text-decoration: none;
  border-radius: 4px;
  font-size: clamp(1rem, 1.2vw, 1rem);
  font-weight: 500;
  background: rgba(0, 123, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
  gap: 4px;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.esg_btn img {
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
}
.esg_btn_bg_blue {
  background: rgba(0, 123, 255, 0.9);
}
.esg_btn_bg_orange {
  background: rgba(252, 118, 61);
}
.esg_btn_bg_green {
  background: rgba(64, 206, 76);
}
/* .esg_btn:hover {
  transform: translateX(3px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
} */
.esg_grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 固定2列布局 */
  gap: 0.2rem;
  margin-top: 0.2rem;
  width: 100%;
}

.esg_grid-item {
  color: white;
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.esg_grid-item img {
  width: clamp(0.9rem, 1.1vw, 1.2rem);
  height: clamp(0.9rem, 1.1vw, 1.2rem);
  object-fit: contain;
  margin-right: 4px;
  flex-shrink: 0;
}
.esg_grid-item p {
  margin: 0.625% 0 0 0;
}
.esg_sdg-box {
  /* display: flex; */
}
.esg_sdg-container {
  display: flex;
  margin-top: 1.25rem;
  padding: 0.625rem;
}

.title-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #e63946;
  padding: 1rem;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
}
.left-title {
  flex: 2;
}
.right-title {
  flex: 1;
}
.sdgs-icons {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  align-content: flex-start;
}

.sdg-item {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.sdg-item img {
  width: 66px;
  height: auto;
}

.sdg-item:hover {
  transform: scale(1.1);
}

.sdg-description {
  flex: 1;
  padding: 1rem;
  border: 2px solid #f0a075;
  width: 100%;
}
.description {
  display: none;
}
.description.active {
  display: block;
}
.description h3 {
  color: #e63946;
  margin-bottom: 0.75rem;
  font-size: 1.4em;
}
.description p {
  line-height: 1.6;
  font-size: 1rem;
}
/* 响应式调整 */
@media (max-width: 978px) {
  .esg_grid-container {
    grid-template-columns: repeat(2, 1fr); /* 保持2列布局 */
    gap: 0.2rem;
  }
}
@media (max-width: 950px) {
  .esg_grid-container {
    margin-top: 1.2rem;
  }
}
@media (max-width: 974px) {
  .csr_esg_box_item {
    flex: 1 1 100%;
  }

  /* 单列显示时，增大按钮字体和间距 */
  .esg_btn {
    padding: 8px 12px;
    font-size: clamp(2rem, 2.5vw, 1rem);
    gap: 6px;
  }

  .esg_grid-container {
    gap: 0.5rem;
  }

  .esg_grid-item img {
    width: clamp(2rem, 2.5vw, 1.4rem);
    height: clamp(2rem, 2.5vw, 1.4rem);
  }
  .esg_more {
    font-size: clamp(1.6rem, 2.5vw, 1rem);
  }
}

@media (max-width: 767px) {
  .esg_grid-container {
    grid-template-columns: repeat(2, 1fr); /* 保持2列布局 */
    gap: 0.4rem;
  }

  .esg_grid-item img {
    width: clamp(0.85rem, 2vw, 1rem);
    height: clamp(0.85rem, 2vw, 1rem);
    margin-right: 3px;
  }

  .esg_content {
    padding: 0px 15px;
    text-align: center;
    align-items: center;
  }
  .esg_btn {
    padding: 8px 12px;
    font-size: clamp(1.8rem, 2.5vw, 1rem);
    gap: 6px;
  }

  .esg_grid-item img {
    width: clamp(1.8rem, 2.5vw, 1.4rem);
    height: clamp(1.8rem, 2.5vw, 1.4rem);
  }
  .esg_more {
    font-size: clamp(1.5rem, 2.5vw, 1rem);
  }
}
@media (max-width: 600px) {
  .esg_grid-container {
    grid-template-columns: repeat(2, 1fr); /* 小屏幕也保持2列 */
    gap: 0.6rem;
  }

  .esg_btn {
    padding: 10px 8px;
    font-size: clamp(0.9rem, 3.5vw, 1.1rem);
    gap: 5px;
  }

  .esg_grid-item img {
    width: clamp(1rem, 3vw, 1.2rem);
    height: clamp(1rem, 3vw, 1.2rem);
    margin-right: 5px;
  }

  .esg_desc {
    -webkit-line-clamp: 3; /* 小屏幕减少行数 */
    max-height: 75px;
  }

  .esg_content {
    padding: 0 15px 20px;
  }

  .csr_esg_box_item:hover .esg_content {
    padding-bottom: 40px;
  }
}
/* esg end */

.flex-img-box {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

@media screen and (min-width: 1920px) {
  .csr_icon_box2 {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1512px) and (max-width: 1899px) {
  .csr_icon_box2_items {
    margin-right: 2%;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1511px) {
  .csr_icon_box2_items {
    max-width: 229px;
  }
  .csr_news_deatil::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 21px;
  }
  .csr_news_more {
    margin-top: 4%;
  }
  .csr_news_contents_c li {
    padding-left: 80px;
  }
}
@media screen and (min-width: 975px) and (max-width: 1300px) {
  .csr_news_contents h2 {
    font-size: 30px;
  }
  .csr_news_contents {
    padding: 6% 10% 6% 27%;
  }
  .csr_news_contents_c li {
    margin-bottom: 4%;
  }
}

@media screen and (min-width: 1140px) and (max-width: 1450px) {
  .csr_icon_box2_items {
    max-width: 252px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1229px) {
  .csr_icon_box2_items {
    max-width: 226px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1400px) {
  .csr_news_contents_c a {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1139px) {
  .csr_icon_box2_items {
    max-width: 47%;
    width: 47%;
    margin-bottom: 6%;
  }
  .csr_icon_box2_items:nth-child(2n) {
    margin-right: 0;
  }
  .csr_icon_box2 {
    width: 90%;
    margin: 0 auto;
  }
  .csr_icon_box2 {
    justify-content: unset;
  }
  .csr_icon_box {
    background-image: none;
  }
  .csr_news_box02 {
    display: none;
  }
  .csr_news_box > div {
    width: 100%;
  }
  .csr_news_box01 {
    background-size: cover;
  }
  .csr_news_contents_c li {
    margin-bottom: 7%;
  }
  .csr_news_more {
    padding-bottom: 19%;
  }
}

@media screen and (max-width: 974px) {
  .csr_title_box div {
    width: 100%;
  }
  .csr_news_contents {
    padding: 10% 10% 0% 27%;
  }
  .csr_news_contents_c li {
    margin-bottom: 4%;
  }
  .csr_news_box {
    margin: 13% 0 5%;
  }
  .image-column {
    flex: unset;
  }
  .csr_customer_deails_box .img_box {
    flex: unset;
  }
  .img_box img {
    max-width: 100% !important;
  }
  .image-column img {
    max-width: 100% !important;
  }
  .csr_img img {
    max-width: 100% !important;
  }
  .csr_flex-column {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .img_box img {
    max-width: 100% !important;
  }
  .csr_img img {
    max-width: 100% !important;
  }
}
/* 响应式设计 */
@media (max-width: 768px) {
  .section.two-column {
    flex-direction: column;
  }

  .text-column,
  .image-column {
    width: 100%;
  }

  .image-group {
    flex-direction: column;
    align-items: center;
  }

  .product-img {
    width: 100%;
  }

  .header .main-title {
    font-size: 20px;
  }
}

/* esg-icon */
/* 移动端样式 */
@media (max-width: 768px) {
  .esg_sdg-container {
    flex-direction: column;
  }

  .sdgs-icons {
    flex: none;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
    padding: 15px 10px;
    gap: 10px;
    background-color: #f9f9f9;
    scrollbar-width: none; /* Firefox */
  }

  .sdgs-icons::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }

  .sdg-item {
    display: inline-block;
    margin: 0 5px;
    transition: none;
  }

  .sdg-item img {
    width: 30px;
  }

  .sdg-item.active img {
    box-shadow: 0 0 0 3px #e63946;
  }

  .sdg-description {
    flex: none;
    width: 100%;
    border-top: 2px solid #e63946;
    padding: 15px;
    min-height: auto;
    background-color: white;
  }
}
@media (max-width: 375px) {
  .sdg-item img {
    width: 46px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #e63946;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 1001;
}

/* 桌面端默认显示描述 */
/* @media (min-width: 769px) {
  #icon-00 {
    display: block;
  }
} */

/* 奖项展示模块 - 所有class带award前缀 */
.award-box {
  margin: 1% 0;
}
.award-container {
  width: 100%;
  display: flex;
  margin: 0 auto;
  background: white;
  overflow: hidden;
  position: relative;
}

.award-text-section {
  width: 38%;
  background: linear-gradient(135deg, #c00000 0%, #a00000 100%);
  color: white;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  min-height: 240px;
  transition: opacity 0.5s ease;
}

.award-text-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="none" stroke="%23d30000" stroke-width="0.5" stroke-dasharray="5,5"/></svg>');
  opacity: 0.1;
  z-index: -1;
}

.award-description {
  font-size: 16px;
  line-height: 1.6;
  transition: opacity 0.4s ease;
}

.award-image-section {
  width: 62%;
  position: relative;
  background: #f0f2f5;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

/* Swiper 定制样式 - 带award前缀 */
.award-swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.award-swiper-wrapper {
  align-items: center;
  padding: 20px 0;
}

/* .award-swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  transition: transform 0.4s ease;
} */

/* 修正slide宽度计算 */
.award-swiper-slide {
  /* width: calc(50% - 15px); */
  /* max-width: 500px;
  min-width: 300px; */
  padding: 10px;
  text-align: center;
  /* 确保slide内容居中 */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* .award-swiper-slide.swiper-slide-active {
  transform: scale(1.02);
} */

.award-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ffd700;
  color: #a00000;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.award-image {
  width: 95%;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease;
  background: white;
  position: relative;
  justify-content: center;
  align-items: center;
}

.award-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.award-caption {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  letter-spacing: 1px;
  position: relative;
  padding: 0 15px;
}

.award-swiper-pagination {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.award-swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #c00000;
  opacity: 1;
  transition: all 0.3s ease;
}

.award-swiper-pagination .swiper-pagination-bullet-active {
  background: #c00000;
  transform: scale(1.3);
  box-shadow: 0 0 0 4px rgba(192, 0, 0, 0.3);
}

/* 佳能红导航箭头样式 */
.award-swiper-button-prev,
.award-swiper-button-next {
  color: #c00000 !important;
  background: rgba(255, 255, 255, 0.9) !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  font-weight: bold !important;
  transition: all 0.3s ease !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-swiper-button-prev:hover,
.award-swiper-button-next:hover {
  background: #c00000 !important;
  color: white !important;
  transform: scale(1.1) !important;
}

/* 自定义箭头SVG样式 - 佳能红 */
.award-swiper-button-prev::after,
.award-swiper-button-next::after {
  font-family: inherit !important;
  font-size: 24px !important;
  font-weight: bold !important;
  color: inherit !important;
}

/* 左箭头 - 使用<符号替代默认箭头 */
.award-swiper-button-prev::after {
  content: "<" !important;
}

/* 右箭头 - 使用>符号替代默认箭头 */
.award-swiper-button-next::after {
  content: ">" !important;
}

/* 悬停状态下的箭头颜色 */
.award-swiper-button-prev:hover::after,
.award-swiper-button-next:hover::after {
  color: white !important;
}

/* 深色背景上的箭头优化 */
.award-image-section {
  position: relative;
  overflow: hidden;
}

.award-image-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  z-index: 1;
}

/* 确保按钮在最上层 */
.award-swiper-button-prev,
.award-swiper-button-next {
  z-index: 20 !important;
}
/* 响应式设计 */
@media (max-width: 974px) {
  .award-container {
    flex-direction: column;
  }

  .award-text-section,
  .award-image-section {
    width: 100%;
  }

  .award-text-section {
    min-height: 280px;
    padding: 30px;
  }

  .award-image-section {
    min-height: 420px;
  }

  .award-swiper-button-prev {
    left: 15px;
  }

  .award-swiper-button-next {
    right: 15px;
  }
}

@media (max-width: 576px) {
  .award-title {
    font-size: 24px;
  }

  .award-description {
    font-size: 16px;
    line-height: 1.6;
  }

  .award-swiper-button-prev,
  .award-swiper-button-next {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .award-caption {
    font-size: 16px;
    margin-top: 15px;
  }

  .award-swiper-pagination {
    bottom: 15px;
  }

  .award-badge {
    font-size: 13px;
    padding: 3px 10px;
  }
}

/* 文字淡入淡出效果 */
.award-description.fade-out {
  opacity: 0.3;
  transform: translateY(5px);
}

.award-description.fade-in {
  opacity: 0.95;
  transform: translateY(0);
}
