@media (min-width: 768px) {
  body {
    padding-top: 106px;
  }
}

.chuangcuhei, h3 {
  color: #111;
}

#life_cycle .banner {
  position: relative;
  width: 100%;
  height: 850px;
  background: #F9F9F9;
}

#life_cycle .banner .banner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#life_cycle .banner .banner_img_mb {
  display: none;
}

#life_cycle .banner .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  padding-top: 200px;
}

#life_cycle .banner .container .banner_box {
  width: 100%;
  height: auto;
}

#life_cycle .banner .container .banner_box .banner_b_l {
  width: 700px;
  height: auto;
}

#life_cycle .banner .container .banner_box .banner_b_l .column-title {
  margin-bottom: 0;
}

#life_cycle .banner .container .banner_box .banner_b_l .column-title::after {
  display: none;
}

#life_cycle .banner .container .banner_box .banner_b_l h3 {
  height: auto;
  font-style: italic;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 70px;
  font-weight: 400;
  line-height: 90px;
  /* 128.571% */
}

#life_cycle .banner .container .banner_box .banner_b_l h3::after {
  display: none;
}

#life_cycle .banner .container .banner_box .banner_b_l .banner_text {
  margin-top: 17px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

#life_cycle .banner .container .banner_box .banner_b_r {
  width: 483px;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}

#life_cycle .banner .container .banner_box .banner_b_r .item {
  margin-top: 20px;
  width: 80px;
  height: 80px;
  margin-left: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#life_cycle .banner .container .banner_box .banner_b_r .item:nth-of-type(4n) {
  margin-left: 0;
}

#life_cycle .banner .container .banner_box .banner_b_r .item:last-child {
  margin-left: 0;
}

#life_cycle .banner .container .banner_box .banner_b_r .item img {
  width: 100%;
  height: 100%;
}

#life_cycle .banner .container .crumbs_box {
  position: absolute;
  left: 0;
  bottom: 43px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#life_cycle .banner .container .crumbs_box a {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#life_cycle .banner .container .crumbs_box a:hover {
  color: #111;
}

#life_cycle .banner .container .crumbs_box span {
  margin: 0 5px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#life_cycle .banner .container .crumbs_box p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#life_cycle .green_product {
  width: 100%;
  height: auto;
  padding-top: 100px;
}

#life_cycle .green_product .column-title {
  margin-bottom: 60px;
}

#life_cycle .green_product .green_text {
  max-width: 1250px;
  margin: 0 auto;
  color: #666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 166.667% */
}

#life_cycle .green_product .green_box {
  width: 100%;
  height: auto;
  padding: 0 95px;
  margin-top: 45px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

#life_cycle .green_product .green_box .item {
  width: 400px;
  height: 540px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

#life_cycle .green_product .green_box .item:hover .item_img {
  transform: scale(1.05);
}

#life_cycle .green_product .green_box .item .item_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

#life_cycle .green_product .green_box .item .item_content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  position: absolute;
  bottom: 34px;
  left: 0;
}

#life_cycle .green_product .green_box .item .item_content img {
  width: 50px;
  height: 50px;
}

#life_cycle .green_product .green_box .item .item_content .item_text {
  text-align: center;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: #FFF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.68;
  /* 168.75% */
}

#life_cycle .battery {
  width: 100%;
  height: auto;
  padding-top: 100px;
}

#life_cycle .battery .column-title {
  margin-bottom: 60px;
}

#life_cycle .battery .battery_text {
  max-width: 1250px;
  margin: 0 auto;
  color: #666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 166.667% */
}

#life_cycle .battery .battery_box {
  width: 100%;
  height: auto;
  padding: 0 95px;
  margin-top: 45px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

#life_cycle .battery .battery_box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#life_cycle .battery .battery_box .item img {
  width: auto;
  height: 230px;
}

#life_cycle .battery .battery_box .item .item_info {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#life_cycle .battery .battery_box .item .item_info .num {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

#life_cycle .battery .battery_box .item .item_info .num p {
  margin-bottom: 0;
  color: #E60012;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  /* 104.167% */
}

#life_cycle .battery .battery_box .item .item_info .num span {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 133.333% */
}

#life_cycle .battery .battery_box .item .item_info .item_text {
  margin-top: 5px;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
}

#friendly_ecology .banner {
  width: 100%;
  height: 850px;
  background: #F9F9F9;
  position: relative;
}

#friendly_ecology .banner .banner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#friendly_ecology .banner .banner_img_mb {
  display: none;
}

#friendly_ecology .banner .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  padding-top: 200px;
}

#friendly_ecology .banner .container .banner_box {
  width: 100%;
  height: auto;
}

#friendly_ecology .banner .container .banner_box .banner_b_l {
  width: 700px;
  height: auto;
}

#friendly_ecology .banner .container .banner_box .banner_b_l .column-title {
  margin-bottom: 0;
}

#friendly_ecology .banner .container .banner_box .banner_b_l .column-title::after {
  display: none;
}

#friendly_ecology .banner .container .banner_box .banner_b_l h3 {
  height: auto;
  font-style: italic;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 70px;
  font-weight: 400;
  line-height: 90px;
  /* 128.571% */
}

#friendly_ecology .banner .container .banner_box .banner_b_l h3::after {
  display: none;
}

#friendly_ecology .banner .container .banner_box .banner_b_l .banner_text {
  margin-top: 17px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 166.667% */
}

#friendly_ecology .banner .container .banner_box .banner_b_r {
  width: 483px;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}

#friendly_ecology .banner .container .banner_box .banner_b_r .item {
  margin-top: 20px;
  width: 80px;
  height: 80px;
  margin-left: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#friendly_ecology .banner .container .banner_box .banner_b_r .item:nth-of-type(4n) {
  margin-left: 0;
}

#friendly_ecology .banner .container .banner_box .banner_b_r .item:last-child {
  margin-left: 0;
}

#friendly_ecology .banner .container .banner_box .banner_b_r .item img {
  width: 100%;
  height: 100%;
}

#friendly_ecology .banner .container .crumbs_box {
  position: absolute;
  left: 0;
  bottom: 43px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#friendly_ecology .banner .container .crumbs_box a {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#friendly_ecology .banner .container .crumbs_box a:hover {
  color: #111;
}

#friendly_ecology .banner .container .crumbs_box span {
  margin: 0 5px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#friendly_ecology .banner .container .crumbs_box p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#friendly_ecology .low_develop {
  width: 100%;
  height: auto;
  padding-top: 100px;
}

#friendly_ecology .low_develop .column-title {
  margin-bottom: 60px;
}

#friendly_ecology .low_develop .low_box {
  width: 100%;
  height: auto;
  padding: 0 95px;
}

#friendly_ecology .low_develop .low_box .low_item {
  width: 100%;
  height: 500px;
  background: #F9F9F9;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#friendly_ecology .low_develop .low_box .low_item .low_l {
  width: 750px;
  height: 100%;
  padding: 53px 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#friendly_ecology .low_develop .low_box .low_item .low_l .low_icon {
  width: 60px;
  height: 60px;
}

#friendly_ecology .low_develop .low_box .low_item .low_l .low_title {
  margin-top: 8px;
  color: #111;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#friendly_ecology .low_develop .low_box .low_item .low_l .low_desc {
  margin-top: 18px;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 187.5% */
}

#friendly_ecology .low_develop .low_box .low_item .low_l .download {
  margin-top: 40px;
  padding-left: 10px;
  position: relative;
  color: #E60D16;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#friendly_ecology .low_develop .low_box .low_item .low_l .download::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #e60d16;
  height: 16px;
  width: 5px;
  margin-right: 8px;
  transform: skewX(-15deg) translateY(-50%);
}

#friendly_ecology .low_develop .low_box .low_item .low_l .btn {
  margin-top: 40px;
}

#friendly_ecology .low_develop .low_box .low_item .low_r {
  width: 500px;
  height: 500px;
  overflow: hidden;
}

#friendly_ecology .low_develop .low_box .low_item .low_r:hover img {
  transform: scale(1.05);
}

#friendly_ecology .low_develop .low_box .low_item .low_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

#friendly_ecology .green_production {
  width: 100%;
  height: auto;
}

#friendly_ecology .green_production .product_text {
  max-width: 1250px;
  margin: 0 auto;
  color: #666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 166.667% */
}

#friendly_ecology .green_production .product_box {
  width: 100%;
  height: auto;
  margin-top: 50px;
  position: relative;
  padding: 0 95px;
}

#friendly_ecology .green_production .product_box .product_list {
  width: 100%;
  height: auto;
}

#friendly_ecology .green_production .product_box .product_list .list_item {
  cursor: pointer;
  margin-right: 25px;
  width: 400px;
  height: 540px;
  position: relative;
  overflow: hidden;
}

#friendly_ecology .green_production .product_box .product_list .list_item:hover .img {
  transform: scale(1.05);
}

#friendly_ecology .green_production .product_box .product_list .list_item .img {
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}

#friendly_ecology .green_production .product_box .product_list .list_item .item_info {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 40px;
  left: 0;
  padding: 0 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#friendly_ecology .green_production .product_box .product_list .list_item .item_info .item_title {
  color: #FFF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  /* 168.75% */
}

#friendly_ecology .green_production .product_box .product_list .list_item .item_info .item_num {
  cursor: pointer;
  width: 36px;
  height: 36px;
}

#friendly_ecology .green_production .product_box .swiper-button-prev {
  width: 44px;
  height: 44px;
  left: 0px;
}

#friendly_ecology .green_production .product_box .swiper-button-prev:hover img:first-child {
  display: none;
}

#friendly_ecology .green_production .product_box .swiper-button-prev:hover img:last-child {
  display: block;
}

#friendly_ecology .green_production .product_box .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

#friendly_ecology .green_production .product_box .swiper-button-prev img:first-child {
  display: block;
}

#friendly_ecology .green_production .product_box .swiper-button-prev img:last-child {
  display: none;
}

#friendly_ecology .green_production .product_box .swiper-button-prev::after {
  content: '';
}

#friendly_ecology .green_production .product_box .swiper-button-next {
  width: 44px;
  height: 44px;
  right: 0px;
}

#friendly_ecology .green_production .product_box .swiper-button-next:hover img:first-child {
  display: none;
}

#friendly_ecology .green_production .product_box .swiper-button-next:hover img:last-child {
  display: block;
}

#friendly_ecology .green_production .product_box .swiper-button-next img {
  width: 100%;
  height: 100%;
}

#friendly_ecology .green_production .product_box .swiper-button-next img:first-child {
  display: block;
}

#friendly_ecology .green_production .product_box .swiper-button-next img:last-child {
  display: none;
}

#friendly_ecology .green_production .product_box .swiper-button-next::after {
  content: '';
}

#friendly_ecology .green_production .product_box_mb {
  display: none;
}

#friendly_ecology .green_popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#friendly_ecology .green_popup.active {
  display: flex;
}

#friendly_ecology .green_popup .popup_box {
  position: relative;
  width: 900px;
  height: 620px;
  border-radius: 2px;
  background: url(/themes/sunwoda/public/assets/images/esg/popup_bg.png) no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
}

#friendly_ecology .green_popup .popup_box .popup_close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
}

#friendly_ecology .green_popup .popup_box .popup_close img {
  width: 100%;
  height: 100%;
}

#friendly_ecology .green_popup .popup_box .popup_content {
  width: 100%;
  height: 100%;
  padding: 46px 55px;
}

#friendly_ecology .green_popup .popup_box .popup_content .item_title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  /* 135% */
}

#friendly_ecology .green_popup .popup_box .popup_content .item_title span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  font-family: 'microsoft yahei';
}

#friendly_ecology .green_popup .popup_box .popup_content .item_desc {
  margin-top: 27px;
}

#friendly_ecology .green_popup .popup_box .popup_content .item_desc p {
  margin-bottom: 0;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#friendly_ecology .green_popup .popup_box .popup_content .item_download {
  width: 100%;
  height: auto;
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#friendly_ecology .green_popup .popup_box .popup_content .item_download a {
  margin-top: 18px;
  padding-left: 10px;
  position: relative;
  color: #E60D16;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#friendly_ecology .green_popup .popup_box .popup_content .item_download a::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #e60d16;
  height: 16px;
  width: 5px;
  margin-right: 8px;
  transform: skewX(-15deg) translateY(-50%);
}

#friendly_ecology .green_popup .popup_box .popup_content .item_total {
  width: 100%;
  height: auto;
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box {
  margin-top: 28px;
  width: 49%;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box .item_num {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

#friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box .item_num p {
  margin-bottom: 0;
  color: #E60D16;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  /* 75% */
}

#friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box .item_num span {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 187.5% */
}

#friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box .item_num .item_num_title {
  margin-bottom: 15px;
}

#friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box .text {
  margin-top: 12px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

#friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box:nth-of-type(2n) {
  margin-right: 0;
}

#responsible .banner {
  width: 100%;
  height: 850px;
  background: #F9F9F9;
  position: relative;
}

#responsible .banner .banner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#responsible .banner .banner_img_mb {
  display: none;
}

#responsible .banner .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  padding-top: 200px;
}

#responsible .banner .container .banner_box {
  width: 100%;
  height: auto;
}

#responsible .banner .container .banner_box .banner_b_l {
  width: 700px;
  height: auto;
}

#responsible .banner .container .banner_box .banner_b_l .column-title {
  margin-bottom: 0;
}

#responsible .banner .container .banner_box .banner_b_l .column-title::after {
  display: none;
}

#responsible .banner .container .banner_box .banner_b_l h3 {
  height: auto;
  font-style: italic;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 70px;
  font-weight: 400;
  line-height: 90px;
  /* 128.571% */
}

#responsible .banner .container .banner_box .banner_b_l h3::after {
  display: none;
}

#responsible .banner .container .banner_box .banner_b_l .banner_text {
  margin-top: 17px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 166.667% */
}

#responsible .banner .container .banner_box .banner_b_r {
  width: 483px;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}

#responsible .banner .container .banner_box .banner_b_r .item {
  margin-top: 20px;
  width: 80px;
  height: 80px;
  margin-left: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#responsible .banner .container .banner_box .banner_b_r .item:nth-of-type(4n) {
  margin-left: 0;
}

#responsible .banner .container .banner_box .banner_b_r .item:last-child {
  margin-left: 0;
}

#responsible .banner .container .banner_box .banner_b_r .item img {
  width: 100%;
  height: 100%;
}

#responsible .banner .container .crumbs_box {
  position: absolute;
  left: 0;
  bottom: 43px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#responsible .banner .container .crumbs_box a {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#responsible .banner .container .crumbs_box a:hover {
  color: #111;
}

#responsible .banner .container .crumbs_box span {
  margin: 0 5px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#responsible .banner .container .crumbs_box p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#responsible .compliance {
  width: 100%;
  height: auto;
  padding-top: 100px;
}

#responsible .compliance .com_content {
  width: 100%;
  height: auto;
  padding: 0 95px;
}

#responsible .compliance .com_content .com_c_t {
  width: 100%;
  height: 586px;
  position: relative;
}

#responsible .compliance .com_content .com_c_t .com_c_t_l {
  width: 100%;
  height: 586px;
}

#responsible .compliance .com_content .com_c_t .com_c_t_l img {
  width: 100%;
  height: 100%;
}

#responsible .compliance .com_content .com_c_t .com_c_t_l img:first-child {
  display: block;
}

#responsible .compliance .com_content .com_c_t .com_c_t_l img:last-child {
  display: none;
}

#responsible .compliance .com_content .com_c_t .com_c_t_r {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 511px;
  padding-right: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_title {
  text-align: left;
  color: #111;
  font-size: 26px;
  font-weight: 400;
}

#responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_text {
  margin-top: 25px;
  color: #666;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

#responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_text p {
  text-indent: 2em;
}

#responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox p {
  color: #666;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 15px;
  margin: 0;
}

#responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox img {
  margin-top: 7px;
  width: 132px;
  height: auto;
}

#responsible .compliance .com_content .com_c_b {
  width: 100%;
  height: auto;
}

#responsible .compliance .com_content .com_c_b .com_c_b_item {
  margin-top: 100px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}

#responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l {
  width: 625px;
  height: 360px;
  padding: 70px 60px;
}

#responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_title {
  color: #111;
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

#responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_desc {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

#responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .btn {
  margin-top: 50px;
}

#responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .btn .iconfont {
  margin-left: 10px;
}

#responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_r {
  width: 655px;
  height: 430px;
}

#responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#responsible .compliance .com_content .com_c_b .com_c_b_item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

#win_partner .banner {
  width: 100%;
  height: 850px;
  background: #F9F9F9;
  position: relative;
}

#win_partner .banner .banner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#win_partner .banner .banner_img_mb {
  display: none;
}

#win_partner .banner .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  padding-top: 200px;
}

#win_partner .banner .container .banner_box {
  width: 100%;
  height: auto;
}

#win_partner .banner .container .banner_box .banner_b_l {
  width: 700px;
  height: auto;
}

#win_partner .banner .container .banner_box .banner_b_l .column-title {
  margin-bottom: 0;
}

#win_partner .banner .container .banner_box .banner_b_l .column-title::after {
  display: none;
}

#win_partner .banner .container .banner_box .banner_b_l h3 {
  height: auto;
  font-style: italic;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 70px;
  font-weight: 400;
  line-height: 90px;
  /* 128.571% */
}

#win_partner .banner .container .banner_box .banner_b_l h3::after {
  display: none;
}

#win_partner .banner .container .banner_box .banner_b_l .banner_text {
  margin-top: 17px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 166.667% */
}

#win_partner .banner .container .banner_box .banner_b_r {
  width: 483px;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}

#win_partner .banner .container .banner_box .banner_b_r .item {
  margin-top: 20px;
  width: 80px;
  height: 80px;
  margin-left: 23px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#win_partner .banner .container .banner_box .banner_b_r .item:nth-of-type(4n) {
  margin-left: 0;
}

#win_partner .banner .container .banner_box .banner_b_r .item:last-child {
  margin-left: 0;
}

#win_partner .banner .container .banner_box .banner_b_r .item img {
  width: 100%;
  height: 100%;
}

#win_partner .banner .container .crumbs_box {
  position: absolute;
  left: 0;
  bottom: 43px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#win_partner .banner .container .crumbs_box a {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#win_partner .banner .container .crumbs_box a:hover {
  color: #111;
}

#win_partner .banner .container .crumbs_box span {
  margin: 0 5px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#win_partner .banner .container .crumbs_box p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 187.5% */
}

#win_partner .list_item {
  cursor: pointer;
  margin-right: 25px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#win_partner .list_item:hover img {
  transform: scale(1.05);
}

#win_partner .list_item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}

#win_partner .list_item .item_info {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 40px;
  left: 0;
  padding: 0 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#win_partner .list_item .item_info .item_title {
  color: #FFF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  /* 168.75% */
}

#win_partner .list_item .item_info .item_num {
  cursor: pointer;
  width: 36px;
  height: 36px;
}

#win_partner .list_item .item_info .item_num_right {
  width: 20px;
  height: 10px;
}

#win_partner .employee {
  width: 100%;
  height: auto;
  padding-top: 100px;
}

#win_partner .employee .column-title {
  margin-bottom: 60px;
}

#win_partner .employee .employee_box {
  width: 100%;
  height: auto;
  padding: 0 95px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

#win_partner .employee .employee_box .employ_item {
  width: 610px;
  height: 510px;
  background: #F9F9F9;
}

#win_partner .public_welfare {
  width: 100%;
  height: auto;
}

#win_partner .public_welfare .column-title {
  margin-bottom: 60px;
}

#win_partner .public_welfare .welfare_box {
  width: 100%;
  height: auto;
  padding: 0 95px;
}

#win_partner .public_welfare .welfare_box .welfare_top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#win_partner .public_welfare .welfare_box .welfare_top .welfare_t_l {
  width: 628px;
  height: 400px;
  overflow: hidden;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.15);
  position: relative;
}

#win_partner .public_welfare .welfare_box .welfare_top .welfare_t_l .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

#win_partner .public_welfare .welfare_box .welfare_top .welfare_t_l .bofang {
  width: 106px;
  height: 106px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#win_partner .public_welfare .welfare_box .welfare_top .welfare_t_r {
  width: 510px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#win_partner .public_welfare .welfare_box .welfare_top .welfare_t_r .wel_title {
  color: #111;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  /* 150% */
}

#win_partner .public_welfare .welfare_box .welfare_top .welfare_t_r .wel_desc {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 187.5% */
}

#win_partner .public_welfare .welfare_box .welfare_top .welfare_t_r .btn {
  margin-top: 56px;
}

#win_partner .public_welfare .welfare_box .welfare_top .welfare_t_r .btn .iconfont {
  margin-left: 10px;
}

#win_partner .public_welfare .welfare_box .welfare_bot {
  margin-top: 33px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#win_partner .public_welfare .welfare_box .welfare_bot .wel_item {
  width: calc(50% - 15px);
  height: auto;
  margin-bottom: 30px;
}

#win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

#win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_img:hover img {
  transform: scale(1.05);
}

#win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

#win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_info {
  width: 100%;
  height: auto;
}

#win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_info .item_title {
  margin-top: 16px;
  color: #111;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  /* 180% */
}

#win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_info .item_desc {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 187.5% */
}

#win_partner .supply {
  width: 100%;
  height: auto;
  background-color: #F9F9F9;
  padding: 40px 0;
}

#win_partner .supply .column-title {
  margin-bottom: 60px;
}

#win_partner .supply .supply_box {
  width: 100%;
  height: 500px;
}

#win_partner .supply .supply_box .supply_content {
  width: 100%;
  height: auto;
  padding: 20px 95px 96px;
  position: relative;
}

#win_partner .supply .supply_box .supply_content .supply_list {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: row;
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item {
  margin-right: 25px;
  width: 610px;
  height: 400px;
  background: #FFF;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.12);
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item:last-child {
  margin-right: 0;
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item .item_title {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item .item_text {
  height: 210px;
  margin-top: 23px;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 187.5% */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item .item_download {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 22px;
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item .item_download .download {
  margin-top: 15px;
  padding-left: 15px;
  position: relative;
  color: #E60D16;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item .item_download .download::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #e60d16;
  height: 16px;
  width: 5px;
  margin-right: 8px;
  transform: skewX(-15deg) translateY(-50%);
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item img {
  transition: all 0.6s;
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item .item_info {
  bottom: -33px;
  transition: all 0.6s;
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item .item_info .download {
  gap: 4px;
  cursor: pointer;
  transition: all 0.6s;
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item .item_info .download div {
  transition: all 0.6s;
  color: #fff;
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item .item_info .download svg {
  transition: all 0.6s;
  fill: #fff;
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item:hover img {
  transform: scale(1.05);
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item:hover .item_info {
  bottom: 33px;
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item:hover .item_info .download {
  margin-top: 8px;
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item:hover .item_info .download div {
  color: #E60012;
}

#win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item:hover .item_info .download svg {
  fill: #E60012;
}

#win_partner .supply .supply_box .supply_content .swiper-button-prev {
  width: 44px;
  height: 44px;
  left: -40px;
}

#win_partner .supply .supply_box .supply_content .swiper-button-prev:hover img:first-child {
  display: none;
}

#win_partner .supply .supply_box .supply_content .swiper-button-prev:hover img:last-child {
  display: block;
}

#win_partner .supply .supply_box .supply_content .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

#win_partner .supply .supply_box .supply_content .swiper-button-prev img:first-child {
  display: block;
}

#win_partner .supply .supply_box .supply_content .swiper-button-prev img:last-child {
  display: none;
}

#win_partner .supply .supply_box .supply_content .swiper-button-prev::after {
  content: '';
}

#win_partner .supply .supply_box .supply_content .swiper-button-next {
  width: 44px;
  height: 44px;
  right: -40px;
}

#win_partner .supply .supply_box .supply_content .swiper-button-next:hover img:first-child {
  display: none;
}

#win_partner .supply .supply_box .supply_content .swiper-button-next:hover img:last-child {
  display: block;
}

#win_partner .supply .supply_box .supply_content .swiper-button-next img {
  width: 100%;
  height: 100%;
}

#win_partner .supply .supply_box .supply_content .swiper-button-next img:first-child {
  display: block;
}

#win_partner .supply .supply_box .supply_content .swiper-button-next img:last-child {
  display: none;
}

#win_partner .supply .supply_box .supply_content .swiper-button-next::after {
  content: '';
}

#win_partner .supply .supply_box .supply_content .swiper-scrollbar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 1250px;
  background: rgba(255, 255, 255, 0.3);
}

#win_partner .supply .supply_box .supply_content .swiper-scrollbar .swiper-scrollbar-drag {
  background: #E60D16;
}

#win_partner .supply .supply_box .list_item .item_info {
  flex-direction: column;
}

#win_partner .green_popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#win_partner .green_popup.active {
  display: flex;
}

#win_partner .green_popup .popup_box {
  position: relative;
  width: 900px;
  height: 620px;
  border-radius: 2px;
  background: url(/themes/sunwoda/public/assets/images/esg/popup_bg.png) no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
}

#win_partner .green_popup .popup_box .popup_close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
}

#win_partner .green_popup .popup_box .popup_close img {
  width: 100%;
  height: 100%;
}

#win_partner .green_popup .popup_box .popup_content {
  width: 100%;
  height: 100%;
  padding: 46px 55px;
}

#win_partner .green_popup .popup_box .popup_content .item_title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  /* 135% */
}

#win_partner .green_popup .popup_box .popup_content .item_title span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  font-family: 'microsoft yahei';
}

#win_partner .green_popup .popup_box .popup_content .item_desc {
  margin-top: 27px;
}

#win_partner .green_popup .popup_box .popup_content .item_desc p {
  margin-bottom: 0;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#win_partner .green_popup .popup_box .popup_content .item_download {
  width: 100%;
  height: auto;
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#win_partner .green_popup .popup_box .popup_content .item_download a {
  margin-top: 18px;
  padding-left: 10px;
  position: relative;
  color: #E60D16;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#win_partner .green_popup .popup_box .popup_content .item_download a::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #e60d16;
  height: 16px;
  width: 5px;
  margin-right: 8px;
  transform: skewX(-15deg) translateY(-50%);
}

#win_partner .green_popup .popup_box .popup_content .item_total {
  width: 100%;
  height: auto;
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#win_partner .green_popup .popup_box .popup_content .item_total .item_t_box {
  margin-top: 28px;
  width: 49%;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#win_partner .green_popup .popup_box .popup_content .item_total .item_t_box .item_num {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

#win_partner .green_popup .popup_box .popup_content .item_total .item_t_box .item_num p {
  margin-bottom: 0;
  color: #E60D16;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  /* 75% */
}

#win_partner .green_popup .popup_box .popup_content .item_total .item_t_box .item_num span {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 10px;
  /* 187.5% */
}

#win_partner .green_popup .popup_box .popup_content .item_total .item_t_box .item_num .item_num_title {
  margin-bottom: 15px;
  /* 187.5% */
}

#win_partner .green_popup .popup_box .popup_content .item_total .item_t_box .text {
  margin-top: 12px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

#win_partner .green_popup .popup_box .popup_content .item_total .item_t_box:nth-of-type(2n) {
  margin-right: 0;
}

#win_partner .sound {
  width: 100%;
  height: auto;
}

#win_partner .sound .sound_content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 40px 95px;
}

#win_partner .sound .sound_content .sound_c_r {
  width: 530px;
  height: auto;
}

#win_partner .sound .sound_content .sound_c_r .column-title {
  margin-bottom: 60px;
}

#win_partner .sound .sound_content .sound_c_r .column-title h3 span {
  font-size: 34px;
  font-weight: 500;
}

#win_partner .sound .sound_content .sound_c_r .sound_c_r_title {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 187.5% */
}

#win_partner .sound .sound_content .sound_c_r .btn {
  margin-top: 68px;
}

#win_partner .sound .sound_content .sound_c_r .btn .iconfont {
  margin-left: 10px;
}

#win_partner .sound .sound_content .sound_c_l {
  width: 620px;
  height: 580px;
  position: relative;
}

#win_partner .sound .sound_content .sound_c_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#win_partner .sound .sound_content .sound_c_l .sound_l_title {
  text-align: center;
  padding: 0 20px;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 26px;
  left: 0;
  color: #FFF;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 100% */
}

#report_policy .page-banner {
  height: 850px;
  position: relative;
}

#report_policy .page-banner .banner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#report_policy .page-banner .banner_img_mb {
  display: none;
}

#report_policy .page-banner::after {
  content: '';
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#report_policy .page-banner .slogin {
  top: 279px;
  transform: translateY(0);
}

#report_policy .page-banner .container {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  padding-top: 200px;
}

#report_policy .page-banner .container h3 {
  color: #fff;
  font-size: 70px;
  height: auto;
  position: relative;
}

#report_policy .page-banner .container h3::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  overflow: hidden;
  height: 4px;
  width: 92px;
  background-color: #e60d16;
  display: block;
  transform: skewX(-30deg);
  margin-top: 15px;
}

#report_policy .page-banner .crumbs_box {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 43px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#report_policy .page-banner .crumbs_box a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#report_policy .page-banner .crumbs_box a:hover {
  color: #111;
}

#report_policy .page-banner .crumbs_box span {
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#report_policy .page-banner .crumbs_box p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#report_policy .report {
  width: 100%;
  height: auto;
  padding-top: 100px;
}

#report_policy .report .column-title {
  margin-bottom: 60px;
}

#report_policy .report .report_subtitle {
  margin: 0 auto;
  width: 850px;
  color: #666;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 166.667% */
}

#report_policy .report .report_box {
  width: 100%;
  height: auto;
  margin-top: 146px;
  padding: 0 95px;
}

#report_policy .report .report_box .report_b_top {
  width: 100%;
  height: 440px;
  background: #F9F9F9;
  position: relative;
  padding: 56px 600px 56px 84px;
}

#report_policy .report .report_box .report_b_top .report_info {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#report_policy .report .report_box .report_b_top .report_info .report_title {
  color: #111;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.38;
  /* 138.889% */
}

#report_policy .report .report_box .report_b_top .report_info .report_desc {
  margin-top: 17px;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 194.444% */
}

#report_policy .report .report_box .report_b_top .report_info .download_btn {
  width: 100%;
  height: auto;
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#report_policy .report .report_box .report_b_top .report_info .download_btn a {
  text-align: center;
  width: 144px;
  height: 48px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
}

#report_policy .report .report_box .report_b_top .report_info .download_btn a:first-child {
  color: #E60D16;
  border: 1px solid #E60D16;
}

#report_policy .report .report_box .report_b_top .report_info .download_btn a:first-child:hover {
  background: #E60D16;
  border: 1px solid #E60D16;
  color: #fff;
}

#report_policy .report .report_box .report_b_top .report_info .download_btn a:last-child {
  margin-left: 30px;
  color: #999;
  border: 1px solid #999;
}

#report_policy .report .report_box .report_b_top .report_info .download_btn a:last-child:hover {
  background: #E60D16;
  border: 1px solid #E60D16;
  color: #fff;
}

#report_policy .report .report_box .report_b_top .report_info .download_btn .btn {
  margin-left: 20px;
}

#report_policy .report .report_box .report_b_top .report_info .download_btn .btn span:first-child {
  display: block;
}

#report_policy .report .report_box .report_b_top .report_info .download_btn .btn span:last-child {
  display: none;
}

#report_policy .report .report_box .report_b_top .report_info .download_btn .btn.active span:first-child {
  display: none;
}

#report_policy .report .report_box .report_b_top .report_info .download_btn .btn.active span:last-child {
  display: block;
}

#report_policy .report .report_box .report_b_top .report_img {
  width: 410px;
  height: 540px;
  background: #FFF;
  padding: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 10px 60px 0 rgba(68, 68, 68, 0.1);
  overflow: hidden;
}

#report_policy .report .report_box .report_b_top .report_img .img_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#report_policy .report .report_box .report_b_top .report_img:hover img {
  transform: scale(1.05);
}

#report_policy .report .report_box .report_b_top .report_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

#report_policy .report .report_box .report_b_bot {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 58px;
}

#report_policy .report .report_box .report_b_bot .report_b_title {
  color: #111;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 138.889% */
}

#report_policy .report .report_box .report_b_bot .report_b_title span {
  margin: 0 2px;
  font-size: 30px;
  font-weight: 500;
}

#report_policy .report .report_box .report_b_bot .report_b_box {
  width: 100%;
  height: auto;
  margin-top: 9px;
}

#report_policy .report .report_box .report_b_bot .report_b_box .report_item {
  padding: 0 40px;
  margin-top: 16px;
  width: 1250px;
  height: 66px;
  background: #FFF;
  box-shadow: 0 0 30px -5px rgba(68, 68, 68, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_title {
  width: 60%;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_download {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_download a {
  margin-right: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_download a:last-child {
  margin-right: 0;
}

#report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_download a p {
  margin-bottom: 0;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_download a img {
  width: 19px;
  height: 19px;
  margin-left: 7px;
}

#report_policy .report .report_box .report_b_bot .btn {
  margin-top: 40px;
}

#report_policy .report .report_box .report_b_bot .btn span:first-child {
  display: block;
}

#report_policy .report .report_box .report_b_bot .btn span:last-child {
  display: none;
}

#report_policy .report .report_box .report_b_bot .btn.active span:first-child {
  display: none;
}

#report_policy .report .report_box .report_b_bot .btn.active span:last-child {
  display: block;
}

#report_policy .special {
  width: 100%;
  height: auto;
  padding: 69px 0 80px;
  background: #F9F9F9;
}

#report_policy .special .special_box {
  width: 100%;
  height: auto;
  padding: 0 95px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

#report_policy .special .special_box .special_b_l {
  width: 380px;
  height: auto;
}

#report_policy .special .special_box .special_b_l .column-title {
  margin-bottom: 73px;
}

#report_policy .special .special_box .special_b_l .special_subtitle {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 166.667% */
}

#report_policy .special .special_box .special_b_r {
  width: 700px;
  height: auto;
}

#report_policy .special .special_box .special_b_r .special_tab {
  width: 100%;
  height: auto;
}

#report_policy .special .special_box .special_b_r .special_tab .tab_item {
  width: auto !important;
  margin-right: 60px;
  cursor: pointer;
  padding-bottom: 14px;
  color: #999;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 192.308% */
}

#report_policy .special .special_box .special_b_r .special_tab .tab_item.active {
  color: #111;
  position: relative;
}

#report_policy .special .special_box .special_b_r .special_tab .tab_item.active::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #E60012;
  position: absolute;
  bottom: 0;
  left: 0;
}

#report_policy .special .special_box .special_b_r .special_tab::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  position: absolute;
  bottom: 0;
  left: 0;
}

#report_policy .special .special_box .special_b_r .special_b_box {
  width: 100%;
  height: auto;
  margin-top: 37px;
}

#report_policy .special .special_box .special_b_r .special_b_box .special_b_content {
  width: 100%;
  height: auto;
  position: relative;
}

#report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 52px;
}

#report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item {
  width: 340px;
  height: 130px;
  background: #FFF;
  margin-top: 20px;
  margin-right: 20px;
  padding: 17px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_title {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_download {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_download a {
  margin-right: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_download a:last-child {
  margin-right: 0;
}

#report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_download a p {
  margin-bottom: 0;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_download a img {
  width: 19px;
  height: 19px;
  margin-left: 7px;
}

#report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item:nth-of-type(2n) {
  margin-right: 0;
}

#report_policy .policies {
  width: 100%;
  height: auto;
  padding: 100px 0;
}

#report_policy .policies .policies_box {
  width: 100%;
  height: auto;
  padding: 0 95px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

#report_policy .policies .policies_box .policies_b_l {
  width: 380px;
  height: auto;
}

#report_policy .policies .policies_box .policies_b_l .column-title {
  margin-bottom: 73px;
}

#report_policy .policies .policies_box .policies_b_l .column-title h3 span {
  font-size: 34px;
  font-weight: 500;
}

#report_policy .policies .policies_box .policies_b_l .special_subtitle {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 166.667% */
}

#report_policy .policies .policies_box .policies_b_r {
  width: 700px;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#report_policy .policies .policies_box .policies_b_r .item {
  width: 340px;
  height: 130px;
  background: #FFF;
  box-shadow: 0 0 30px -5px rgba(68, 68, 68, 0.1);
  margin-top: 20px;
  margin-right: 20px;
  padding: 17px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#report_policy .policies .policies_box .policies_b_r .item:nth-of-type(2n) {
  margin-right: 0;
}

#report_policy .policies .policies_box .policies_b_r .item:nth-of-type(-n+2) {
  margin-top: 0;
}

#report_policy .policies .policies_box .policies_b_r .item .item_title {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 150% */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#report_policy .policies .policies_box .policies_b_r .item .item_download {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#report_policy .policies .policies_box .policies_b_r .item .item_download p {
  margin-bottom: 0;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

#report_policy .policies .policies_box .policies_b_r .item .item_download img {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

#report_policy .policies .special_tab_policies {
  width: 700px;
  height: auto;
  margin-bottom: 20px;
}

#report_policy .policies .special_tab_policies .special_tab {
  width: 100%;
  height: auto;
}

#report_policy .policies .special_tab_policies .tab_item {
  width: auto !important;
  margin-right: 60px;
  cursor: pointer;
  padding-bottom: 14px;
  color: #999;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 192.308% */
}

#report_policy .policies .tab_item {
  width: auto !important;
  margin-right: 60px;
  cursor: pointer;
  padding-bottom: 14px;
  color: #999;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 192.308% */
}

#report_policy .policies .tab_item.active {
  color: #111;
  position: relative;
}

#report_policy .policies .tab_item.active::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #E60012;
  position: absolute;
  bottom: 0;
  left: 0;
}

#report_policy .policies .special_tab::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  position: absolute;
  bottom: 0;
  left: 0;
}

#report_policy .policies .tab_item.active {
  color: #111;
  position: relative;
}

#report_policy .policies .tab_item.active::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #E60012;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1440px) {
  #life_cycle .banner {
    width: 100%;
    height: 50.17361vw;
    background: #F9F9F9;
  }
  #life_cycle .banner .banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #life_cycle .banner .banner_img_mb {
    display: none;
  }
  #life_cycle .banner .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    padding-top: 11.80556vw;
  }
  #life_cycle .banner .container .banner_box {
    width: 100%;
    height: auto;
  }
  #life_cycle .banner .container .banner_box .banner_b_l {
    width: 41.31944vw;
    height: auto;
  }
  #life_cycle .banner .container .banner_box .banner_b_l .column-title {
    margin-bottom: 0;
  }
  #life_cycle .banner .container .banner_box .banner_b_l .column-title::after {
    display: none;
  }
  #life_cycle .banner .container .banner_box .banner_b_l h3 {
    height: auto;
    font-style: italic;
    color: #fff;
    text-shadow: 0 0.05903vw 0.11806vw rgba(0, 0, 0, 0.2);
    font-size: 4.13194vw;
    font-weight: 400;
    line-height: 5.3125vw;
    /* 128.571% */
  }
  #life_cycle .banner .container .banner_box .banner_b_l h3::after {
    display: none;
  }
  #life_cycle .banner .container .banner_box .banner_b_l .banner_text {
    margin-top: 1.00347vw;
    color: #fff;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 166.667% */
  }
  #life_cycle .banner .container .banner_box .banner_b_r {
    width: 28.51042vw;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
  }
  #life_cycle .banner .container .banner_box .banner_b_r .item {
    margin-top: 1.18056vw;
    width: 4.72222vw;
    height: 4.72222vw;
    margin-left: 1.18056vw;
    box-shadow: 0.29514vw 0.29514vw 0.59028vw rgba(0, 0, 0, 0.3);
  }
  #life_cycle .banner .container .banner_box .banner_b_r .item:nth-of-type(4n) {
    margin-left: 0;
  }
  #life_cycle .banner .container .banner_box .banner_b_r .item:last-child {
    margin-left: 0;
  }
  #life_cycle .banner .container .banner_box .banner_b_r .item img {
    width: 100%;
    height: 100%;
  }
  #life_cycle .banner .container .crumbs_box {
    position: absolute;
    left: 0;
    bottom: 2.53819vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #life_cycle .banner .container .crumbs_box a {
    color: #999;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #life_cycle .banner .container .crumbs_box a:hover {
    color: #111;
  }
  #life_cycle .banner .container .crumbs_box span {
    margin: 0 0.29514vw;
    color: #999;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #life_cycle .banner .container .crumbs_box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #life_cycle .green_product {
    width: 100%;
    height: auto;
    padding-top: 5.90278vw;
  }
  #life_cycle .green_product .column-title {
    margin-bottom: 3.54167vw;
  }
  #life_cycle .green_product .green_text {
    max-width: 73.78472vw;
    margin: 0 auto;
    color: #666;
    text-align: center;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  #life_cycle .green_product .green_box {
    width: 100%;
    height: auto;
    padding: 0 5.60764vw;
    margin-top: 2.65625vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  #life_cycle .green_product .green_box .item {
    width: 23.61111vw;
    height: 31.875vw;
    position: relative;
    overflow: hidden;
    border-radius: 0.11806vw;
  }
  #life_cycle .green_product .green_box .item:hover .item_img {
    transform: scale(1.05);
  }
  #life_cycle .green_product .green_box .item .item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  #life_cycle .green_product .green_box .item .item_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.11806vw;
    position: absolute;
    bottom: 2.00694vw;
    left: 0;
  }
  #life_cycle .green_product .green_box .item .item_content img {
    width: 2.95139vw;
    height: 2.95139vw;
  }
  #life_cycle .green_product .green_box .item .item_content .item_text {
    text-align: center;
    width: 100%;
    padding: 0 1.18056vw;
    text-align: center;
    color: #FFF;
    text-shadow: 0 0.05903vw 0.23611vw rgba(0, 0, 0, 0.2);
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.68;
    /* 168.75% */
  }
  #life_cycle .battery {
    width: 100%;
    height: auto;
    padding-top: 5.90278vw;
  }
  #life_cycle .battery .column-title {
    margin-bottom: 3.54167vw;
  }
  #life_cycle .battery .battery_text {
    max-width: 73.78472vw;
    margin: 0 auto;
    color: #666;
    text-align: center;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  #life_cycle .battery .battery_box {
    width: 100%;
    height: auto;
    padding: 0 5.60764vw;
    margin-top: 2.65625vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  #life_cycle .battery .battery_box .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #life_cycle .battery .battery_box .item img {
    width: auto;
    height: 13.57639vw;
  }
  #life_cycle .battery .battery_box .item .item_info {
    margin-top: 1.77083vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #life_cycle .battery .battery_box .item .item_info .num {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  #life_cycle .battery .battery_box .item .item_info .num p {
    margin-bottom: 0;
    color: #E60012;
    font-size: 2.83333vw;
    font-style: normal;
    font-weight: 900;
    line-height: 2.83333vw;
    /* 104.167% */
  }
  #life_cycle .battery .battery_box .item .item_info .num span {
    color: #111;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.0625vw;
    /* 133.333% */
  }
  #life_cycle .battery .battery_box .item .item_info .item_text {
    margin-top: 0.29514vw;
    color: #111;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.41667vw;
    /* 133.333% */
  }
  #friendly_ecology .banner {
    width: 100%;
    height: 50.17361vw;
    background: #F9F9F9;
  }
  #friendly_ecology .banner .container {
    position: relative;
    height: 100%;
    padding-top: 11.80556vw;
  }
  #friendly_ecology .banner .container .banner_box {
    width: 100%;
    height: auto;
  }
  #friendly_ecology .banner .container .banner_box .banner_b_l {
    width: 41.31944vw;
    height: auto;
  }
  #friendly_ecology .banner .container .banner_box .banner_b_l .column-title {
    margin-bottom: 0;
  }
  #friendly_ecology .banner .container .banner_box .banner_b_l .column-title::after {
    display: none;
  }
  #friendly_ecology .banner .container .banner_box .banner_b_l h3 {
    height: auto;
    font-style: italic;
    color: #fff;
    text-shadow: 0 0.05903vw 0.11806vw rgba(0, 0, 0, 0.2);
    font-size: 4.13194vw;
    font-weight: 400;
    line-height: 5.3125vw;
    /* 128.571% */
  }
  #friendly_ecology .banner .container .banner_box .banner_b_l h3::after {
    display: none;
  }
  #friendly_ecology .banner .container .banner_box .banner_b_l .banner_text {
    margin-top: 1.00347vw;
    color: #fff;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  #friendly_ecology .banner .container .banner_box .banner_b_r {
    width: 28.51042vw;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
  }
  #friendly_ecology .banner .container .banner_box .banner_b_r .item {
    margin-top: 1.18056vw;
    width: 4.72222vw;
    height: 4.72222vw;
    margin-left: 1.18056vw;
    box-shadow: 0.29514vw 0.29514vw 0.59028vw rgba(0, 0, 0, 0.3);
  }
  #friendly_ecology .banner .container .banner_box .banner_b_r .item:nth-of-type(4n) {
    margin-left: 0;
  }
  #friendly_ecology .banner .container .banner_box .banner_b_r .item:last-child {
    margin-left: 0;
  }
  #friendly_ecology .banner .container .banner_box .banner_b_r .item img {
    width: 100%;
    height: 100%;
  }
  #friendly_ecology .banner .container .crumbs_box {
    position: absolute;
    left: 0;
    bottom: 2.53819vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #friendly_ecology .banner .container .crumbs_box a {
    color: #999;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #friendly_ecology .banner .container .crumbs_box a:hover {
    color: #111;
  }
  #friendly_ecology .banner .container .crumbs_box span {
    margin: 0 0.29514vw;
    color: #999;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #friendly_ecology .banner .container .crumbs_box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #friendly_ecology .low_develop {
    width: 100%;
    height: auto;
    padding-top: 5.90278vw;
  }
  #friendly_ecology .low_develop .column-title {
    margin-bottom: 3.54167vw;
  }
  #friendly_ecology .low_develop .low_box {
    width: 100%;
    height: auto;
    padding: 0 5.60764vw;
  }
  #friendly_ecology .low_develop .low_box .low_item {
    width: 100%;
    height: 29.51389vw;
    background: #F9F9F9;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #friendly_ecology .low_develop .low_box .low_item .low_l {
    width: 44.27083vw;
    height: 100%;
    padding: 3.12847vw 3.54167vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #friendly_ecology .low_develop .low_box .low_item .low_l .low_icon {
    width: 3.54167vw;
    height: 3.54167vw;
  }
  #friendly_ecology .low_develop .low_box .low_item .low_l .low_title {
    margin-top: 0.47222vw;
    color: #111;
    font-size: 1.88889vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #friendly_ecology .low_develop .low_box .low_item .low_l .low_desc {
    margin-top: 1.0625vw;
    color: #666;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 187.5% */
  }
  #friendly_ecology .low_develop .low_box .low_item .low_l .download {
    margin-top: 2.36111vw;
    padding-left: 0.59028vw;
    position: relative;
    color: #E60D16;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #friendly_ecology .low_develop .low_box .low_item .low_l .download::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #e60d16;
    height: 0.94444vw;
    width: 0.29514vw;
    margin-right: 0.47222vw;
    transform: skewX(-15deg) translateY(-50%);
  }
  #friendly_ecology .low_develop .low_box .low_item .low_l .btn {
    margin-top: 2.36111vw;
  }
  #friendly_ecology .low_develop .low_box .low_item .low_r {
    width: 29.51389vw;
    height: 29.51389vw;
    overflow: hidden;
  }
  #friendly_ecology .low_develop .low_box .low_item .low_r:hover img {
    transform: scale(1.05);
  }
  #friendly_ecology .low_develop .low_box .low_item .low_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  #friendly_ecology .green_production {
    width: 100%;
    height: auto;
  }
  #friendly_ecology .green_production .product_text {
    max-width: 73.78472vw;
    margin: 0 auto;
    color: #666;
    text-align: center;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  #friendly_ecology .green_production .product_box {
    width: 100%;
    height: auto;
    margin-top: 2.95139vw;
    position: relative;
    padding: 0 5.60764vw;
  }
  #friendly_ecology .green_production .product_box .product_list {
    width: 100%;
    height: auto;
  }
  #friendly_ecology .green_production .product_box .product_list .list_item {
    margin-right: 1.47569vw;
    width: 23.61111vw;
    height: 31.875vw;
    position: relative;
  }
  #friendly_ecology .green_production .product_box .product_list .list_item .img {
    width: 100%;
    height: 100%;
  }
  #friendly_ecology .green_production .product_box .product_list .list_item .item_info {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 2.36111vw;
    left: 0;
    padding: 0 1.47569vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  #friendly_ecology .green_production .product_box .product_list .list_item .item_info .item_title {
    color: #FFF;
    text-shadow: 0 0.05903vw 0.23611vw rgba(0, 0, 0, 0.2);
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.1875vw;
    /* 168.75% */
  }
  #friendly_ecology .green_production .product_box .product_list .list_item .item_info .item_num {
    cursor: pointer;
    width: 2.125vw;
    height: 2.125vw;
  }
  #friendly_ecology .green_production .product_box .swiper-button-prev {
    width: 2.59722vw;
    height: 2.59722vw;
    left: 0vw;
  }
  #friendly_ecology .green_production .product_box .swiper-button-prev:hover img:first-child {
    display: none;
  }
  #friendly_ecology .green_production .product_box .swiper-button-prev:hover img:last-child {
    display: block;
  }
  #friendly_ecology .green_production .product_box .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  #friendly_ecology .green_production .product_box .swiper-button-prev img:first-child {
    display: block;
  }
  #friendly_ecology .green_production .product_box .swiper-button-prev img:last-child {
    display: none;
  }
  #friendly_ecology .green_production .product_box .swiper-button-prev::after {
    content: '';
  }
  #friendly_ecology .green_production .product_box .swiper-button-next {
    width: 2.59722vw;
    height: 2.59722vw;
    right: 0vw;
  }
  #friendly_ecology .green_production .product_box .swiper-button-next:hover img:first-child {
    display: none;
  }
  #friendly_ecology .green_production .product_box .swiper-button-next:hover img:last-child {
    display: block;
  }
  #friendly_ecology .green_production .product_box .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  #friendly_ecology .green_production .product_box .swiper-button-next img:first-child {
    display: block;
  }
  #friendly_ecology .green_production .product_box .swiper-button-next img:last-child {
    display: none;
  }
  #friendly_ecology .green_production .product_box .swiper-button-next::after {
    content: '';
  }
  #friendly_ecology .green_popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  #friendly_ecology .green_popup.active {
    display: flex;
  }
  #friendly_ecology .green_popup .popup_box {
    position: relative;
    width: 53.125vw;
    height: 36.59722vw;
    border-radius: 0.11806vw;
    background: url(/themes/sunwoda/public/assets/images/esg/popup_bg.png) no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
  }
  #friendly_ecology .green_popup .popup_box .popup_close {
    cursor: pointer;
    position: absolute;
    top: 0.88542vw;
    right: 0.88542vw;
    width: 1.29861vw;
    height: 1.29861vw;
  }
  #friendly_ecology .green_popup .popup_box .popup_close img {
    width: 100%;
    height: 100%;
  }
  #friendly_ecology .green_popup .popup_box .popup_content {
    width: 100%;
    height: 100%;
    padding: 2.71528vw 3.24653vw;
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_title {
    color: #000;
    font-size: 2.36111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.1875vw;
    /* 135% */
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_title span {
    font-size: 1.88889vw;
    line-height: 1.88889vw;
    font-weight: 500;
    font-family: 'microsoft yahei';
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_desc {
    margin-top: 1.59375vw;
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_desc p {
    margin-bottom: 0;
    color: #333;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_download {
    width: 100%;
    height: auto;
    margin-top: 0.35417vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_download a {
    margin-top: 1.0625vw;
    padding-left: 0.59028vw;
    position: relative;
    color: #E60D16;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_download a::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #e60d16;
    height: 0.94444vw;
    width: 0.29514vw;
    margin-right: 0.47222vw;
    transform: skewX(-15deg) translateY(-50%);
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_total {
    width: 100%;
    height: auto;
    margin-top: 0.70833vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box {
    margin-top: 1.65278vw;
    width: 49%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box .item_num {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box .item_num p {
    margin-bottom: 0;
    color: #E60D16;
    font-size: 4.72222vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.72222vw;
    /* 75% */
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box .item_num span {
    color: #333;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 0.94444vw;
    /* 187.5% */
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box .item_num .item_num_title {
    margin-bottom: 0.88542vw;
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box .text {
    margin-top: 0.70833vw;
    color: #333;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.41667vw;
    /* 150% */
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box:nth-of-type(2n) {
    margin-right: 0;
  }
  #responsible .banner {
    width: 100%;
    height: 50.17361vw;
    background: #F9F9F9;
  }
  #responsible .banner .container {
    position: absolute;
    height: 100%;
    padding-top: 11.80556vw;
  }
  #responsible .banner .container .banner_box {
    width: 100%;
    height: auto;
  }
  #responsible .banner .container .banner_box .banner_b_l {
    width: 41.31944vw;
    height: auto;
  }
  #responsible .banner .container .banner_box .banner_b_l .column-title {
    margin-bottom: 0;
  }
  #responsible .banner .container .banner_box .banner_b_l .column-title::after {
    display: none;
  }
  #responsible .banner .container .banner_box .banner_b_l h3 {
    height: auto;
    font-style: italic;
    color: #fff;
    text-shadow: 0 0.05903vw 0.11806vw rgba(0, 0, 0, 0.2);
    font-size: 4.13194vw;
    font-weight: 400;
    line-height: 5.3125vw;
    /* 128.571% */
  }
  #responsible .banner .container .banner_box .banner_b_l h3::after {
    display: none;
  }
  #responsible .banner .container .banner_box .banner_b_l .banner_text {
    margin-top: 1.00347vw;
    color: #fff;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  #responsible .banner .container .banner_box .banner_b_r {
    width: 28.51042vw;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
  }
  #responsible .banner .container .banner_box .banner_b_r .item {
    margin-top: 1.18056vw;
    width: 4.72222vw;
    height: 4.72222vw;
    margin-left: 1.18056vw;
    box-shadow: 0.29514vw 0.29514vw 0.59028vw rgba(0, 0, 0, 0.3);
  }
  #responsible .banner .container .banner_box .banner_b_r .item:nth-of-type(4n) {
    margin-left: 0;
  }
  #responsible .banner .container .banner_box .banner_b_r .item:last-child {
    margin-left: 0;
  }
  #responsible .banner .container .banner_box .banner_b_r .item img {
    width: 100%;
    height: 100%;
  }
  #responsible .banner .container .crumbs_box {
    position: absolute;
    left: 0;
    bottom: 2.53819vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #responsible .banner .container .crumbs_box a {
    color: #999;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #responsible .banner .container .crumbs_box a:hover {
    color: #111;
  }
  #responsible .banner .container .crumbs_box span {
    margin: 0 0.29514vw;
    color: #999;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #responsible .banner .container .crumbs_box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #responsible .compliance {
    width: 100%;
    height: auto;
    padding-top: 5.90278vw;
  }
  #responsible .compliance .com_content {
    width: 100%;
    height: auto;
    padding: 0 5.60764vw;
  }
  #responsible .compliance .com_content .com_c_t {
    width: 100%;
    height: 34.59028vw;
    position: relative;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_l {
    width: 100%;
    height: 34.59028vw;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_l img {
    width: 100%;
    height: 100%;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_r {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 30.16319vw;
    padding-right: 4.95833vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_title {
    text-align: left;
    color: #111;
    font-size: 1.53472vw;
    font-weight: 400;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_text {
    margin-top: 1.47569vw;
    color: #666;
    text-align: justify;
    font-size: 0.94444vw;
    font-weight: 400;
    line-height: 1.7;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_text p {
    text-indent: 2em;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox {
    margin-top: 0.59028vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox p {
    color: #666;
    text-align: right;
    font-size: 0.94444vw;
    font-weight: 400;
    letter-spacing: 0.04427vw;
    line-height: 0.88542vw;
    margin: 0;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox img {
    margin-top: 0.41319vw;
    width: 7.79167vw;
    height: auto;
  }
  #responsible .compliance .com_content .com_c_b {
    width: 100%;
    height: auto;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item {
    margin-top: 5.90278vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l {
    width: 36.89236vw;
    height: 21.25vw;
    padding: 4.13194vw 3.54167vw;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_title {
    color: #111;
    font-size: 1.53472vw;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_desc {
    margin-top: 1.18056vw;
    color: #666;
    font-size: 0.94444vw;
    font-weight: 400;
    line-height: 1.7;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .btn {
    margin-top: 2.95139vw;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .btn .iconfont {
    margin-left: 0.59028vw;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_r {
    width: 38.66319vw;
    height: 25.38194vw;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  #win_partner .banner {
    width: 100%;
    height: 50.17361vw;
    background: #F9F9F9;
  }
  #win_partner .banner .container {
    position: absolute;
    height: 100%;
    padding-top: 11.80556vw;
  }
  #win_partner .banner .container .banner_box {
    width: 100%;
    height: auto;
  }
  #win_partner .banner .container .banner_box .banner_b_l {
    width: 41.31944vw;
    height: auto;
  }
  #win_partner .banner .container .banner_box .banner_b_l .column-title {
    margin-bottom: 0;
  }
  #win_partner .banner .container .banner_box .banner_b_l .column-title::after {
    display: none;
  }
  #win_partner .banner .container .banner_box .banner_b_l h3 {
    height: auto;
    font-style: italic;
    color: #fff;
    text-shadow: 0 0.05903vw 0.11806vw rgba(0, 0, 0, 0.2);
    font-size: 4.13194vw;
    font-weight: 400;
    line-height: 5.3125vw;
    /* 128.571% */
  }
  #win_partner .banner .container .banner_box .banner_b_l h3::after {
    display: none;
  }
  #win_partner .banner .container .banner_box .banner_b_l .banner_text {
    margin-top: 1.00347vw;
    color: #fff;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  #win_partner .banner .container .banner_box .banner_b_r {
    width: 28.51042vw;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
  }
  #win_partner .banner .container .banner_box .banner_b_r .item {
    margin-top: 1.18056vw;
    width: 4.72222vw;
    height: 4.72222vw;
    margin-left: 1.35764vw;
    box-shadow: 0.29514vw 0.29514vw 0.59028vw rgba(0, 0, 0, 0.3);
  }
  #win_partner .banner .container .banner_box .banner_b_r .item:nth-of-type(4n) {
    margin-left: 0;
  }
  #win_partner .banner .container .banner_box .banner_b_r .item:last-child {
    margin-left: 0;
  }
  #win_partner .banner .container .banner_box .banner_b_r .item img {
    width: 100%;
    height: 100%;
  }
  #win_partner .banner .container .crumbs_box {
    position: absolute;
    left: 0;
    bottom: 2.53819vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #win_partner .banner .container .crumbs_box a {
    color: #999;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #win_partner .banner .container .crumbs_box a:hover {
    color: #111;
  }
  #win_partner .banner .container .crumbs_box span {
    margin: 0 0.29514vw;
    color: #999;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #win_partner .banner .container .crumbs_box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 187.5% */
  }
  #win_partner .list_item {
    margin-right: 1.47569vw;
    width: 100%;
    height: 100%;
    position: relative;
  }
  #win_partner .list_item img {
    width: 100%;
    height: 100%;
  }
  #win_partner .list_item .item_info {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 2.36111vw;
    left: 0;
    padding: 0 1.47569vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  #win_partner .list_item .item_info .item_title {
    color: #FFF;
    text-shadow: 0 0.05903vw 0.23611vw rgba(0, 0, 0, 0.2);
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.1875vw;
    /* 168.75% */
  }
  #win_partner .list_item .item_info .item_num {
    cursor: pointer;
    width: 2.125vw;
    height: 2.125vw;
  }
  #win_partner .list_item .item_info .item_num_right {
    width: 1.18056vw;
    height: 0.59028vw;
  }
  #win_partner .employee {
    width: 100%;
    height: auto;
    padding-top: 5.90278vw;
  }
  #win_partner .employee .column-title {
    margin-bottom: 3.54167vw;
  }
  #win_partner .employee .employee_box {
    width: 100%;
    height: auto;
    padding: 0 5.60764vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  #win_partner .employee .employee_box .employ_item {
    width: 36.00694vw;
    height: 30.10417vw;
    background: #F9F9F9;
  }
  #win_partner .public_welfare {
    width: 100%;
    height: auto;
  }
  #win_partner .public_welfare .column-title {
    margin-bottom: 3.54167vw;
  }
  #win_partner .public_welfare .welfare_box {
    width: 100%;
    height: auto;
    padding: 0 5.60764vw;
  }
  #win_partner .public_welfare .welfare_box .welfare_top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #win_partner .public_welfare .welfare_box .welfare_top .welfare_t_l {
    width: 37.06944vw;
    height: 23.61111vw;
    overflow: hidden;
    box-shadow: 0 0.29514vw 1.18056vw -0.29514vw rgba(0, 0, 0, 0.15);
    position: relative;
  }
  #win_partner .public_welfare .welfare_box .welfare_top .welfare_t_l .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  #win_partner .public_welfare .welfare_box .welfare_top .welfare_t_l .bofang {
    width: 6.25694vw;
    height: 6.25694vw;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #win_partner .public_welfare .welfare_box .welfare_top .welfare_t_r {
    width: 30.10417vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #win_partner .public_welfare .welfare_box .welfare_top .welfare_t_r .wel_title {
    color: #111;
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.1875vw;
    /* 150% */
  }
  #win_partner .public_welfare .welfare_box .welfare_top .welfare_t_r .wel_desc {
    margin-top: 1.18056vw;
    color: #666;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 187.5% */
  }
  #win_partner .public_welfare .welfare_box .welfare_top .welfare_t_r .btn {
    margin-top: 3.30556vw;
  }
  #win_partner .public_welfare .welfare_box .welfare_top .welfare_t_r .btn .iconfont {
    margin-left: 0.59028vw;
  }
  #win_partner .public_welfare .welfare_box .welfare_bot {
    margin-top: 1.94792vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #win_partner .public_welfare .welfare_box .welfare_bot .wel_item {
    width: calc(50% - 15px);
    height: auto;
    margin-bottom: 30px;
  }
  #win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_img {
    width: 100%;
    height: 17.70833vw;
    overflow: hidden;
  }
  #win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_img:hover img {
    transform: scale(1.05);
  }
  #win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  #win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_info {
    width: 100%;
    height: auto;
  }
  #win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_info .item_title {
    margin-top: 0.94444vw;
    color: #111;
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.1875vw;
    /* 180% */
  }
  #win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_info .item_desc {
    color: #666;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 187.5% */
  }
  #win_partner .supply {
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    padding: 2.36111vw 0;
  }
  #win_partner .supply .column-title {
    margin-bottom: 3.54167vw;
  }
  #win_partner .supply .supply_box {
    width: 100%;
    height: 29.51389vw;
  }
  #win_partner .supply .supply_box .supply_content {
    width: 100%;
    height: auto;
    padding: 1.18056vw 5.60764vw 5.66667vw;
    position: relative;
  }
  #win_partner .supply .supply_box .supply_content .supply_list {
    width: 100%;
    height: 29.51389vw;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item {
    margin-right: 1.47569vw;
    width: 36.00694vw;
    height: 23.61111vw;
    background: #FFF;
    box-shadow: 0 0.47222vw 1.18056vw 0 rgba(0, 0, 0, 0.12);
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item:last-child {
    margin-right: 0;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .item_title {
    color: #fff;
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .item_text {
    height: 12.39583vw;
    margin-top: 1.35764vw;
    color: #666;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 187.5% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .item_download {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.29861vw;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .item_download .download {
    margin-top: 0.88542vw;
    padding-left: 0.88542vw;
    position: relative;
    color: #E60D16;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .item_download .download::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #e60d16;
    height: 0.94444vw;
    width: 0.29514vw;
    margin-right: 0.47222vw;
    transform: skewX(-15deg) translateY(-50%);
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item img {
    transition: all 0.6s;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item .item_info {
    bottom: -1.94792vw;
    transition: all 0.6s;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item .item_info .download {
    gap: 0.23611vw;
    cursor: pointer;
    transition: all 0.6s;
    margin-top: 1.47569vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item .item_info .download div {
    transition: all 0.6s;
    color: #fff;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item .item_info .download svg {
    transition: all 0.6s;
    fill: #fff;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item:hover img {
    transform: scale(1.05);
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item:hover .item_info {
    bottom: 1.94792vw;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item:hover .item_info .download {
    margin-top: 0.47222vw;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item:hover .item_info .download div {
    color: #E60012;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item:hover .item_info .download svg {
    fill: #E60012;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-prev {
    width: 2.59722vw;
    height: 2.59722vw;
    left: -2.36111vw;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-prev:hover img:first-child {
    display: none;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-prev:hover img:last-child {
    display: block;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-prev img:first-child {
    display: block;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-prev img:last-child {
    display: none;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-prev::after {
    content: '';
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-next {
    width: 2.59722vw;
    height: 2.59722vw;
    right: -2.36111vw;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-next:hover img:first-child {
    display: none;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-next:hover img:last-child {
    display: block;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-next img:first-child {
    display: block;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-next img:last-child {
    display: none;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-next::after {
    content: '';
  }
  #win_partner .supply .supply_box .supply_content .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.11806vw;
    width: 73.78472vw;
    background: rgba(255, 255, 255, 0.3);
  }
  #win_partner .supply .supply_box .supply_content .swiper-scrollbar .swiper-scrollbar-drag {
    background: #E60D16;
  }
  #win_partner .supply .supply_box .list_item .item_info {
    flex-direction: column;
  }
  #win_partner .green_popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  #win_partner .green_popup.active {
    display: flex;
  }
  #win_partner .green_popup .popup_box {
    position: relative;
    width: 53.125vw;
    height: 36.59722vw;
    border-radius: 0.11806vw;
    background: url(/themes/sunwoda/public/assets/images/esg/popup_bg.png) no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
  }
  #win_partner .green_popup .popup_box .popup_close {
    cursor: pointer;
    position: absolute;
    top: 0.88542vw;
    right: 0.88542vw;
    width: 1.29861vw;
    height: 1.29861vw;
  }
  #win_partner .green_popup .popup_box .popup_close img {
    width: 100%;
    height: 100%;
  }
  #win_partner .green_popup .popup_box .popup_content {
    width: 100%;
    height: 100%;
    padding: 2.71528vw 3.24653vw;
  }
  #win_partner .green_popup .popup_box .popup_content .item_title {
    color: #000;
    font-size: 2.36111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.1875vw;
    /* 135% */
  }
  #win_partner .green_popup .popup_box .popup_content .item_title span {
    font-size: 1.88889vw;
    line-height: 1.88889vw;
    font-weight: 500;
    font-family: 'microsoft yahei';
  }
  #win_partner .green_popup .popup_box .popup_content .item_desc {
    margin-top: 1.59375vw;
  }
  #win_partner .green_popup .popup_box .popup_content .item_desc p {
    margin-bottom: 0;
    color: #333;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #win_partner .green_popup .popup_box .popup_content .item_download {
    width: 100%;
    height: auto;
    margin-top: 0.35417vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #win_partner .green_popup .popup_box .popup_content .item_download a {
    margin-top: 1.0625vw;
    padding-left: 0.59028vw;
    position: relative;
    color: #E60D16;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #win_partner .green_popup .popup_box .popup_content .item_download a::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #e60d16;
    height: 0.94444vw;
    width: 0.29514vw;
    margin-right: 0.47222vw;
    transform: skewX(-15deg) translateY(-50%);
  }
  #win_partner .green_popup .popup_box .popup_content .item_total {
    width: 100%;
    height: auto;
    margin-top: 0.70833vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #win_partner .green_popup .popup_box .popup_content .item_total .item_t_box {
    margin-top: 1.65278vw;
    width: 49%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #win_partner .green_popup .popup_box .popup_content .item_total .item_t_box .item_num {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  #win_partner .green_popup .popup_box .popup_content .item_total .item_t_box .item_num p {
    margin-bottom: 0;
    color: #E60D16;
    font-size: 4.72222vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.72222vw;
    /* 75% */
  }
  #win_partner .green_popup .popup_box .popup_content .item_total .item_t_box .item_num span {
    color: #333;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 0.94444vw;
    margin-bottom: 0.59028vw;
    /* 187.5% */
  }
  #win_partner .green_popup .popup_box .popup_content .item_total .item_t_box .item_num .item_num_title {
    margin-bottom: 0.88542vw;
    /* 187.5% */
  }
  #win_partner .green_popup .popup_box .popup_content .item_total .item_t_box .text {
    margin-top: 0.70833vw;
    color: #333;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.41667vw;
    /* 150% */
  }
  #win_partner .green_popup .popup_box .popup_content .item_total .item_t_box:nth-of-type(2n) {
    margin-right: 0;
  }
  #win_partner .sound {
    width: 100%;
    height: auto;
  }
  #win_partner .sound .sound_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 2.36111vw 5.60764vw;
  }
  #win_partner .sound .sound_content .sound_c_r {
    width: 31.28472vw;
    height: auto;
  }
  #win_partner .sound .sound_content .sound_c_r .column-title {
    margin-bottom: 3.54167vw;
  }
  #win_partner .sound .sound_content .sound_c_r .column-title h3 span {
    font-size: 2.00694vw;
    font-weight: 500;
  }
  #win_partner .sound .sound_content .sound_c_r .sound_c_r_title {
    color: #666;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 187.5% */
  }
  #win_partner .sound .sound_content .sound_c_r .btn {
    margin-top: 4.01389vw;
  }
  #win_partner .sound .sound_content .sound_c_r .btn .iconfont {
    margin-left: 0.59028vw;
  }
  #win_partner .sound .sound_content .sound_c_l {
    width: 36.59722vw;
    height: 34.23611vw;
    position: relative;
  }
  #win_partner .sound .sound_content .sound_c_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #win_partner .sound .sound_content .sound_c_l .sound_l_title {
    text-align: center;
    padding: 0 1.18056vw;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 1.53472vw;
    left: 0;
    color: #FFF;
    text-shadow: 0 0.11806vw 0.11806vw rgba(0, 0, 0, 0.15);
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 100% */
  }
  #report_policy .page-banner {
    height: 50.17361vw;
    position: relative;
  }
  #report_policy .page-banner .banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #report_policy .page-banner .banner_img_mb {
    display: none;
  }
  #report_policy .page-banner::after {
    content: '';
    width: 100%;
    height: 11.80556vw;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #report_policy .page-banner .slogin {
    top: 16.46875vw;
    transform: translateY(0);
  }
  #report_policy .page-banner .container {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    padding-top: 11.80556vw;
  }
  #report_policy .page-banner .container h3 {
    color: #fff;
    font-size: 4.13194vw;
    height: auto;
    position: relative;
  }
  #report_policy .page-banner .container h3::after {
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    overflow: hidden;
    height: 0.23611vw;
    width: 5.43056vw;
    background-color: #e60d16;
    display: block;
    transform: skewX(-30deg);
    margin-top: 0.88542vw;
  }
  #report_policy .page-banner .crumbs_box {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 2.53819vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #report_policy .page-banner .crumbs_box a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #report_policy .page-banner .crumbs_box a:hover {
    color: #111;
  }
  #report_policy .page-banner .crumbs_box span {
    margin: 0 0.29514vw;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #report_policy .page-banner .crumbs_box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #report_policy .report {
    width: 100%;
    height: auto;
    padding-top: 5.90278vw;
  }
  #report_policy .report .column-title {
    margin-bottom: 3.54167vw;
  }
  #report_policy .report .report_subtitle {
    margin: 0 auto;
    width: 50.17361vw;
    color: #666;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  #report_policy .report .report_box {
    width: 100%;
    height: auto;
    margin-top: 8.61806vw;
    padding: 0 5.60764vw;
  }
  #report_policy .report .report_box .report_b_top {
    width: 100%;
    height: 25.97222vw;
    background: #F9F9F9;
    position: relative;
    padding: 3.30556vw 35.41667vw 3.30556vw 4.95833vw;
  }
  #report_policy .report .report_box .report_b_top .report_info {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #report_policy .report .report_box .report_b_top .report_info .report_title {
    color: #111;
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.38;
    /* 138.889% */
  }
  #report_policy .report .report_box .report_b_top .report_info .report_desc {
    margin-top: 1.00347vw;
    color: #666;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 194.444% */
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn {
    width: 100%;
    height: auto;
    margin-top: 4.72222vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn a {
    text-align: center;
    width: 8.5vw;
    height: 2.83333vw;
    border-radius: 0.23611vw;
    text-align: center;
    font-size: 0.94444vw;
    font-weight: 400;
    line-height: 2.83333vw;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn a:first-child {
    color: #E60D16;
    border: 0.05903vw solid #E60D16;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn a:first-child:hover {
    background: #E60D16;
    border: 0.05903vw solid #E60D16;
    color: #fff;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn a:last-child {
    margin-left: 1.77083vw;
    color: #999;
    border: 0.05903vw solid #999;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn a:last-child:hover {
    background: #E60D16;
    border: 0.05903vw solid #E60D16;
    color: #fff;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn .btn {
    margin-left: 1.18056vw;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn .btn span:first-child {
    display: block;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn .btn span:last-child {
    display: none;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn .btn.active span:first-child {
    display: none;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn .btn.active span:last-child {
    display: block;
  }
  #report_policy .report .report_box .report_b_top .report_img {
    width: 24.20139vw;
    height: 31.875vw;
    background: #FFF;
    padding: 1.18056vw;
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: 0 0.59028vw 3.54167vw 0 rgba(68, 68, 68, 0.1);
    overflow: hidden;
  }
  #report_policy .report .report_box .report_b_top .report_img .img_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #report_policy .report .report_box .report_b_top .report_img:hover img {
    transform: scale(1.05);
  }
  #report_policy .report .report_box .report_b_top .report_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  #report_policy .report .report_box .report_b_bot {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 3.42361vw;
  }
  #report_policy .report .report_box .report_b_bot .report_b_title {
    color: #111;
    font-size: 2.125vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.95139vw;
    /* 138.889% */
  }
  #report_policy .report .report_box .report_b_bot .report_b_title span {
    margin: 0 0.11806vw;
    font-size: 1.77083vw;
    font-weight: 500;
  }
  #report_policy .report .report_box .report_b_bot .report_b_box {
    width: 100%;
    height: auto;
    margin-top: 0.53125vw;
  }
  #report_policy .report .report_box .report_b_bot .report_b_box .report_item {
    padding: 0 2.36111vw;
    margin-top: 0.94444vw;
    width: 73.78472vw;
    height: 3.89583vw;
    background: #FFF;
    box-shadow: 0 0 1.77083vw -0.29514vw rgba(68, 68, 68, 0.1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_title {
    width: 60%;
    color: #111;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 150% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  #report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_download {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_download a {
    margin-right: 3.30556vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_download a:last-child {
    margin-right: 0;
  }
  #report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_download a p {
    margin-bottom: 0;
    color: #666;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_download a img {
    width: 1.12153vw;
    height: 1.12153vw;
    margin-left: 0.41319vw;
  }
  #report_policy .report .report_box .report_b_bot .btn {
    margin-top: 2.36111vw;
  }
  #report_policy .report .report_box .report_b_bot .btn span:first-child {
    display: block;
  }
  #report_policy .report .report_box .report_b_bot .btn span:last-child {
    display: none;
  }
  #report_policy .report .report_box .report_b_bot .btn.active span:first-child {
    display: none;
  }
  #report_policy .report .report_box .report_b_bot .btn.active span:last-child {
    display: block;
  }
  #report_policy .special {
    width: 100%;
    height: auto;
    padding: 4.07292vw 0 4.72222vw;
    background: #F9F9F9;
  }
  #report_policy .special .special_box {
    width: 100%;
    height: auto;
    padding: 0 5.60764vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  #report_policy .special .special_box .special_b_l {
    width: 22.43056vw;
    height: auto;
  }
  #report_policy .special .special_box .special_b_l .column-title {
    margin-bottom: 4.30903vw;
  }
  #report_policy .special .special_box .special_b_l .special_subtitle {
    color: #666;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  #report_policy .special .special_box .special_b_r {
    width: 41.31944vw;
    height: auto;
  }
  #report_policy .special .special_box .special_b_r .special_tab {
    width: 100%;
    height: auto;
  }
  #report_policy .special .special_box .special_b_r .special_tab .tab_item {
    width: auto !important;
    margin-right: 3.54167vw;
    cursor: pointer;
    padding-bottom: 0.82639vw;
    color: #999;
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.95139vw;
    /* 192.308% */
  }
  #report_policy .special .special_box .special_b_r .special_tab .tab_item.active {
    color: #111;
    position: relative;
  }
  #report_policy .special .special_box .special_b_r .special_tab .tab_item.active::after {
    content: '';
    width: 100%;
    height: 0.11806vw;
    background: #E60012;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #report_policy .special .special_box .special_b_r .special_tab::after {
    content: '';
    width: 100%;
    height: 0.05903vw;
    background: #D9D9D9;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #report_policy .special .special_box .special_b_r .special_b_box {
    width: 100%;
    height: auto;
    margin-top: 2.18403vw;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content {
    width: 100%;
    height: auto;
    position: relative;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 3.06944vw;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item {
    width: 20.06944vw;
    height: 7.67361vw;
    background: #FFF;
    margin-top: 1.18056vw;
    margin-right: 1.18056vw;
    padding: 1.00347vw 1.53472vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_title {
    color: #111;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 150% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_download {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_download a {
    margin-right: 3.30556vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_download a:last-child {
    margin-right: 0;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_download a p {
    margin-bottom: 0;
    color: #666;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_download a img {
    width: 1.12153vw;
    height: 1.12153vw;
    margin-left: 0.41319vw;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #report_policy .policies {
    width: 100%;
    height: auto;
    padding: 5.90278vw 0;
  }
  #report_policy .policies .policies_box {
    width: 100%;
    height: auto;
    padding: 0 5.60764vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  #report_policy .policies .policies_box .policies_b_l {
    width: 22.43056vw;
    height: auto;
  }
  #report_policy .policies .policies_box .policies_b_l .column-title {
    margin-bottom: 4.30903vw;
  }
  #report_policy .policies .policies_box .policies_b_l .column-title h3 span {
    font-size: 2.00694vw;
    font-weight: 500;
  }
  #report_policy .policies .policies_box .policies_b_l .special_subtitle {
    color: #666;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  #report_policy .policies .policies_box .policies_b_r {
    width: 41.31944vw;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #report_policy .policies .policies_box .policies_b_r .item {
    width: 20.06944vw;
    height: 7.67361vw;
    background: #FFF;
    box-shadow: 0 0 1.77083vw -0.29514vw rgba(68, 68, 68, 0.1);
    margin-top: 1.18056vw;
    margin-right: 1.18056vw;
    padding: 1.00347vw 1.53472vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #report_policy .policies .policies_box .policies_b_r .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #report_policy .policies .policies_box .policies_b_r .item:nth-of-type(-n+2) {
    margin-top: 0;
  }
  #report_policy .policies .policies_box .policies_b_r .item .item_title {
    color: #111;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65278vw;
    /* 150% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #report_policy .policies .policies_box .policies_b_r .item .item_download {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #report_policy .policies .policies_box .policies_b_r .item .item_download p {
    margin-bottom: 0;
    color: #999;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  #report_policy .policies .policies_box .policies_b_r .item .item_download img {
    width: 1.18056vw;
    height: 1.18056vw;
    margin-left: 0.23611vw;
  }
  #report_policy .policies .special_tab_policies {
    width: 41.31944vw;
    height: auto;
    margin-bottom: 1.18056vw;
  }
  #report_policy .policies .special_tab_policies .special_tab {
    width: 100%;
    height: auto;
  }
  #report_policy .policies .special_tab_policies .tab_item {
    width: auto !important;
    margin-right: 3.54167vw;
    cursor: pointer;
    padding-bottom: 0.82639vw;
    color: #999;
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.95139vw;
    /* 192.308% */
  }
  #report_policy .policies .tab_item {
    width: auto !important;
    margin-right: 3.54167vw;
    cursor: pointer;
    padding-bottom: 0.82639vw;
    color: #999;
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.95139vw;
    /* 192.308% */
  }
  #report_policy .policies .tab_item.active {
    color: #111;
    position: relative;
  }
  #report_policy .policies .tab_item.active::after {
    content: '';
    width: 100%;
    height: 0.11806vw;
    background: #E60012;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #report_policy .policies .special_tab::after {
    content: '';
    width: 100%;
    height: 0.05903vw;
    background: #D9D9D9;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #report_policy .policies .tab_item.active {
    color: #111;
    position: relative;
  }
  #report_policy .policies .tab_item.active::after {
    content: '';
    width: 100%;
    height: 0.11806vw;
    background: #E60012;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  #life_cycle .banner {
    width: 100%;
    height: 160vw;
    background: #F9F9F9;
  }
  #life_cycle .banner .banner_img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #life_cycle .banner .banner_img_mb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #life_cycle .banner .container {
    position: absolute;
    height: 100%;
    padding-top: 23.2vw;
  }
  #life_cycle .banner .container .banner_box {
    width: 100%;
    height: auto;
  }
  #life_cycle .banner .container .banner_box .banner_b_l {
    width: 92vw;
    height: auto;
  }
  #life_cycle .banner .container .banner_box .banner_b_l .column-title {
    margin-bottom: 0;
  }
  #life_cycle .banner .container .banner_box .banner_b_l .column-title::after {
    display: none;
  }
  #life_cycle .banner .container .banner_box .banner_b_l h3 {
    text-align: center;
    height: auto;
    font-style: italic;
    color: #fff;
    text-shadow: 0 0.13333vw 0.26667vw rgba(0, 0, 0, 0.2);
    font-size: 8.53333vw;
    font-weight: 400;
    line-height: 10.66667vw;
    /* 128.571% */
  }
  #life_cycle .banner .container .banner_box .banner_b_l h3::after {
    display: none;
  }
  #life_cycle .banner .container .banner_box .banner_b_l .banner_text {
    text-align: center;
    margin-top: 2.93333vw;
    color: #fff;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 166.667% */
  }
  #life_cycle .banner .container .banner_box .banner_b_r {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
  #life_cycle .banner .container .banner_box .banner_b_r .item {
    margin-top: 5.33333vw;
    width: 16vw;
    height: 16vw;
    margin-left: 4.26667vw;
    box-shadow: 0.66667vw 0.66667vw 1.33333vw rgba(0, 0, 0, 0.3);
  }
  #life_cycle .banner .container .banner_box .banner_b_r .item:nth-of-type(4n) {
    margin-left: 0;
  }
  #life_cycle .banner .container .banner_box .banner_b_r .item:last-child {
    margin-left: 0;
  }
  #life_cycle .banner .container .banner_box .banner_b_r .item img {
    width: 100%;
    height: 100%;
  }
  #life_cycle .banner .container .crumbs_box {
    position: absolute;
    left: 0;
    bottom: 5.73333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #life_cycle .banner .container .crumbs_box a {
    color: #999;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #life_cycle .banner .container .crumbs_box a:hover {
    color: #111;
  }
  #life_cycle .banner .container .crumbs_box span {
    margin: 0 0.66667vw;
    color: #999;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #life_cycle .banner .container .crumbs_box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #life_cycle .green_product {
    width: 100%;
    height: auto;
    padding-top: 10.66667vw;
  }
  #life_cycle .green_product .column-title {
    margin-bottom: 10.66667vw;
  }
  #life_cycle .green_product .green_text {
    max-width: 92vw;
    margin: 0 auto;
    color: #666;
    text-align: center;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 166.667% */
  }
  #life_cycle .green_product .green_box {
    width: 100%;
    height: auto;
    padding: 0 0vw;
    margin-top: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4.26667vw;
  }
  #life_cycle .green_product .green_box .item {
    width: 100%;
    height: 120vw;
    position: relative;
    overflow: hidden;
    border-radius: 0.26667vw;
  }
  #life_cycle .green_product .green_box .item:hover .item_img {
    transform: scale(1);
  }
  #life_cycle .green_product .green_box .item .item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  #life_cycle .green_product .green_box .item .item_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.66667vw;
    position: absolute;
    bottom: 4.53333vw;
    left: 0;
  }
  #life_cycle .green_product .green_box .item .item_content img {
    width: 10.66667vw;
    height: 10.66667vw;
  }
  #life_cycle .green_product .green_box .item .item_content .item_text {
    text-align: center;
    width: 100%;
    padding: 0 2.66667vw;
    text-align: center;
    color: #FFF;
    text-shadow: 0 0.13333vw 0.53333vw rgba(0, 0, 0, 0.2);
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.68;
    /* 168.75% */
  }
  #life_cycle .battery {
    width: 100%;
    height: auto;
    padding-top: 10.66667vw;
  }
  #life_cycle .battery .column-title {
    margin-bottom: 10.66667vw;
  }
  #life_cycle .battery .battery_text {
    max-width: 92vw;
    margin: 0 auto;
    color: #666;
    text-align: center;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 166.667% */
  }
  #life_cycle .battery .battery_box {
    width: 100%;
    height: auto;
    padding: 0 0vw;
    margin-top: 8.53333vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: inherit;
    gap: 12.53333vw;
  }
  #life_cycle .battery .battery_box .item {
    width: 43%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #life_cycle .battery .battery_box .item img {
    max-width: 100%;
    width: auto;
    height: 37.33333vw;
  }
  #life_cycle .battery .battery_box .item .item_info {
    margin-top: 5.33333vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #life_cycle .battery .battery_box .item .item_info .num {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  #life_cycle .battery .battery_box .item .item_info .num p {
    margin-bottom: 0;
    color: #E60012;
    font-size: 12.8vw;
    font-style: normal;
    font-weight: 900;
    line-height: 13.33333vw;
    /* 104.167% */
  }
  #life_cycle .battery .battery_box .item .item_info .num span {
    color: #111;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 133.333% */
  }
  #life_cycle .battery .battery_box .item .item_info .item_text {
    margin-top: 1.33333vw;
    color: #111;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 133.333% */
  }
  #friendly_ecology .banner {
    width: 100%;
    height: 160vw;
    background: #F9F9F9;
    position: relative;
  }
  #friendly_ecology .banner .banner_img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #friendly_ecology .banner .banner_img_mb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #friendly_ecology .banner .container {
    position: absolute;
    height: 100%;
    padding-top: 23.2vw;
  }
  #friendly_ecology .banner .container .banner_box {
    width: 100%;
    height: auto;
  }
  #friendly_ecology .banner .container .banner_box .banner_b_l {
    width: 92vw;
    height: auto;
  }
  #friendly_ecology .banner .container .banner_box .banner_b_l .column-title {
    margin-bottom: 0;
  }
  #friendly_ecology .banner .container .banner_box .banner_b_l .column-title::after {
    display: none;
  }
  #friendly_ecology .banner .container .banner_box .banner_b_l h3 {
    text-align: center;
    height: auto;
    font-style: italic;
    color: #fff;
    text-shadow: 0 0.13333vw 0.26667vw rgba(0, 0, 0, 0.2);
    font-size: 8.53333vw;
    font-weight: 400;
    line-height: 10.66667vw;
    /* 128.571% */
  }
  #friendly_ecology .banner .container .banner_box .banner_b_l h3::after {
    display: none;
  }
  #friendly_ecology .banner .container .banner_box .banner_b_l .banner_text {
    text-align: center;
    margin-top: 2.93333vw;
    color: #fff;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 166.667% */
  }
  #friendly_ecology .banner .container .banner_box .banner_b_r {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
  #friendly_ecology .banner .container .banner_box .banner_b_r .item {
    margin-top: 5.33333vw;
    width: 16vw;
    height: 16vw;
    margin-left: 4.26667vw;
    box-shadow: 0.66667vw 0.66667vw 1.33333vw rgba(0, 0, 0, 0.3);
  }
  #friendly_ecology .banner .container .banner_box .banner_b_r .item:nth-of-type(4n) {
    margin-left: 0;
  }
  #friendly_ecology .banner .container .banner_box .banner_b_r .item:last-child {
    margin-left: 0;
  }
  #friendly_ecology .banner .container .banner_box .banner_b_r .item img {
    width: 100%;
    height: 100%;
  }
  #friendly_ecology .banner .container .crumbs_box {
    position: absolute;
    left: 0;
    bottom: 5.73333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #friendly_ecology .banner .container .crumbs_box a {
    color: #999;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #friendly_ecology .banner .container .crumbs_box a:hover {
    color: #111;
  }
  #friendly_ecology .banner .container .crumbs_box span {
    margin: 0 0.66667vw;
    color: #999;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #friendly_ecology .banner .container .crumbs_box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #friendly_ecology .low_develop {
    width: 100%;
    height: auto;
    padding-top: 10.66667vw;
  }
  #friendly_ecology .low_develop .column-title {
    margin-bottom: 10.66667vw;
  }
  #friendly_ecology .low_develop .low_box {
    width: 100%;
    height: auto;
    padding: 0 0vw;
  }
  #friendly_ecology .low_develop .low_box .low_item {
    width: 100%;
    height: auto;
    background: #F9F9F9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #friendly_ecology .low_develop .low_box .low_item .low_l {
    width: 100%;
    height: auto;
    padding: 12vw 6.13333vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #friendly_ecology .low_develop .low_box .low_item .low_l .low_icon {
    width: 10.66667vw;
    height: 10.66667vw;
  }
  #friendly_ecology .low_develop .low_box .low_item .low_l .low_title {
    margin-top: 2.13333vw;
    color: #111;
    font-size: 5.86667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #friendly_ecology .low_develop .low_box .low_item .low_l .low_desc {
    margin-top: 5.33333vw;
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #friendly_ecology .low_develop .low_box .low_item .low_l .download {
    margin-top: 5.33333vw;
    padding-left: 2.66667vw;
    position: relative;
    color: #E60D16;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #friendly_ecology .low_develop .low_box .low_item .low_l .download::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #e60d16;
    height: 4.26667vw;
    width: 1.33333vw;
    margin-right: 1.06667vw;
    transform: skewX(-15deg) translateY(-50%);
  }
  #friendly_ecology .low_develop .low_box .low_item .low_l .btn {
    margin-top: 8.53333vw;
  }
  #friendly_ecology .low_develop .low_box .low_item .low_r {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #friendly_ecology .low_develop .low_box .low_item .low_r:hover img {
    transform: scale(1);
  }
  #friendly_ecology .low_develop .low_box .low_item .low_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  #friendly_ecology .green_production {
    width: 100%;
    height: auto;
  }
  #friendly_ecology .green_production .product_text {
    max-width: 166.66667vw;
    margin: 0 auto;
    color: #666;
    text-align: center;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  #friendly_ecology .green_production .product_box {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 6.66667vw;
    position: relative;
    padding: 0 12.66667vw;
  }
  #friendly_ecology .green_production .product_box .product_list {
    width: 100%;
    height: auto;
  }
  #friendly_ecology .green_production .product_box .product_list .list_item {
    margin-right: 3.33333vw;
    width: 53.33333vw;
    height: 72vw;
    position: relative;
  }
  #friendly_ecology .green_production .product_box .product_list .list_item .img {
    width: 100%;
    height: 100%;
  }
  #friendly_ecology .green_production .product_box .product_list .list_item .item_info {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 5.33333vw;
    left: 0;
    padding: 0 3.33333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #friendly_ecology .green_production .product_box .product_list .list_item .item_info .item_title {
    color: #FFF;
    text-shadow: 0 0.13333vw 0.53333vw rgba(0, 0, 0, 0.2);
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 7.2vw;
    /* 168.75% */
  }
  #friendly_ecology .green_production .product_box .product_list .list_item .item_info .item_num {
    cursor: pointer;
    width: 4.8vw;
    height: 4.8vw;
  }
  #friendly_ecology .green_production .product_box .swiper-button-prev {
    width: 5.86667vw;
    height: 5.86667vw;
    left: 0vw;
  }
  #friendly_ecology .green_production .product_box .swiper-button-prev:hover img:first-child {
    display: none;
  }
  #friendly_ecology .green_production .product_box .swiper-button-prev:hover img:last-child {
    display: block;
  }
  #friendly_ecology .green_production .product_box .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  #friendly_ecology .green_production .product_box .swiper-button-prev img:first-child {
    display: block;
  }
  #friendly_ecology .green_production .product_box .swiper-button-prev img:last-child {
    display: none;
  }
  #friendly_ecology .green_production .product_box .swiper-button-prev::after {
    content: '';
  }
  #friendly_ecology .green_production .product_box .swiper-button-next {
    width: 5.86667vw;
    height: 5.86667vw;
    right: 0vw;
  }
  #friendly_ecology .green_production .product_box .swiper-button-next:hover img:first-child {
    display: none;
  }
  #friendly_ecology .green_production .product_box .swiper-button-next:hover img:last-child {
    display: block;
  }
  #friendly_ecology .green_production .product_box .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  #friendly_ecology .green_production .product_box .swiper-button-next img:first-child {
    display: block;
  }
  #friendly_ecology .green_production .product_box .swiper-button-next img:last-child {
    display: none;
  }
  #friendly_ecology .green_production .product_box .swiper-button-next::after {
    content: '';
  }
  #friendly_ecology .green_production .product_box_mb {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 6.66667vw;
    position: relative;
    padding: 0 0vw;
  }
  #friendly_ecology .green_production .product_box_mb .product_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 4.26667vw;
  }
  #friendly_ecology .green_production .product_box_mb .product_list .list_item {
    width: 100%;
    height: 120.53333vw;
    position: relative;
  }
  #friendly_ecology .green_production .product_box_mb .product_list .list_item .img {
    width: 100%;
    height: 100%;
  }
  #friendly_ecology .green_production .product_box_mb .product_list .list_item .item_info {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 5.33333vw;
    left: 0;
    padding: 0 5.86667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  #friendly_ecology .green_production .product_box_mb .product_list .list_item .item_info .item_title {
    color: #FFF;
    text-shadow: 0 0.13333vw 0.53333vw rgba(0, 0, 0, 0.2);
    font-size: 5.86667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 7.46667vw;
    /* 168.75% */
  }
  #friendly_ecology .green_production .product_box_mb .product_list .list_item .item_info .item_num {
    cursor: pointer;
    width: 9.6vw;
    height: 9.6vw;
  }
  #friendly_ecology .green_popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  #friendly_ecology .green_popup.active {
    display: flex;
  }
  #friendly_ecology .green_popup .popup_box {
    position: relative;
    width: 100%;
    height: 85%;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 5.33333vw 5.33333vw 0vw 0;
    background: url(/themes/sunwoda/public/assets/images/esg/popup_bg.png) no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
  }
  #friendly_ecology .green_popup .popup_box .popup_close {
    cursor: pointer;
    position: absolute;
    top: 3.46667vw;
    right: 4vw;
    width: 5.33333vw;
    height: 5.33333vw;
  }
  #friendly_ecology .green_popup .popup_box .popup_close img {
    width: 100%;
    height: 100%;
  }
  #friendly_ecology .green_popup .popup_box .popup_content {
    width: 100%;
    height: 100%;
    padding: 11.73333vw 4vw;
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_title {
    color: #000;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 7.2vw;
    /* 135% */
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_title span {
    font-size: 4.26667vw;
    line-height: 4.26667vw;
    font-weight: 500;
    font-family: 'microsoft yahei';
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_desc {
    margin-top: 4.26667vw;
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_desc p {
    margin-bottom: 0;
    color: #333;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 187.5% */
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_download {
    width: 100%;
    height: auto;
    margin-top: 6.66667vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_download a {
    margin-top: 3.73333vw;
    padding-left: 2.66667vw;
    position: relative;
    color: #E60D16;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_download a::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #e60d16;
    height: 4.26667vw;
    width: 1.33333vw;
    margin-right: 1.06667vw;
    transform: skewX(-15deg) translateY(-50%);
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_total {
    width: 100%;
    height: auto;
    margin-top: 3.2vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box {
    margin-top: 7.46667vw;
    width: 49%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box .item_num {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box .item_num p {
    margin-bottom: 0;
    color: #E60012;
    font-size: 21.33333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 21.33333vw;
    /* 75% */
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box .item_num span {
    color: #333;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box .item_num .item_num_title {
    margin-bottom: 4vw;
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box .text {
    margin-top: 3.2vw;
    color: #333;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 150% */
  }
  #friendly_ecology .green_popup .popup_box .popup_content .item_total .item_t_box:nth-of-type(2n) {
    margin-right: 0;
  }
  #responsible .banner {
    width: 100%;
    height: 160vw;
    background: #F9F9F9;
    position: relative;
  }
  #responsible .banner .banner_img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #responsible .banner .banner_img_mb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #responsible .banner .container {
    position: absolute;
    height: 100%;
    padding-top: 23.2vw;
  }
  #responsible .banner .container .banner_box {
    width: 100%;
    height: auto;
  }
  #responsible .banner .container .banner_box .banner_b_l {
    width: 92vw;
    height: auto;
  }
  #responsible .banner .container .banner_box .banner_b_l .column-title {
    margin-bottom: 0;
  }
  #responsible .banner .container .banner_box .banner_b_l .column-title::after {
    display: none;
  }
  #responsible .banner .container .banner_box .banner_b_l h3 {
    text-align: center;
    height: auto;
    font-style: italic;
    color: #fff;
    text-shadow: 0 0.13333vw 0.26667vw rgba(0, 0, 0, 0.2);
    font-size: 8.53333vw;
    font-weight: 400;
    line-height: 10.66667vw;
    /* 128.571% */
  }
  #responsible .banner .container .banner_box .banner_b_l h3::after {
    display: none;
  }
  #responsible .banner .container .banner_box .banner_b_l .banner_text {
    text-align: center;
    margin-top: 2.93333vw;
    color: #fff;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 166.667% */
  }
  #responsible .banner .container .banner_box .banner_b_r {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
  #responsible .banner .container .banner_box .banner_b_r .item {
    margin-top: 5.33333vw;
    width: 16vw;
    height: 16vw;
    margin-left: 4.26667vw;
    box-shadow: 0.66667vw 0.66667vw 1.33333vw rgba(0, 0, 0, 0.3);
  }
  #responsible .banner .container .banner_box .banner_b_r .item:nth-of-type(4n) {
    margin-left: 0;
  }
  #responsible .banner .container .banner_box .banner_b_r .item:last-child {
    margin-left: 0;
  }
  #responsible .banner .container .banner_box .banner_b_r .item img {
    width: 100%;
    height: 100%;
  }
  #responsible .banner .container .crumbs_box {
    position: absolute;
    left: 0;
    bottom: 5.73333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #responsible .banner .container .crumbs_box a {
    color: #999;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #responsible .banner .container .crumbs_box a:hover {
    color: #111;
  }
  #responsible .banner .container .crumbs_box span {
    margin: 0 0.66667vw;
    color: #999;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #responsible .banner .container .crumbs_box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #responsible .compliance {
    width: 100%;
    height: auto;
    padding-top: 10.66667vw;
  }
  #responsible .compliance .com_content {
    width: 100%;
    height: auto;
    padding: 0 0vw;
  }
  #responsible .compliance .com_content .com_c_t {
    width: 100%;
    height: auto;
    position: relative;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_l {
    display: none;
    width: 100%;
    height: 234.4vw;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_l img {
    width: 100%;
    height: 100%;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_l img:first-child {
    display: none;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_l img:last-child {
    display: block;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_r {
    width: 100%;
    height: 100%;
    position: static;
    top: 0;
    left: 0;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
    padding-top: 5.33333vw;
    display: flex;
    flex-direction: column;
    justify-content: inherit;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_title {
    text-align: left;
    color: #111;
    font-size: 5.86667vw;
    font-weight: 400;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_text {
    margin-top: 6.66667vw;
    color: #666;
    text-align: justify;
    font-size: 4.26667vw;
    font-weight: 400;
    line-height: 1.7;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_text p {
    text-indent: 2em;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox {
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox p {
    color: #666;
    text-align: right;
    font-size: 4.26667vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    line-height: 4.26667vw;
    margin: 0;
  }
  #responsible .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox img {
    margin-top: 0.93333vw;
    width: 35.2vw;
    height: auto;
  }
  #responsible .compliance .com_content .com_c_b {
    width: 100%;
    height: auto;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item {
    margin-top: 10.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_title {
    text-align: center;
    color: #111;
    font-size: 5.86667vw;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_desc {
    text-align: center;
    margin-top: 5.33333vw;
    color: #666;
    font-size: 4.26667vw;
    font-weight: 400;
    line-height: 1.7;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .btn {
    margin-top: 6.66667vw;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .btn .iconfont {
    margin-left: 1.33333vw;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_r {
    width: 100%;
    height: auto;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item .com_c_b_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #responsible .compliance .com_content .com_c_b .com_c_b_item:nth-of-type(2n) {
    flex-direction: column;
  }
  #win_partner .banner {
    width: 100%;
    height: 160vw;
    background: #F9F9F9;
    position: relative;
  }
  #win_partner .banner .banner_img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #win_partner .banner .banner_img_mb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #win_partner .banner .container {
    position: absolute;
    height: 100%;
    padding-top: 23.2vw;
  }
  #win_partner .banner .container .banner_box {
    width: 100%;
    height: auto;
  }
  #win_partner .banner .container .banner_box .banner_b_l {
    width: 92vw;
    height: auto;
  }
  #win_partner .banner .container .banner_box .banner_b_l .column-title {
    margin-bottom: 0;
  }
  #win_partner .banner .container .banner_box .banner_b_l .column-title::after {
    display: none;
  }
  #win_partner .banner .container .banner_box .banner_b_l h3 {
    text-align: center;
    height: auto;
    font-style: italic;
    color: #fff;
    text-shadow: 0 0.13333vw 0.26667vw rgba(0, 0, 0, 0.2);
    font-size: 8.53333vw;
    font-weight: 400;
    line-height: 10.66667vw;
    /* 128.571% */
  }
  #win_partner .banner .container .banner_box .banner_b_l h3::after {
    display: none;
  }
  #win_partner .banner .container .banner_box .banner_b_l .banner_text {
    text-align: center;
    margin-top: 2.93333vw;
    color: #fff;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 166.667% */
  }
  #win_partner .banner .container .banner_box .banner_b_r {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
  #win_partner .banner .container .banner_box .banner_b_r .item {
    margin-top: 5.33333vw;
    width: 16vw;
    height: 16vw;
    margin-left: 4.26667vw;
    box-shadow: 0.66667vw 0.66667vw 1.33333vw rgba(0, 0, 0, 0.3);
  }
  #win_partner .banner .container .banner_box .banner_b_r .item:nth-of-type(4n) {
    margin-left: 0;
  }
  #win_partner .banner .container .banner_box .banner_b_r .item:last-child {
    margin-left: 0;
  }
  #win_partner .banner .container .banner_box .banner_b_r .item img {
    width: 100%;
    height: 100%;
  }
  #win_partner .banner .container .crumbs_box {
    position: absolute;
    left: 0;
    bottom: 5.73333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #win_partner .banner .container .crumbs_box a {
    color: #999;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #win_partner .banner .container .crumbs_box a:hover {
    color: #111;
  }
  #win_partner .banner .container .crumbs_box span {
    margin: 0 0.66667vw;
    color: #999;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #win_partner .banner .container .crumbs_box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #win_partner .list_item {
    margin-right: 3.33333vw;
    width: 100%;
    height: 100%;
    position: relative;
  }
  #win_partner .list_item img {
    width: 100%;
    height: 100%;
  }
  #win_partner .list_item .item_info {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 5.33333vw;
    left: 0;
    padding: 0 5.86667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  #win_partner .list_item .item_info .item_title {
    color: #FFF;
    text-shadow: 0 0.13333vw 0.53333vw rgba(0, 0, 0, 0.2);
    font-size: 5.86667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 7.46667vw;
    /* 168.75% */
  }
  #win_partner .list_item .item_info .item_num {
    cursor: pointer;
    width: 9.6vw;
    height: 9.6vw;
  }
  #win_partner .list_item .item_info .item_num_right {
    width: 5.33333vw;
    height: 2.66667vw;
  }
  #win_partner .employee {
    width: 100%;
    height: auto;
    padding-top: 10.66667vw;
  }
  #win_partner .employee .column-title {
    margin-bottom: 10.66667vw;
  }
  #win_partner .employee .employee_box {
    width: 100%;
    height: auto;
    padding: 0 0vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: inherit;
  }
  #win_partner .employee .employee_box .employ_item {
    width: 100%;
    height: 61.73333vw;
    background: #F9F9F9;
  }
  #win_partner .public_welfare {
    width: 100%;
    height: auto;
  }
  #win_partner .public_welfare .column-title {
    margin-bottom: 10.66667vw;
  }
  #win_partner .public_welfare .welfare_box {
    width: 100%;
    height: auto;
    padding: 0 0vw;
  }
  #win_partner .public_welfare .welfare_box .welfare_top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8.53333vw;
  }
  #win_partner .public_welfare .welfare_box .welfare_top .welfare_t_l {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 0.66667vw 2.66667vw -0.66667vw rgba(0, 0, 0, 0.15);
    position: relative;
  }
  #win_partner .public_welfare .welfare_box .welfare_top .welfare_t_l .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  #win_partner .public_welfare .welfare_box .welfare_top .welfare_t_l .bofang {
    width: 14.13333vw;
    height: 14.13333vw;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #win_partner .public_welfare .welfare_box .welfare_top .welfare_t_r {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #win_partner .public_welfare .welfare_box .welfare_top .welfare_t_r .wel_title {
    color: #111;
    font-size: 5.86667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    /* 150% */
  }
  #win_partner .public_welfare .welfare_box .welfare_top .welfare_t_r .wel_desc {
    margin-top: 5.33333vw;
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.87;
    /* 187.5% */
  }
  #win_partner .public_welfare .welfare_box .welfare_top .welfare_t_r .btn {
    margin-top: 7.46667vw;
  }
  #win_partner .public_welfare .welfare_box .welfare_top .welfare_t_r .btn .iconfont {
    margin-left: 1.33333vw;
  }
  #win_partner .public_welfare .welfare_box .welfare_bot {
    margin-top: 8.53333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8.53333vw;
  }
  #win_partner .public_welfare .welfare_box .welfare_bot .wel_item {
    width: 100%;
    height: auto;
  }
  #win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_img {
    width: 100%;
    height: 45.33333vw;
    overflow: hidden;
  }
  #win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_img:hover img {
    transform: scale(1);
  }
  #win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  #win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_info {
    width: 100%;
    height: auto;
  }
  #win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_info .item_title {
    text-align: center;
    margin-top: 4.26667vw;
    color: #111;
    font-size: 5.86667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    /* 180% */
  }
  #win_partner .public_welfare .welfare_box .welfare_bot .wel_item .item_info .item_desc {
    text-align: center;
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.87;
    /* 187.5% */
  }
  #win_partner .supply {
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    padding: 10.66667vw 0;
  }
  #win_partner .supply .column-title {
    margin-bottom: 10.66667vw;
  }
  #win_partner .supply .supply_box {
    width: 100%;
    height: auto;
  }
  #win_partner .supply .supply_box .supply_content {
    width: 100%;
    height: auto;
    padding: 0vw 0vw 0vw;
    position: relative;
  }
  #win_partner .supply .supply_box .supply_content .supply_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8.53333vw;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item {
    margin-right: 0vw;
    width: 100%;
    height: 60.26667vw;
    background: #FFF;
    box-shadow: 0 1.06667vw 2.66667vw 0 rgba(0, 0, 0, 0.12);
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item:last-child {
    margin-right: 0;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .item_title {
    color: #fff;
    font-size: 5.86667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .item_text {
    height: 28vw;
    margin-top: 3.06667vw;
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 187.5% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .item_download {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0vw;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .item_download .download {
    margin-top: 4vw;
    padding-left: 2vw;
    position: relative;
    color: #E60D16;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .item_download .download::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #e60d16;
    height: 4.26667vw;
    width: 1.33333vw;
    margin-right: 1.06667vw;
    transform: skewX(-15deg) translateY(-50%);
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item img {
    transition: all 0.6s;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item .item_info {
    bottom: 4.4vw;
    transition: all 0.6s;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item .item_info .download {
    gap: 1.06667vw;
    cursor: pointer;
    transition: all 0.6s;
    margin-top: 3.33333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item .item_info .download div {
    transition: all 0.6s;
    color: #fff;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item .item_info .download svg {
    transition: all 0.6s;
    fill: #fff;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item:hover img {
    transform: scale(1);
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item:hover .item_info {
    bottom: 1.94792vw;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item:hover .item_info .download {
    margin-top: 3.33333vw;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item:hover .item_info .download div {
    color: #fff;
  }
  #win_partner .supply .supply_box .supply_content .supply_list .supply_item .list_item:hover .item_info .download svg {
    fill: #fff;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-prev {
    width: 5.86667vw;
    height: 5.86667vw;
    left: -5.33333vw;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-prev:hover img:first-child {
    display: none;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-prev:hover img:last-child {
    display: block;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-prev img:first-child {
    display: block;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-prev img:last-child {
    display: none;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-prev::after {
    content: '';
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-next {
    width: 5.86667vw;
    height: 5.86667vw;
    right: -5.33333vw;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-next:hover img:first-child {
    display: none;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-next:hover img:last-child {
    display: block;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-next img:first-child {
    display: block;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-next img:last-child {
    display: none;
  }
  #win_partner .supply .supply_box .supply_content .swiper-button-next::after {
    content: '';
  }
  #win_partner .supply .supply_box .supply_content .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.26667vw;
    width: 166.66667vw;
    background: rgba(255, 255, 255, 0.3);
  }
  #win_partner .supply .supply_box .supply_content .swiper-scrollbar .swiper-scrollbar-drag {
    background: #E60D16;
  }
  #win_partner .supply .supply_box .list_item .item_info {
    flex-direction: column;
  }
  #win_partner .green_popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  #win_partner .green_popup.active {
    display: flex;
  }
  #win_partner .green_popup .popup_box {
    position: relative;
    width: 100%;
    height: 85%;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 5.33333vw 5.33333vw 0vw 0;
    background: url(/themes/sunwoda/public/assets/images/esg/popup_bg.png) no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
  }
  #win_partner .green_popup .popup_box .popup_close {
    cursor: pointer;
    position: absolute;
    top: 3.46667vw;
    right: 4vw;
    width: 5.33333vw;
    height: 5.33333vw;
  }
  #win_partner .green_popup .popup_box .popup_close img {
    width: 100%;
    height: 100%;
  }
  #win_partner .green_popup .popup_box .popup_content {
    width: 100%;
    height: 100%;
    padding: 11.73333vw 4vw;
  }
  #win_partner .green_popup .popup_box .popup_content .item_title {
    color: #000;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 7.2vw;
    /* 135% */
  }
  #win_partner .green_popup .popup_box .popup_content .item_title span {
    font-size: 4.26667vw;
    line-height: 4.26667vw;
    font-weight: 500;
    font-family: 'microsoft yahei';
  }
  #win_partner .green_popup .popup_box .popup_content .item_desc {
    margin-top: 4.26667vw;
  }
  #win_partner .green_popup .popup_box .popup_content .item_desc p {
    margin-bottom: 0;
    color: #333;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 187.5% */
  }
  #win_partner .green_popup .popup_box .popup_content .item_download {
    width: 100%;
    height: auto;
    margin-top: 6.66667vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #win_partner .green_popup .popup_box .popup_content .item_download a {
    margin-top: 3.73333vw;
    padding-left: 2.66667vw;
    position: relative;
    color: #E60D16;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #win_partner .green_popup .popup_box .popup_content .item_download a::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #e60d16;
    height: 4.26667vw;
    width: 1.33333vw;
    margin-right: 1.06667vw;
    transform: skewX(-15deg) translateY(-50%);
  }
  #win_partner .green_popup .popup_box .popup_content .item_total {
    width: 100%;
    height: auto;
    margin-top: 3.2vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #win_partner .green_popup .popup_box .popup_content .item_total .item_t_box {
    margin-top: 7.46667vw;
    width: 49%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #win_partner .green_popup .popup_box .popup_content .item_total .item_t_box .item_num {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  #win_partner .green_popup .popup_box .popup_content .item_total .item_t_box .item_num p {
    margin-bottom: 0;
    color: #E60D16;
    font-size: 21.33333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 21.33333vw;
    /* 75% */
  }
  #win_partner .green_popup .popup_box .popup_content .item_total .item_t_box .item_num span {
    color: #333;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #win_partner .green_popup .popup_box .popup_content .item_total .item_t_box .item_num .item_num_title {
    margin-bottom: 4vw;
  }
  #win_partner .green_popup .popup_box .popup_content .item_total .item_t_box .text {
    margin-top: 3.2vw;
    color: #333;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 150% */
  }
  #win_partner .green_popup .popup_box .popup_content .item_total .item_t_box:nth-of-type(2n) {
    margin-right: 0;
  }
  #win_partner .sound {
    width: 100%;
    height: auto;
  }
  #win_partner .sound .sound_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: inherit;
    gap: 8.53333vw;
    padding: 10.66667vw 0vw;
  }
  #win_partner .sound .sound_content .sound_c_r {
    width: 100%;
    height: auto;
  }
  #win_partner .sound .sound_content .sound_c_r .column-title {
    margin-bottom: 10.66667vw;
  }
  #win_partner .sound .sound_content .sound_c_r .column-title h3 span {
    font-size: 6.66667vw;
    font-weight: 500;
  }
  #win_partner .sound .sound_content .sound_c_r .sound_c_r_title {
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 187.5% */
  }
  #win_partner .sound .sound_content .sound_c_r .btn {
    margin-top: 8.53333vw;
  }
  #win_partner .sound .sound_content .sound_c_r .btn .iconfont {
    margin-left: 2.66667vw;
  }
  #win_partner .sound .sound_content .sound_c_l {
    width: 100%;
    height: 77.33333vw;
    position: relative;
  }
  #win_partner .sound .sound_content .sound_c_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #win_partner .sound .sound_content .sound_c_l .sound_l_title {
    text-align: center;
    padding: 0 2.66667vw;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 3.46667vw;
    left: 0;
    color: #FFF;
    text-shadow: 0 0.26667vw 0.26667vw rgba(0, 0, 0, 0.15);
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.26667vw;
    /* 100% */
  }
  #report_policy .page-banner {
    height: 160vw;
    position: relative;
  }
  #report_policy .page-banner .banner_img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #report_policy .page-banner .banner_img_mb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #report_policy .page-banner::after {
    content: '';
    width: 100%;
    height: 26.66667vw;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #report_policy .page-banner .slogin {
    top: 37.2vw;
    transform: translateY(0);
  }
  #report_policy .page-banner .container {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    padding-top: 26.66667vw;
  }
  #report_policy .page-banner .container h3 {
    text-align: center;
    color: #fff;
    font-size: 9.06667vw;
    height: auto;
    position: relative;
  }
  #report_policy .page-banner .container h3::after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    overflow: hidden;
    height: 0.53333vw;
    width: 12.26667vw;
    background-color: #e60d16;
    display: block;
    transform: skewX(-30deg) translateX(-50%);
    margin-top: 2vw;
  }
  #report_policy .page-banner .crumbs_box {
    position: absolute;
    left: 0;
    bottom: 5.73333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #report_policy .page-banner .crumbs_box a {
    color: #999;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #report_policy .page-banner .crumbs_box a:hover {
    color: #111;
  }
  #report_policy .page-banner .crumbs_box span {
    margin: 0 0.66667vw;
    color: #999;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #report_policy .page-banner .crumbs_box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  #report_policy .report {
    width: 100%;
    height: auto;
    padding-top: 10.66667vw;
  }
  #report_policy .report .column-title {
    margin-bottom: 10.66667vw;
  }
  #report_policy .report .report_subtitle {
    margin: 0 auto;
    width: 100%;
    color: #666;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    /* 166.667% */
  }
  #report_policy .report .report_box {
    width: 100%;
    height: auto;
    margin-top: 10.13333vw;
    padding: 0 0vw;
  }
  #report_policy .report .report_box .report_b_top {
    width: 100%;
    height: auto;
    background: #F9F9F9;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    position: relative;
    padding: 0vw;
  }
  #report_policy .report .report_box .report_b_top .report_info {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8.8vw 6.13333vw;
  }
  #report_policy .report .report_box .report_b_top .report_info .report_title {
    color: #111;
    font-size: 5.33333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    /* 138.889% */
  }
  #report_policy .report .report_box .report_b_top .report_info .report_desc {
    margin-top: 3.2vw;
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    /* 194.444% */
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn {
    width: 100%;
    height: auto;
    margin-top: 8.53333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn a {
    text-align: center;
    width: 38.4vw;
    height: 11.73333vw;
    border-radius: 1.06667vw;
    text-align: center;
    font-size: 4.26667vw;
    font-weight: 400;
    line-height: 11.73333vw;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn a:first-child {
    color: #E60D16;
    border: 0.13333vw solid #E60D16;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn a:first-child:hover {
    background: #E60D16;
    border: 0.13333vw solid #E60D16;
    color: #fff;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn a:last-child {
    margin-left: 0vw;
    color: #999;
    border: 0.13333vw solid #999;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn a:last-child:hover {
    background: #E60D16;
    border: 0.13333vw solid #E60D16;
    color: #fff;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn .btn {
    margin-left: 5.33333vw;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn .btn span:first-child {
    display: block;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn .btn span:last-child {
    display: none;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn .btn.active span:first-child {
    display: none;
  }
  #report_policy .report .report_box .report_b_top .report_info .download_btn .btn.active span:last-child {
    display: block;
  }
  #report_policy .report .report_box .report_b_top .report_img {
    width: 100%;
    height: auto;
    background: #FFF;
    padding: 4.26667vw;
    position: static;
    bottom: 0;
    right: 0;
    box-shadow: 0 1.33333vw 8vw 0 rgba(68, 68, 68, 0.1);
    overflow: hidden;
  }
  #report_policy .report .report_box .report_b_top .report_img .img_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #report_policy .report .report_box .report_b_top .report_img:hover img {
    transform: scale(1.05);
  }
  #report_policy .report .report_box .report_b_top .report_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  #report_policy .report .report_box .report_b_bot {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 8.53333vw;
  }
  #report_policy .report .report_box .report_b_bot .report_b_title {
    color: #111;
    font-size: 5.33333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 7.46667vw;
    /* 138.889% */
  }
  #report_policy .report .report_box .report_b_bot .report_b_title span {
    margin: 0 0.53333vw;
    font-size: 4.53333vw;
    font-weight: 500;
  }
  #report_policy .report .report_box .report_b_bot .report_b_box {
    width: 100%;
    height: auto;
    margin-top: 4.26667vw;
    display: flex;
    flex-direction: column;
    gap: 4.26667vw;
  }
  #report_policy .report .report_box .report_b_bot .report_b_box .report_item {
    padding: 4.26667vw;
    margin-top: 0vw;
    width: 100%;
    height: auto;
    background: #FFF;
    box-shadow: 0 0 4vw -0.66667vw rgba(68, 68, 68, 0.1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_title {
    width: 60%;
    color: #111;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 150% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  #report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_download {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_download a {
    margin-right: 1.06667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_download a:last-child {
    margin-right: 0;
  }
  #report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_download a p {
    margin-bottom: 0;
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 187.5% */
  }
  #report_policy .report .report_box .report_b_bot .report_b_box .report_item .item_download a img {
    width: 5.06667vw;
    height: 5.06667vw;
    margin-left: 0.93333vw;
  }
  #report_policy .report .report_box .report_b_bot .btn {
    margin-top: 8.53333vw;
  }
  #report_policy .report .report_box .report_b_bot .btn span:first-child {
    display: block;
  }
  #report_policy .report .report_box .report_b_bot .btn span:last-child {
    display: none;
  }
  #report_policy .report .report_box .report_b_bot .btn.active span:first-child {
    display: none;
  }
  #report_policy .report .report_box .report_b_bot .btn.active span:last-child {
    display: block;
  }
  #report_policy .special {
    width: 100%;
    height: auto;
    padding: 10.66667vw 0 10.66667vw;
    background: #F9F9F9;
  }
  #report_policy .special .special_box {
    width: 100%;
    height: auto;
    padding: 0 0vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: inherit;
    gap: 8.53333vw;
  }
  #report_policy .special .special_box .special_b_l {
    width: 100%;
    height: auto;
  }
  #report_policy .special .special_box .special_b_l .column-title {
    margin-bottom: 10.66667vw;
  }
  #report_policy .special .special_box .special_b_l .special_subtitle {
    text-align: center;
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  #report_policy .special .special_box .special_b_r {
    width: 100%;
    height: auto;
  }
  #report_policy .special .special_box .special_b_r .special_tab {
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-x: auto;
  }
  #report_policy .special .special_box .special_b_r .special_tab .tab_item {
    width: auto !important;
    margin-right: 6.66667vw;
    cursor: pointer;
    padding-bottom: 1.86667vw;
    color: #999;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.93333vw;
    /* 192.308% */
  }
  #report_policy .special .special_box .special_b_r .special_tab .tab_item.active {
    color: #111;
    position: relative;
  }
  #report_policy .special .special_box .special_b_r .special_tab .tab_item.active::after {
    content: '';
    width: 100%;
    height: 0.26667vw;
    background: #E60012;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #report_policy .special .special_box .special_b_r .special_tab::after {
    content: '';
    width: 100%;
    height: 0.13333vw;
    background: #D9D9D9;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #report_policy .special .special_box .special_b_r .special_b_box {
    width: 100%;
    height: auto;
    margin-top: 4.26667vw;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content {
    width: 100%;
    height: auto;
    position: relative;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 13.33333vw;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item {
    width: 100%;
    height: auto;
    background: #FFF;
    margin-top: 4.26667vw;
    margin-right: 0vw;
    padding: 4.26667vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_title {
    color: #111;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 150% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_download {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_download a {
    margin-right: 0vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_download a:last-child {
    margin-right: 0;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_download a p {
    margin-bottom: 0;
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 187.5% */
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item .item_download a img {
    width: 5.06667vw;
    height: 5.06667vw;
    margin-left: 0.93333vw;
  }
  #report_policy .special .special_box .special_b_r .special_b_box .special_b_content .special_list .list_item .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #report_policy .policies {
    width: 100%;
    height: auto;
    padding: 10.66667vw 0;
  }
  #report_policy .policies .policies_box {
    width: 100%;
    height: auto;
    padding: 0 0vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: inherit;
    gap: 8.53333vw;
  }
  #report_policy .policies .policies_box .policies_b_l {
    width: 100%;
    height: auto;
  }
  #report_policy .policies .policies_box .policies_b_l .column-title {
    margin-bottom: 10.66667vw;
  }
  #report_policy .policies .policies_box .policies_b_l .column-title h3 {
    text-align: center;
  }
  #report_policy .policies .policies_box .policies_b_l .column-title h3 span {
    font-size: 6.66667vw;
    font-weight: 500;
  }
  #report_policy .policies .policies_box .policies_b_l .column-title::after {
    margin: 15px auto 0;
  }
  #report_policy .policies .policies_box .policies_b_l .policies_subtitle {
    text-align: center;
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  #report_policy .policies .policies_box .policies_b_r_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #report_policy .policies .policies_box .policies_b_r_box .special_tab {
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-x: auto;
  }
  #report_policy .policies .policies_box .policies_b_r_box .special_tab .tab_item {
    width: auto !important;
    margin-right: 6.66667vw;
    cursor: pointer;
    padding-bottom: 1.86667vw;
    color: #999;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.93333vw;
    /* 192.308% */
  }
  #report_policy .policies .policies_box .policies_b_r_box .special_tab .tab_item.active {
    color: #111;
    position: relative;
  }
  #report_policy .policies .policies_box .policies_b_r_box .special_tab .tab_item.active::after {
    content: '';
    width: 100%;
    height: 0.26667vw;
    background: #E60012;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #report_policy .policies .policies_box .policies_b_r_box .special_tab::after {
    content: '';
    width: 100%;
    height: 0.13333vw;
    background: #D9D9D9;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #report_policy .policies .policies_box .policies_b_r_box .item {
    width: 100%;
    height: auto;
    background: #FFF;
    box-shadow: 0 0 4vw -0.66667vw rgba(68, 68, 68, 0.1);
    margin-top: 4.26667vw;
    margin-right: 0vw;
    padding: 4.26667vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #report_policy .policies .policies_box .policies_b_r_box .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #report_policy .policies .policies_box .policies_b_r_box .item:nth-of-type(-n+2) {
    margin-top: 4.26667vw;
  }
  #report_policy .policies .policies_box .policies_b_r_box .item .item_title {
    color: #111;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 150% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  #report_policy .policies .policies_box .policies_b_r_box .item .item_download {
    margin-top: 1.06667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #report_policy .policies .policies_box .policies_b_r_box .item .item_download p {
    margin-bottom: 0;
    color: #999;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4vw;
    /* 187.5% */
  }
  #report_policy .policies .policies_box .policies_b_r_box .item .item_download img {
    width: 5.33333vw;
    height: 5.33333vw;
    margin-left: 1.06667vw;
  }
  #report_policy .policies .policies_box .policies_b_r {
    width: 100%;
  }
  #report_policy .policies .special_tab_policies {
    width: 100%;
    height: auto;
    margin-bottom: 2.66667vw;
  }
  #report_policy .policies .special_tab_policies .special_tab {
    width: 100%;
    height: auto;
  }
  #report_policy .policies .special_tab_policies .tab_item {
    width: auto !important;
    margin-right: 6.66667vw;
    cursor: pointer;
    padding-bottom: 1.86667vw;
    color: #999;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.93333vw;
    /* 192.308% */
  }
  #report_policy .policies .tab_item {
    width: auto !important;
    margin-right: 8vw;
    cursor: pointer;
    padding-bottom: 1.86667vw;
    color: #999;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.66667vw;
    /* 192.308% */
  }
  #report_policy .policies .tab_item.active {
    color: #111;
    position: relative;
  }
  #report_policy .policies .tab_item.active::after {
    content: '';
    width: 100%;
    height: 0.26667vw;
    background: #E60012;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #report_policy .policies .special_tab::after {
    content: '';
    width: 100%;
    height: 0.13333vw;
    background: #D9D9D9;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #report_policy .policies .tab_item.active {
    color: #111;
    position: relative;
  }
  #report_policy .policies .tab_item.active::after {
    content: '';
    width: 100%;
    height: 0.26667vw;
    background: #E60012;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
