.cursor {
  cursor: pointer;
}

.inlineBlock {
  display: inline-block;
  vertical-align: middle;
}

.wrap .wrap_content {
  /*20230412 edit*/
  /*.sustainable_development_area {
      width: 1200px;
      margin: 0 auto;
      padding: 72px 0;

      .details_con {
        .details_text_top {
          margin-top: 38px;

          p {
            font-family: NotoSansHans-Light;
            font-size: 20px;
            line-height: 40px;
            color: #000000;
            text-align: justify;
          }
        }

        .details_media_bottom {
          margin-top: 43px;

          .swiper-father {
            position: relative;

            .swiper-container {
              .swiper-wrapper {
                .swiper-slide {
                  .content {
                    .img_box {
                      width: 100%;
                      height: 570px;
                      background: url("/images/revision3.0/social-responsibility/sustainable01-pc.png") no-repeat center center;
                      background-size: cover;
                      -webkit-background-size: cover;
                    }

                    .details {
                      p:nth-child(1) {
                        font-family: NotoSansHans-Light;
                        font-size: 20px;
                        line-height: 40px;
                        color: $themeColor;
                        margin-top: 44px;
                      }

                      p:nth-child(2) {
                        font-family: NotoSansHans-Light;
                        font-size: 20px;
                        line-height: 40px;
                        color: #000000;
                      }
                    }
                  }
                }
              }
            }

            .swiper-pagination {
              width: 100%;

              .swiper-pagination-bullet {
                width: 43px;
                height: 4px;
                background: #e2e2e2;
                border-radius: 1px;
                transition: 300ms;
                margin: 0 10px;
                opacity: 0.95;

                &.swiper-pagination-bullet-active {
                  background-color: $themeColor;
                }
              }
            }
          }
        }
      }
    }

    .in_action_area {
      width: 1200px;
      margin: 0 auto;
      padding: 72px 0;

      .details_con {
        .item_column_list {
          margin-top: 33px;
          width: 100%;
          @include flex(row, space-between, initial, nowrap);

          .action_item {
            width: 551px;

            .img_box {
              width: 550px;
              height: 321px;

              &.action01 {
                background: url("/images/revision3.0/social-responsibility/action01.png") no-repeat center center;
                background-size: cover;
                -webkit-background-size: cover;
              }

              &.action02 {
                background: url("/images/revision3.0/social-responsibility/action02-01.png") no-repeat center center;
                background-size: cover;
                -webkit-background-size: cover;
              }

              &.action03 {
                background: url("/images/revision3.0/social-responsibility/action03.png") no-repeat center center;
                background-size: cover;
                -webkit-background-size: cover;
              }

              &.action04 {
                background: url("/images/revision3.0/social-responsibility/action04.png") no-repeat center center;
                background-size: cover;
                -webkit-background-size: cover;
              }
            }

            .brief_detail {
              .brief_title {
                font-family: NotoSansHans-Light;
                font-size: 20px;
                line-height: 40px;
                color: $themeColor;
                margin-top: 20px;
              }

              .brief_intro {
                font-family: NotoSansHans-Light;
                font-size: 20px;
                color: #000000;
                margin-top: 0;
                min-height: 120px;
              }
            }

            .read_more {
              width: 100%;
              font-size: 14px;
              color: #4d4d4d;
              margin-top: 10px;

              &:hover {
                color: $themeColor;
              }
            }
          }
        }
      }
    }

    .protect_biodiversity_area {
      width: 1200px;
      margin: 0 auto;
      padding: 72px 0;

      .details_con {
        .details_text_top {
          margin-top: 43px;

          .img_box {
            width: 100%;
            height: 571px;
            background: url("/images/revision3.0/social-responsibility/biology-pc.png") no-repeat center center;
            background-size: cover;
            -webkit-background-size: cover;
          }
        }

        .details_media_bottom {
          margin-top: 44px;

          p {
            font-family: NotoSansHans-Light;
            font-size: 20px;
            line-height: 40px;
            color: #000000;
          }

          .read_more {
            width: 100%;
            color: #4d4d4d;
          }
        }
      }
    }*/
  /*20230412 edit end*/
}

.wrap .wrap_content .banner_ad_area {
  background: url("/images/revision3.0/social-responsibility/top-banner-bg-pc.png") no-repeat center bottom;
  background-size: cover;
  -webkit-background-size: cover;
}

.wrap .wrap_content .ESGNav {
  border-bottom: 1px solid #e4e4e5;
  line-height: 56px;
  background: #f9f9fa;
}

.wrap .wrap_content .ESGNav .navList {
  width: 1200px;
  margin: 0 auto;
  white-space: nowrap;
}

.wrap .wrap_content .ESGNav .navList .nav-single {
  font-weight: 400;
  font-size: 16px;
  color: #5F6464;
  display: inline-block;
  margin-right: 40px;
}

.wrap .wrap_content .ESGNav .navList .nav-single-checked {
  border-bottom: 3px solid #0054b8;
  font-weight: 600;
  color: #2A2E2E;
}

.wrap .wrap_content .sustainable-development {
  width: 1200px;
  margin: 50px auto 0;
  padding-bottom: 100px;
}

.wrap .wrap_content .sustainable-development .sustainable-development-totality {
  white-space: nowrap;
  padding: 20px;
  background: #F9F7F7;
}

.wrap .wrap_content .sustainable-development .sustainable-development-totality .left {
  display: inline-block;
  text-align: right;
}

.wrap .wrap_content .sustainable-development .sustainable-development-totality .left .title2 {
  border-bottom: 1px solid #E1DFDF;
  height: 100px;
  font-size: 0;
  padding-top: 30px;
}

.wrap .wrap_content .sustainable-development .sustainable-development-totality .left .title2 p {
  display: inline-block;
}

.wrap .wrap_content .sustainable-development .sustainable-development-totality .left .title2 .p1 {
  color: #2A2E2E;
  font-weight: 700;
  font-size: 20px;
  vertical-align: bottom;
}

.wrap .wrap_content .sustainable-development .sustainable-development-totality .left .title2 .p2 {
  color: #2A2E2E;
  font-weight: 400;
  font-size: 14px;
  vertical-align: bottom;
  margin-left: 14px;
}

.wrap .wrap_content .sustainable-development .sustainable-development-totality .left .title2 .p2 span {
  display: block;
}

.wrap .wrap_content .sustainable-development .sustainable-development-totality .right {
  display: inline-block;
  margin-left: 30px;
  vertical-align: top;
}

.wrap .wrap_content .sustainable-development .sustainable-development-totality .right .imageList {
  height: 360px;
  font-size: 0;
}

.wrap .wrap_content .sustainable-development .sustainable-development-totality .right .imageList .image-single {
  width: 200px;
  height: 360px;
  display: inline-block;
  position: relative;
}

.wrap .wrap_content .sustainable-development .sustainable-development-totality .right .imageList .image-single p {
  position: absolute;
  bottom: 24.5px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.wrap .wrap_content .sustainable-development .ESG-manage {
  margin-top: 50px;
}

.wrap .wrap_content .sustainable-development .ESG-manage .title3 {
  font-weight: 600;
  font-size: 28px;
  color: #2A2E2E;
}

.wrap .wrap_content .sustainable-development .ESG-manage .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5F6464;
  margin-top: 24px;
}

.wrap .wrap_content .sustainable-development .ESG-manage .svg1 {
  display: block;
  margin: 60px auto 0;
}

.wrap .wrap_content .sustainable-development .ESG-manage .svg2 {
  display: none;
}

.wrap .wrap_content .sustainable-development .ESG-manage .ESG1img {
  width: 800px;
  display: block;
  margin: 60px auto 0;
}

.wrap .wrap_content .sustainable-development .ESG-manage .ESG1img-wap {
  display: none;
}

.wrap .wrap_content .sustainable-development .ESG-manage .ESG3img {
  width: 1200px;
  margin-top: 60px;
}

.wrap .wrap_content .sustainable-development .ESG-manage .ESG3img-wap {
  display: none;
}

.wrap .wrap_content .sustainable-development .ESG-manage .titleCenter {
  font-weight: 600;
  font-size: 34px;
  text-align: center;
  color: #2A2E2E;
  margin-top: 50px;
}

.wrap .wrap_content .sustainable-development .ESG-download {
  margin-top: 50px;
}

.wrap .wrap_content .sustainable-development .ESG-download .ESG-reportList .reportList-single {
  margin-bottom: 30px;
}

.wrap .wrap_content .sustainable-development .ESG-download .ESG-reportList .reportList-single .headImg img {
  width: 140px;
  height: 165px;
}

.wrap .wrap_content .sustainable-development .ESG-download .ESG-reportList .reportList-single .info {
  vertical-align: top;
  margin-left: 20px;
}

.wrap .wrap_content .sustainable-development .ESG-download .ESG-reportList .reportList-single .info .year {
  font-weight: 700;
  font-size: 30px;
  color: #2A2E2E;
}

.wrap .wrap_content .sustainable-development .ESG-download .ESG-reportList .reportList-single .info .tips {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2A2E2E;
}

.wrap .wrap_content .sustainable-development .ESG-download .ESG-reportList .reportList-single .info .down {
  margin-top: 12px;
}

.wrap .wrap_content .bio-diversity {
  margin-top: 50px;
}

.wrap .wrap_content .bio-diversity .firstPage .fourImg {
  text-align: center;
  font-size: 0;
}

.wrap .wrap_content .bio-diversity .firstPage .fourImg img {
  width: 600px;
  height: 200px;
}

.wrap .wrap_content .bio-diversity .firstPage .fourImg video {
  width: 600px;
  height: 200px;
  position: absolute;
  left: 0;
}

.wrap .wrap_content .bio-diversity .firstPage .fourImg-wap {
  display: none;
}

.wrap .wrap_content .bio-diversity .firstPage .title4 {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  color: #2A2E2E;
  margin-top: 50px;
}

.wrap .wrap_content .bio-diversity .firstPage .title4 .p2s {
  display: none;
  font-size: 16px;
}

.wrap .wrap_content .bio-diversity .firstPage .ulList {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #5F6464;
  width: 900px;
  margin: 67px auto 0;
  padding-bottom: 20px;
}

.wrap .wrap_content .bio-diversity .secondPage {
  width: 1200px;
  margin: 0 auto;
}

.wrap .wrap_content .bio-diversity .secondPage .weatherList .weather-single {
  margin-bottom: 50px;
}

.wrap .wrap_content .bio-diversity .secondPage .weatherList .weather-single .headImg {
  display: inline-block;
}

.wrap .wrap_content .bio-diversity .secondPage .weatherList .weather-single .headImg img {
  width: 600px;
  height: 300px;
}

.wrap .wrap_content .bio-diversity .secondPage .weatherList .weather-single .headImg .bio2 {
  width: 277px;
  height: 390px;
}

.wrap .wrap_content .bio-diversity .secondPage .weatherList .weather-single .headImg .bio3 {
  width: 326px;
  height: 243px;
  border-top: 1px solid #000000;
}

.wrap .wrap_content .bio-diversity .secondPage .weatherList .weather-single .desc {
  display: inline-block;
  vertical-align: top;
  width: 550px;
  height: 300px;
  font-size: 0;
  box-sizing: border-box;
  padding: 0 30px;
  background: #FBFBFB;
}

.wrap .wrap_content .bio-diversity .secondPage .weatherList .weather-single .desc .desc-title {
  font-weight: 600;
  font-size: 26px;
  color: #2A2E2E;
  margin-top: 20px;
}

.wrap .wrap_content .bio-diversity .secondPage .weatherList .weather-single .desc .word {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5F6464;
  margin-top: 10px;
  text-align: justify;
}

.wrap .wrap_content .bio-diversity .secondPage .weatherList .weather-single .desc2 {
  height: 390px;
}

.wrap .wrap_content .bio-diversity .thirdPage .thirdPage-title {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #2A2E2E;
}

.wrap .wrap_content .bio-diversity .thirdPage .thirdPage-desc {
  width: 1200px;
  margin: 40px auto 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #2A2E2E;
}

.wrap .wrap_content .bio-diversity .thirdPage .articleList {
  margin-top: 43px;
}

.wrap .wrap_content .bio-diversity .thirdPage .articleList .article-single {
  font-size: 0;
  background: #FBFBFB;
  width: 1200px;
  margin: 0 auto 20px;
}

.wrap .wrap_content .bio-diversity .thirdPage .articleList .article-single .headImg img {
  width: 600px;
}

.wrap .wrap_content .bio-diversity .thirdPage .articleList .article-single .info {
  width: 600px;
  vertical-align: top;
  box-sizing: border-box;
  padding: 40px 30px 0;
}

.wrap .wrap_content .bio-diversity .thirdPage .articleList .article-single .info .info-title {
  font-weight: 600;
  font-size: 24px;
  color: #2A2E2E;
}

.wrap .wrap_content .bio-diversity .thirdPage .articleList .article-single .info .info-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5F6464;
  margin-top: 30px;
  text-align: justify;
}

.wrap .wrap_content .bio-diversity .fourthPage .fourthPage-title {
  display: none;
}

.wrap .wrap_content .bio-diversity .fourthPage .culture {
  width: 1200px;
  margin: 0 auto;
}

.wrap .wrap_content .bio-diversity .fourthPage .culture .culture1 {
  position: relative;
}

.wrap .wrap_content .bio-diversity .fourthPage .culture .culture1 .culture1-desc-wap {
  display: none;
}

.wrap .wrap_content .bio-diversity .fourthPage .culture .culture1 .showImg img {
  width: 740px;
}

.wrap .wrap_content .bio-diversity .fourthPage .culture .culture1 .culture1-desc {
  background: rgba(0, 85, 184, 0.4);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 625px;
  height: 340px;
  box-sizing: border-box;
  padding: 40px;
}

.wrap .wrap_content .bio-diversity .fourthPage .culture .culture1 .culture1-desc .culture1-title {
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
}

.wrap .wrap_content .bio-diversity .fourthPage .culture .culture1 .culture1-desc .culture1-word {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 30px;
}

.wrap .wrap_content .bio-diversity .fourthPage .culture .culture2 {
  margin-top: 30px;
}

.wrap .wrap_content .bio-diversity .fourthPage .culture .culture2 .culture2-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5F6464;
  width: 530px;
  text-align: justify;
  padding-right: 30px;
  padding-top: 40px;
}

.wrap .wrap_content .bio-diversity .fourthPage .culture .culture2 a {
  font-weight: 400;
  font-size: 14px;
  color: #2A2E2E;
  margin-top: 24px;
  display: block;
}

.wrap .wrap_content .bio-diversity .fourthPage .culture .culture2 .showImg {
  vertical-align: top;
}

.wrap .wrap_content .bio-diversity .fourthPage .culture .culture2 .showImg img {
  width: 640px;
}

.wrap .wrap_content .skin-healthy {
  width: 1200px;
  margin: 50px auto 0;
}

.wrap .wrap_content .skin-healthy .bgImg {
  position: relative;
}

.wrap .wrap_content .skin-healthy .bgImg img {
  width: 1200px;
}

.wrap .wrap_content .skin-healthy .bgImg .skin-healthyBg-wap {
  display: none;
}

.wrap .wrap_content .skin-healthy .bgImg .skin-healthy-open {
  position: absolute;
  right: 30px;
  bottom: 50px;
}

.wrap .wrap_content .skin-healthy .bgImg .skin-healthy-open span {
  font-weight: 600;
  font-size: 24px;
  color: #2A2E2E;
  margin-right: 24px;
}

.wrap .wrap_content .skin-healthy .skin-healthy-index {
  margin-top: 50px;
}

.wrap .wrap_content .skin-healthy .skin-healthy-index .skin-healthy-index-title {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #2A2E2E;
}

.wrap .wrap_content .skin-healthy .skin-healthy-index .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5F6464;
  text-align: justify;
  margin-top: 40px;
}

.wrap .wrap_content .skin-healthy .skin-healthy-index .skin-healthy1 {
  width: 700px;
  display: block;
  margin: 50px auto 0;
}

.wrap .wrap_content .skin-healthy .skin-sonNav {
  height: 54px;
  background: #FBFBFB;
}

.wrap .wrap_content .skin-healthy .skin-sonNav .sonNav-single {
  margin-right: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #5F6464;
  height: 54px;
  line-height: 54px;
}

.wrap .wrap_content .skin-healthy .skin-sonNav .sonNav-single-checked {
  color: #2A2E2E;
  border-bottom: 3px solid #0054b8;
  font-weight: 600;
}

.wrap .wrap_content .skin-healthy .skin-son-plant .articleList, .wrap .wrap_content .skin-healthy .bbs .articleList, .wrap .wrap_content .skin-healthy .wcd .articleList {
  margin-top: 43px;
}

.wrap .wrap_content .skin-healthy .skin-son-plant .articleList .article-single, .wrap .wrap_content .skin-healthy .bbs .articleList .article-single, .wrap .wrap_content .skin-healthy .wcd .articleList .article-single {
  font-size: 0;
  background: #FBFBFB;
  width: 1200px;
  margin: 0 auto 20px;
}

.wrap .wrap_content .skin-healthy .skin-son-plant .articleList .article-single .headImg img, .wrap .wrap_content .skin-healthy .bbs .articleList .article-single .headImg img, .wrap .wrap_content .skin-healthy .wcd .articleList .article-single .headImg img {
  width: 600px;
}

.wrap .wrap_content .skin-healthy .skin-son-plant .articleList .article-single .info, .wrap .wrap_content .skin-healthy .bbs .articleList .article-single .info, .wrap .wrap_content .skin-healthy .wcd .articleList .article-single .info {
  width: 600px;
  vertical-align: top;
  box-sizing: border-box;
  padding: 40px 30px 0;
}

.wrap .wrap_content .skin-healthy .skin-son-plant .articleList .article-single .info .info-title, .wrap .wrap_content .skin-healthy .bbs .articleList .article-single .info .info-title, .wrap .wrap_content .skin-healthy .wcd .articleList .article-single .info .info-title {
  font-weight: 600;
  font-size: 24px;
  color: #2A2E2E;
}

.wrap .wrap_content .skin-healthy .skin-son-plant .articleList .article-single .info .info-desc, .wrap .wrap_content .skin-healthy .bbs .articleList .article-single .info .info-desc, .wrap .wrap_content .skin-healthy .wcd .articleList .article-single .info .info-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5F6464;
  margin-top: 30px;
  text-align: justify;
}

.wrap .wrap_content .fund {
  width: 1200px;
  margin: 50px auto 0;
}

.wrap .wrap_content .fund .bgImg {
  position: relative;
}

.wrap .wrap_content .fund .bgImg img {
  width: 1200px;
}

.wrap .wrap_content .fund .bgImg .fundBg-wap {
  display: none;
}

.wrap .wrap_content .fund .bgImg .fund-open {
  position: absolute;
  right: 100px;
  bottom: 50px;
}

.wrap .wrap_content .fund .bgImg .fund-open span {
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  margin-right: 24px;
}

.wrap .wrap_content .fund .fund-index {
  margin-top: 50px;
  position: relative;
}

.wrap .wrap_content .fund .fund-index .fund-index-title {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #2A2E2E;
}

.wrap .wrap_content .fund .fund-index .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5F6464;
  text-align: justify;
  margin-top: 40px;
}

.wrap .wrap_content .fund .fund-index .fund1 {
  width: 800px;
  display: block;
  margin: 50px auto 0;
}

.wrap .wrap_content .fund .fund-sonNav {
  height: 54px;
  background: #FBFBFB;
}

.wrap .wrap_content .fund .fund-sonNav .fundNav-single {
  margin-right: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #5F6464;
  height: 54px;
  line-height: 54px;
}

.wrap .wrap_content .fund .fund-sonNav .fundNav-single-checked {
  color: #2A2E2E;
  border-bottom: 3px solid #0054b8;
  font-weight: 600;
}

.wrap .wrap_content .fund .beiFund .articleList, .wrap .wrap_content .fund .smilePlan .articleList, .wrap .wrap_content .fund .skin-care .articleList, .wrap .wrap_content .fund .love .articleList {
  margin-top: 43px;
}

.wrap .wrap_content .fund .beiFund .articleList .article-single, .wrap .wrap_content .fund .smilePlan .articleList .article-single, .wrap .wrap_content .fund .skin-care .articleList .article-single, .wrap .wrap_content .fund .love .articleList .article-single {
  font-size: 0;
  background: #FBFBFB;
  width: 1200px;
  margin: 0 auto 20px;
}

.wrap .wrap_content .fund .beiFund .articleList .article-single .headImg img, .wrap .wrap_content .fund .smilePlan .articleList .article-single .headImg img, .wrap .wrap_content .fund .skin-care .articleList .article-single .headImg img, .wrap .wrap_content .fund .love .articleList .article-single .headImg img {
  width: 600px;
}

.wrap .wrap_content .fund .beiFund .articleList .article-single .info, .wrap .wrap_content .fund .smilePlan .articleList .article-single .info, .wrap .wrap_content .fund .skin-care .articleList .article-single .info, .wrap .wrap_content .fund .love .articleList .article-single .info {
  width: 600px;
  vertical-align: top;
  box-sizing: border-box;
  padding: 40px 30px 0;
}

.wrap .wrap_content .fund .beiFund .articleList .article-single .info .info-title, .wrap .wrap_content .fund .smilePlan .articleList .article-single .info .info-title, .wrap .wrap_content .fund .skin-care .articleList .article-single .info .info-title, .wrap .wrap_content .fund .love .articleList .article-single .info .info-title {
  font-weight: 600;
  font-size: 24px;
  color: #2A2E2E;
}

.wrap .wrap_content .fund .beiFund .articleList .article-single .info .info-desc, .wrap .wrap_content .fund .smilePlan .articleList .article-single .info .info-desc, .wrap .wrap_content .fund .skin-care .articleList .article-single .info .info-desc, .wrap .wrap_content .fund .love .articleList .article-single .info .info-desc {
  font-weight: 400;
  line-height: 24px;
  color: #5F6464;
  margin-top: 30px;
  text-align: justify;
  font-size: 14px;
}

.wrap .wrap_content .fund .beiFund .articleList .article-single .info .info-desc a, .wrap .wrap_content .fund .smilePlan .articleList .article-single .info .info-desc a, .wrap .wrap_content .fund .skin-care .articleList .article-single .info .info-desc a, .wrap .wrap_content .fund .love .articleList .article-single .info .info-desc a {
  font-weight: 400;
  color: #2A2E2E;
  margin-top: 24px;
  display: block;
  font-size: 0;
}

.wrap .wrap_content .fund .beiFund .articleList .article-single .info .info-desc a span, .wrap .wrap_content .fund .smilePlan .articleList .article-single .info .info-desc a span, .wrap .wrap_content .fund .skin-care .articleList .article-single .info .info-desc a span, .wrap .wrap_content .fund .love .articleList .article-single .info .info-desc a span {
  font-size: 14px;
}

.wrap .wrap_content .fund .beiFund .articleList .article-single .info .info-desc a .span2, .wrap .wrap_content .fund .smilePlan .articleList .article-single .info .info-desc a .span2, .wrap .wrap_content .fund .skin-care .articleList .article-single .info .info-desc a .span2, .wrap .wrap_content .fund .love .articleList .article-single .info .info-desc a .span2 {
  border: 3px solid #656566;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
}

.wrap .wrap_content .fund .beiFund .articleList .article-single .info .info-desc .donate, .wrap .wrap_content .fund .smilePlan .articleList .article-single .info .info-desc .donate, .wrap .wrap_content .fund .skin-care .articleList .article-single .info .info-desc .donate, .wrap .wrap_content .fund .love .articleList .article-single .info .info-desc .donate {
  width: 100px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #B71B30;
  border: 1px solid #B71B30;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  background: rgba(183, 27, 48, 0.1);
}

.wrap .wrap_content .guard {
  width: 1200px;
  margin: 50px auto 0;
}

.wrap .wrap_content .guard .guard-nav {
  height: 54px;
  border-bottom: 1px solid #e5e5e5;
}

.wrap .wrap_content .guard .guard-nav .guard-single {
  margin-right: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #5F6464;
  height: 54px;
  line-height: 54px;
}

.wrap .wrap_content .guard .guard-nav .guard-single-checked {
  color: #2A2E2E;
  border-bottom: 3px solid #0054b8;
  font-weight: 600;
}

.wrap .wrap_content .guard .slogan {
  font-weight: 400;
  font-size: 14px;
  color: #5F6464;
  margin-top: 30px;
}

.wrap .wrap_content .guard .ESG-trends {
  margin-top: 48px;
}

.wrap .wrap_content .guard .ESG-trends .trends-list .trends-single {
  display: flex;
  font-size: 0;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid #e4e4e5;
}

.wrap .wrap_content .guard .ESG-trends .trends-list .trends-single .info {
  width: 800px;
}

.wrap .wrap_content .guard .ESG-trends .trends-list .trends-single .info .trends-single-title {
  font-weight: 600;
  font-size: 16px;
  color: #2A2E2E;
}

.wrap .wrap_content .guard .ESG-trends .trends-list .trends-single .info .trends-single-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5F6464;
  margin-top: 10px;
}

.wrap .wrap_content .guard .ESG-trends .trends-list .trends-single .headImg {
  width: 240px;
  vertical-align: top;
}

.wrap .wrap_content .guard .ESG-trends .trends-list .trends-single .headImg img {
  width: 100%;
}

.wrap .wrap_content .guard .ESG-video {
  margin-top: 40px;
}

.wrap .wrap_content .guard .ESG-video .video-list {
  font-size: 0;
}

.wrap .wrap_content .guard .ESG-video .video-list .video-single {
  width: 380px;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 52px;
}

.wrap .wrap_content .guard .ESG-video .video-list .video-single video {
  width: 380px;
  height: 240px;
  overflow: hidden;
  object-fit: cover;
}

.wrap .wrap_content .guard .ESG-video .video-list .video-single .video-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #2A2E2E;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .wrap .wrap_content .ESGNav {
    overflow-x: auto;
  }
  .wrap .wrap_content .ESGNav .navList {
    width: 100%;
    padding: 0 10px;
  }
  .wrap .wrap_content .ESGNav .navList .nav-single {
    margin-right: 20px;
  }
  .wrap .wrap_content .sustainable-development {
    width: 100%;
    margin: 20px auto 0;
    padding-bottom: 20px;
  }
  .wrap .wrap_content .sustainable-development .sustainable-development-totality {
    padding: 5px;
    overflow-x: hidden;
  }
  .wrap .wrap_content .sustainable-development .sustainable-development-totality .left {
    display: none;
  }
  .wrap .wrap_content .sustainable-development .sustainable-development-totality .right {
    margin-left: 0;
    width: 100%;
  }
  .wrap .wrap_content .sustainable-development .sustainable-development-totality .right .imageList {
    display: flex;
    height: auto;
  }
  .wrap .wrap_content .sustainable-development .sustainable-development-totality .right .imageList .image-single {
    flex: 1;
    height: 40%;
    overflow: hidden;
  }
  .wrap .wrap_content .sustainable-development .sustainable-development-totality .right .imageList .image-single img {
    width: 100%;
  }
  .wrap .wrap_content .sustainable-development .sustainable-development-totality .right .imageList .image-single p {
    font-size: 12px;
  }
  .wrap .wrap_content .sustainable-development .sustainable-development-totality .right .imageList .image-single svg {
    width: 10px;
  }
  .wrap .wrap_content .sustainable-development .ESG-manage {
    margin-top: 10px;
    width: 100%;
    padding: 0 10px;
    text-align: justify;
  }
  .wrap .wrap_content .sustainable-development .ESG-manage .title3 {
    font-size: 18px;
  }
  .wrap .wrap_content .sustainable-development .ESG-manage .imgii {
    width: 100% !important;
  }
  .wrap .wrap_content .sustainable-development .ESG-manage .svg1 {
    display: none;
  }
  .wrap .wrap_content .sustainable-development .ESG-manage .svg2 {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .wrap .wrap_content .sustainable-development .ESG-manage .ESG1img {
    display: none;
  }
  .wrap .wrap_content .sustainable-development .ESG-manage .ESG1img-wap {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
  .wrap .wrap_content .sustainable-development .ESG-manage .ESG3img {
    display: none;
  }
  .wrap .wrap_content .sustainable-development .ESG-manage .ESG3img-wap {
    display: block;
    width: 90%;
    margin: 24px auto 0;
  }
  .wrap .wrap_content .sustainable-development .ESG-manage .titleCenter {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #2A2E2E;
    margin-top: 20px;
  }
  .wrap .wrap_content .sustainable-development .ESG-download .ESG-reportList {
    width: 100%;
    padding: 0 10px;
  }
  .wrap .wrap_content .sustainable-development .ESG-download .ESG-reportList .reportList-single {
    display: flex;
  }
  .wrap .wrap_content .sustainable-development .ESG-download .ESG-reportList .reportList-single .headImg {
    flex: 0.6;
  }
  .wrap .wrap_content .sustainable-development .ESG-download .ESG-reportList .reportList-single .headImg img {
    width: 100%;
    height: auto;
  }
  .wrap .wrap_content .sustainable-development .ESG-download .ESG-reportList .reportList-single .info {
    flex: 1.4;
    margin-left: 10px;
  }
  .wrap .wrap_content .sustainable-development .ESG-download .ESG-reportList .reportList-single .info .year {
    font-size: 18px;
  }
  .wrap .wrap_content .sustainable-development .ESG-download .ESG-reportList .reportList-single .info .tips {
    font-size: 14px;
    color: #5F6464;
  }
  .wrap .wrap_content .bio-diversity {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .wrap .wrap_content .bio-diversity .firstPage .fourImg {
    display: none;
  }
  .wrap .wrap_content .bio-diversity .firstPage .fourImg-wap {
    display: block;
    padding: 0 10px;
    font-size: 0;
  }
  .wrap .wrap_content .bio-diversity .firstPage .fourImg-wap img {
    width: 50%;
  }
  .wrap .wrap_content .bio-diversity .firstPage .fourImg-wap video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
  }
  .wrap .wrap_content .bio-diversity .firstPage .title4 {
    font-size: 18px;
    padding: 0 10px;
    text-align: left;
    margin-top: 20px;
  }
  .wrap .wrap_content .bio-diversity .firstPage .title4 .p1s {
    display: none;
  }
  .wrap .wrap_content .bio-diversity .firstPage .title4 .p2s {
    display: block;
  }
  .wrap .wrap_content .bio-diversity .firstPage .ulList {
    font-size: 16px;
    padding: 0 10px;
    width: 100%;
    margin: 20px auto 0;
  }
  .wrap .wrap_content .bio-diversity .secondPage {
    width: 100%;
  }
  .wrap .wrap_content .bio-diversity .secondPage .weatherList .weather-single {
    padding: 0 10px;
  }
  .wrap .wrap_content .bio-diversity .secondPage .weatherList .weather-single .headImg {
    font-size: 0;
  }
  .wrap .wrap_content .bio-diversity .secondPage .weatherList .weather-single .headImg img {
    width: 100%;
    height: auto;
  }
  .wrap .wrap_content .bio-diversity .secondPage .weatherList .weather-single .headImg .bio2 {
    width: 50%;
    height: auto;
  }
  .wrap .wrap_content .bio-diversity .secondPage .weatherList .weather-single .headImg .bio3 {
    width: 50%;
    height: auto;
  }
  .wrap .wrap_content .bio-diversity .secondPage .weatherList .weather-single .desc {
    padding: 0;
    width: auto;
    height: auto;
  }
  .wrap .wrap_content .bio-diversity .secondPage .weatherList .weather-single .desc .desc-title {
    font-size: 16px;
  }
  .wrap .wrap_content .bio-diversity .secondPage .weatherList .weather-single .desc .word {
    white-space: normal;
  }
  .wrap .wrap_content .bio-diversity .thirdPage {
    width: 100%;
    padding: 0 10px;
  }
  .wrap .wrap_content .bio-diversity .thirdPage .thirdPage-title {
    font-size: 16px;
  }
  .wrap .wrap_content .bio-diversity .thirdPage .thirdPage-desc {
    width: 100%;
    text-align: justify;
    margin: 20px auto 0;
    color: #5F6464;
  }
  .wrap .wrap_content .bio-diversity .thirdPage .articleList {
    margin-top: 24px;
  }
  .wrap .wrap_content .bio-diversity .thirdPage .articleList .article-single {
    width: 100%;
  }
  .wrap .wrap_content .bio-diversity .thirdPage .articleList .article-single .headImg img {
    width: 100%;
  }
  .wrap .wrap_content .bio-diversity .thirdPage .articleList .article-single .info {
    padding: 0;
    width: 100%;
    margin-top: 15px;
  }
  .wrap .wrap_content .bio-diversity .thirdPage .articleList .article-single .info .info-title {
    font-size: 16px;
  }
  .wrap .wrap_content .bio-diversity .thirdPage .articleList .article-single .info .info-desc {
    margin-top: 15px;
  }
  .wrap .wrap_content .bio-diversity .fourthPage {
    padding: 0 10px;
  }
  .wrap .wrap_content .bio-diversity .fourthPage .fourthPage-title {
    font-weight: 600;
    font-size: 16px;
    color: #2A2E2E;
    display: block;
  }
  .wrap .wrap_content .bio-diversity .fourthPage .culture {
    width: 100%;
    margin-top: 20px;
  }
  .wrap .wrap_content .bio-diversity .fourthPage .culture .culture1 .culture1-desc-wap {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5F6464;
    text-align: justify;
  }
  .wrap .wrap_content .bio-diversity .fourthPage .culture .culture1 .showImg {
    margin-top: 15px;
  }
  .wrap .wrap_content .bio-diversity .fourthPage .culture .culture1 .showImg img {
    width: 100%;
  }
  .wrap .wrap_content .bio-diversity .fourthPage .culture .culture1 .culture1-desc {
    display: none;
  }
  .wrap .wrap_content .bio-diversity .fourthPage .culture .culture2 .culture2-desc {
    padding-top: 0;
  }
  .wrap .wrap_content .bio-diversity .fourthPage .culture .culture2 .culture2-desc span {
    color: #5F6464;
  }
  .wrap .wrap_content .bio-diversity .fourthPage .culture .culture2 a {
    margin-top: 10px;
  }
  .wrap .wrap_content .bio-diversity .fourthPage .culture .culture2 .showImg {
    margin-top: 15px;
  }
  .wrap .wrap_content .bio-diversity .fourthPage .culture .culture2 .showImg img {
    width: 100%;
  }
  .wrap .wrap_content .skin-healthy {
    width: 100%;
    padding: 0 10px;
    margin-top: 20px;
  }
  .wrap .wrap_content .skin-healthy .bgImg img {
    width: 100%;
  }
  .wrap .wrap_content .skin-healthy .bgImg .skin-healthyBg {
    display: none;
  }
  .wrap .wrap_content .skin-healthy .bgImg .skin-healthyBg-wap {
    display: block;
  }
  .wrap .wrap_content .skin-healthy .bgImg .skin-healthy-open {
    right: 10px;
    bottom: 20px;
  }
  .wrap .wrap_content .skin-healthy .bgImg .skin-healthy-open span {
    font-size: 16px;
    margin-right: 5px;
  }
  .wrap .wrap_content .skin-healthy .bgImg .skin-healthy-open svg {
    width: 30px;
  }
  .wrap .wrap_content .skin-healthy .skin-healthy-index {
    margin-top: 24px;
  }
  .wrap .wrap_content .skin-healthy .skin-healthy-index .skin-healthy-index-title {
    font-size: 16px;
  }
  .wrap .wrap_content .skin-healthy .skin-healthy-index .desc {
    margin-top: 20px;
  }
  .wrap .wrap_content .skin-healthy .skin-healthy-index .skin-healthy1 {
    width: 100%;
    margin: 10px auto 0;
  }
  .wrap .wrap_content .skin-healthy .skin-sonNav {
    display: flex;
  }
  .wrap .wrap_content .skin-healthy .skin-sonNav .sonNav-single {
    margin-right: 0;
    flex: 1;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
  }
  .wrap .wrap_content .skin-healthy .skin-son-plant .articleList, .wrap .wrap_content .skin-healthy .bbs .articleList, .wrap .wrap_content .skin-healthy .wcd .articleList {
    margin-top: 24px;
  }
  .wrap .wrap_content .skin-healthy .skin-son-plant .articleList .article-single, .wrap .wrap_content .skin-healthy .bbs .articleList .article-single, .wrap .wrap_content .skin-healthy .wcd .articleList .article-single {
    width: 100%;
  }
  .wrap .wrap_content .skin-healthy .skin-son-plant .articleList .article-single .headImg img, .wrap .wrap_content .skin-healthy .bbs .articleList .article-single .headImg img, .wrap .wrap_content .skin-healthy .wcd .articleList .article-single .headImg img {
    width: 100%;
  }
  .wrap .wrap_content .skin-healthy .skin-son-plant .articleList .article-single .info, .wrap .wrap_content .skin-healthy .bbs .articleList .article-single .info, .wrap .wrap_content .skin-healthy .wcd .articleList .article-single .info {
    padding: 0;
    width: 100%;
    margin-top: 15px;
  }
  .wrap .wrap_content .skin-healthy .skin-son-plant .articleList .article-single .info .info-title, .wrap .wrap_content .skin-healthy .bbs .articleList .article-single .info .info-title, .wrap .wrap_content .skin-healthy .wcd .articleList .article-single .info .info-title {
    font-size: 16px;
  }
  .wrap .wrap_content .skin-healthy .skin-son-plant .articleList .article-single .info .info-desc, .wrap .wrap_content .skin-healthy .bbs .articleList .article-single .info .info-desc, .wrap .wrap_content .skin-healthy .wcd .articleList .article-single .info .info-desc {
    margin-top: 15px;
  }
  .wrap .wrap_content .fund {
    margin-top: 20px;
    width: 100%;
    padding: 0 10px;
  }
  .wrap .wrap_content .fund .bgImg img {
    width: 100%;
  }
  .wrap .wrap_content .fund .bgImg .fundBg {
    display: none;
  }
  .wrap .wrap_content .fund .bgImg .fundBg-wap {
    display: block;
  }
  .wrap .wrap_content .fund .bgImg .fund-open {
    right: 40px;
    bottom: 20px;
  }
  .wrap .wrap_content .fund .bgImg .fund-open span {
    font-size: 16px;
    margin-right: 5px;
  }
  .wrap .wrap_content .fund .bgImg .fund-open svg {
    width: 30px;
  }
  .wrap .wrap_content .fund .fund-index {
    margin-top: 24px;
  }
  .wrap .wrap_content .fund .fund-index .fund-index-title {
    font-size: 16px;
  }
  .wrap .wrap_content .fund .fund-index .desc {
    margin-top: 20px;
  }
  .wrap .wrap_content .fund .fund-index .fund1 {
    width: 100%;
    margin: 10px auto 0;
  }
  .wrap .wrap_content .fund .fund-sonNav {
    display: flex;
  }
  .wrap .wrap_content .fund .fund-sonNav .fundNav-single {
    margin-right: 0;
    flex: 1;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
  }
  .wrap .wrap_content .fund .beiFund .articleList, .wrap .wrap_content .fund .smilePlan .articleList, .wrap .wrap_content .fund .skin-care .articleList, .wrap .wrap_content .fund .love .articleList {
    margin-top: 24px;
  }
  .wrap .wrap_content .fund .beiFund .articleList .article-single, .wrap .wrap_content .fund .smilePlan .articleList .article-single, .wrap .wrap_content .fund .skin-care .articleList .article-single, .wrap .wrap_content .fund .love .articleList .article-single {
    width: 100%;
  }
  .wrap .wrap_content .fund .beiFund .articleList .article-single .headImg img, .wrap .wrap_content .fund .smilePlan .articleList .article-single .headImg img, .wrap .wrap_content .fund .skin-care .articleList .article-single .headImg img, .wrap .wrap_content .fund .love .articleList .article-single .headImg img {
    width: 100%;
  }
  .wrap .wrap_content .fund .beiFund .articleList .article-single .info, .wrap .wrap_content .fund .smilePlan .articleList .article-single .info, .wrap .wrap_content .fund .skin-care .articleList .article-single .info, .wrap .wrap_content .fund .love .articleList .article-single .info {
    padding: 0;
    width: 100%;
    margin-top: 15px;
  }
  .wrap .wrap_content .fund .beiFund .articleList .article-single .info .info-title, .wrap .wrap_content .fund .smilePlan .articleList .article-single .info .info-title, .wrap .wrap_content .fund .skin-care .articleList .article-single .info .info-title, .wrap .wrap_content .fund .love .articleList .article-single .info .info-title {
    font-size: 16px;
  }
  .wrap .wrap_content .fund .beiFund .articleList .article-single .info .info-desc, .wrap .wrap_content .fund .smilePlan .articleList .article-single .info .info-desc, .wrap .wrap_content .fund .skin-care .articleList .article-single .info .info-desc, .wrap .wrap_content .fund .love .articleList .article-single .info .info-desc {
    margin-top: 15px;
  }
  .wrap .wrap_content .fund .beiFund .articleList .article-single .info .info-desc .donate, .wrap .wrap_content .fund .smilePlan .articleList .article-single .info .info-desc .donate, .wrap .wrap_content .fund .skin-care .articleList .article-single .info .info-desc .donate, .wrap .wrap_content .fund .love .articleList .article-single .info .info-desc .donate {
    width: 150px;
    border-radius: 50px;
    margin: 25px auto 0;
    display: block;
  }
  .wrap .wrap_content .guard {
    margin-top: 10px;
    width: 100%;
    padding: 0 10px;
  }
  .wrap .wrap_content .guard .guard-nav {
    height: 40px;
  }
  .wrap .wrap_content .guard .guard-nav .guard-single {
    height: 40px;
    line-height: 40px;
  }
  .wrap .wrap_content .guard .guard-nav .guard-single-checked {
    color: #0055B8;
  }
  .wrap .wrap_content .guard .slogan {
    margin-top: 20px;
    text-align: justify;
  }
  .wrap .wrap_content .guard .ESG-trends {
    margin-top: 20px;
  }
  .wrap .wrap_content .guard .ESG-trends .trends-list .trends-single {
    display: flex;
    padding-bottom: 10px;
  }
  .wrap .wrap_content .guard .ESG-trends .trends-list .trends-single .info {
    width: 68%;
    padding-right: 10px;
  }
  .wrap .wrap_content .guard .ESG-trends .trends-list .trends-single .info .trends-single-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .wrap .wrap_content .guard .ESG-trends .trends-list .trends-single .info .trends-single-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .wrap .wrap_content .guard .ESG-trends .trends-list .trends-single .headImg {
    width: 32%;
  }
  .wrap .wrap_content .guard .ESG-trends .trends-list .trends-single .headImg img {
    border-radius: 10px;
    overflow: hidden;
  }
  .wrap .wrap_content .guard .ESG-video {
    margin-top: 20px;
  }
  .wrap .wrap_content .guard .ESG-video .video-list {
    font-size: 0;
  }
  .wrap .wrap_content .guard .ESG-video .video-list .video-single {
    width: 50%;
    height: auto;
    margin: 0 0 20px 0;
  }
  .wrap .wrap_content .guard .ESG-video .video-list .video-single video {
    width: 94.5%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .wrap .wrap_content .guard .ESG-video .video-list .video-single .video-title {
    font-size: 14px;
    margin-top: 7px;
  }
  .wrap .wrap_content .new-img-single {
    flex-direction: column;
    align-items: center;
  }
}

.article-single .article-single-link, .bbs .article-single-link {
  width: 100%;
  height: 100%;
}

.article-single .article-single-look, .bbs .article-single-look {
  margin-top: 24px;
}

.fund .article-single, .skin-son-plant .article-single, .bbs .article-single, .wcd .article-single {
  transition: all 0.3s;
}

.fund .article-single:hover, .skin-son-plant .article-single:hover, .bbs .article-single:hover, .wcd .article-single:hover {
  transform: scale(1.01);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.sustainable-development-totality .imageList .image-single {
  transition: all 0.3s;
}

.sustainable-development-totality .imageList .image-single:hover {
  transform: scale(1.03);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.bio-diversity .firstPage .fourImg .scaleImg {
  transition: all 0.3s;
}

.bio-diversity .firstPage .fourImg .scaleImg:hover {
  transform: scale(1.03);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.new-img-single {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff !important;
}

.new-img-single img {
  display: block;
  margin-bottom: 40px;
}
<!--0.00015902519226074-->