.consumer_main {
  color: #00b5ac;
}
.consumer_main::before,
.consumer_main_p {
  background-color: #00b5ac;
}

.consumer_title {
  color: #00b5ac;
  font-weight: bold;
}

.consumer_space {
  margin: 40px 0;
}
.csr_story_body_box p {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
}
/* .new_page_common_box p {
  font-size: 16px;
} */
.csr_content_box .detail {
  padding: 2% 2.5%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  border: 1px dashed var(--csr_story_title_orgin) !important;
  border-radius: 10px;
  position: relative;
}
.bg_color7::before,
.bg_color7_p {
  background-color: #00b5ac;
}

.csr_contribution_p {
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.csr_contribution_table {
  width: 100%;
  font-size: 18px;
}
.csr_contribution_table thead {
  background-color: #f47a4c;
  color: #fff;
  border: 1px solid #f47a4c;
}
.csr_contribution_table thead th,
.csr_contribution_table tbody td {
  font-weight: 400;
  padding: 10px 10px;
  text-align: center;
}
.csr_contribution_table tbody td {
  color: #666666;
  border: 1px solid #f47a4c;
}
.csr_contribution_table thead th:first-child,
.csr_contribution_table tbody td:first-child {
  text-align: left;
}
.csr_contribution_bg {
  /* background-color: #CCF0EE; */
  position: relative;
  padding: 60px 0 60px 0;
}
:root {
  --csr_story_box_bg_color: #ccf0ee;
  --csr_story_title_orgin: #f47a4c;
  --csr_story_title_green: #00b5ac;
}
/* CSR 故事视频 End */

.csr_customer_video_box_item02 > .csr_contribution_title {
  background: #f47a4c;
}

.csr_story_content .csr_talk {
  border: 1px dashed var(--csr_story_title_orgin) !important;
  padding: 10px 20px;
  border-radius: 10px;
  min-height: 106px;
  align-items: center;
  margin-bottom: 3%;
  word-break: break-all;
}
.bg_orgin {
  background: #fbdfcc !important;
}
.csr_culture_img_box {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.csr_culture_img_box_items {
  width: 49%;
  margin-bottom: 3%;
  margin-right: 2%;
}
.csr_culture_img_box_items:nth-child(2n) {
  margin-right: 0;
}

.csr_responsibility_deails_box span.img_title::before {
  background-image: url("/csr/css/icon/P54-icon-03.svg");
}
.csr_education_img_box {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

.csr_responsibility_deails_box .csr_img_box {
  max-width: unset;
}

.csr_contribution_education_img_box_items {
  width: 32%;
  margin-right: 2%;
}
.csr_contribution_education_img_box_items p {
  color: #666666;
  font-size: 16px;
}
.csr_contribution_education_img_box_items:last-child {
  margin-right: 0;
}
.csr_humanitarian_img_box_items {
  margin-bottom: 2%;
}
.csr_overview_page11 .swiper-pagination-bullet-active {
  background: #00b5ac !important;
}
.csr_customer_title_h1 {
  background: #ccf0ee;
}
.csr_customer_img_box {
  margin-bottom: 50px;
}
.top_logo {
  width: 20%;
  margin: -20px auto 0px;
}
.top_logo img {
  width: 100%;
}
@media screen and (min-width: 975px) {
  .csr_culture_img_box_bottom {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 974px) {
  .top_logo {
    width: 40%;
    margin: -20px auto 0px;
  }
  .csr_contribution_education_img_box_items {
    width: 100%;
    margin-right: 1%;
    margin-bottom: 4%;
  }
  /* .csr_contribution_education_img_box_items:nth-child(2n) {
    margin-right: 0;
  } */
  .csr_education_img_box {
    justify-content: left;
    -webkit-justify-content: left;
  }
  .csr_humanitarian_img_box_items {
    width: 100%;
  }
  .csr_culture_img_box_items {
    width: 100%;
    margin-bottom: 4%;
    margin-right: 0;
  }
  .rwd-table-btn {
    position: absolute;
    display: block;
    box-sizing: border-box;
    right: 0;
    top: -48px;
    width: 40px;
    height: 45px;
    -webkit-animation: btnScrollAn 1s ease-out infinite alternate;
    animation: btnScrollAn 1s ease-in-out infinite alternate;
    padding-top: 50px;
    margin-top: 0;
  }
  .introduction_box_table_sp {
    width: 1300px !important;
  }
  .sp_box_table {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    position: relative;
    padding-top: 50px;
  }
}

.story-container {
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding: 30px 0;
  border-radius: 8px;
  overflow: hidden;
  flex-wrap: wrap;
}

.image-wrapper {
  flex: 1;
  position: relative;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.caption {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  padding: 10px;
  background: #f0f0f0;
  border-radius: 4px;
}

.quote-container {
  flex: 1;
  box-sizing: border-box;
  min-width: 300px;
  background: #f8f9fa;
  border-left: 2px solid #ff681e;
  position: relative;
  align-content: center;
  align-items: center;
}

.quote {
  font-size: 16px;
  color: #333;
  margin: 30px 60px;
  text-align: justify;
  position: relative;
  padding: 30px;
}
.quote-card {
  font-size: 16px;
  color: #333;
  margin: 20px 54px;
  text-align: justify;
  position: relative;
  padding: 30px;
}
.quote::before {
  content: "“";
  font-size: 48px;
  color: #ff681e;
  position: absolute;
  left: 0;
  top: -10px;
  line-height: 1;
}

.quote::after {
  content: "”";
  font-size: 48px;
  color: #ff681e;
  position: absolute;
  right: 0;
  bottom: -20px;
  line-height: 1;
}

.author {
  font-style: italic;
  color: #333;
  text-align: right;
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 974px) {
  .story-container {
    flex-direction: column !important;
  }

  .quote-container {
    border-left: none;
    border-top: 2px solid #ff681e;
  }
  .img_box img {
    max-width: 100% !important;
  }
}
