@charset "utf-8";
.public-breadcrumb2 {
  position: absolute;
  top: calc(1.2rem + 20px);
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0.3rem 0;
}
@media (max-width: 991px) {
  .public-breadcrumb2 {
    top: 1.2rem;
  }
}
@media (max-width: 767px) {
  .public-breadcrumb2 {
    display: none;
  }
}
.public-breadcrumb2 .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
}
.public-breadcrumb2 .c-text-box .c-title {
  font-size: var(--font-size4);
}
.public-breadcrumb2 .c-text-box .c-subtitle {
  margin-top: 0.2rem;
  font-size: 0.4rem;
  line-height: 1.2;
}
.public-breadcrumb2 .c-text-box .public-btn {
  margin-top: 0.35rem;
}
.public-breadcrumb2 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
.public-breadcrumb2 .container img,
.public-breadcrumb2 .container svg {
  margin: 0 0.1rem;
}
.public-breadcrumb2 .container img:last-child,
.public-breadcrumb2 .container svg:last-child {
  display: none;
}
.public-breadcrumb2 .container a {
  transition: all 0.4s;
}
.public-breadcrumb2 .container a:hover {
  text-decoration: underline;
}
.g_sus .c-text-box .c-subtitle {
  font-size: 0.68rem;
}

 
@charset "utf-8";
/*字体*/
@font-face {
  font-family: "Manrope-Medium";
  src: url("../font/Manrope-Medium.woff") format("woff");
}
@font-face {
  font-family: "Manrope-Bold";
  src: url("../font/Manrope-Bold.woff") format("woff");
}
@keyframes circleMove {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(15%, -10%);
  }
  50% {
    transform: translate(30%, 20%);
  }
  75% {
    transform: translate(10%, 15%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sustainablebox-sec1 {
  min-height: 4.84rem;
  background: #fafbf8;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sustainablebox-sec1 {
    padding: 1.2rem 0 1.8rem;
  }
}
.sustainablebox-sec1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.72rem;
  top: 0.6rem;
  width: 0.68rem;
  height: 0.68rem;
  background-color: var(--color);
  opacity: 0.1;
  animation: circleMove 6s linear infinite;
  border-radius: 50%;
}
.sustainablebox-sec1 .c-bg {
  position: absolute;
  left: -1rem;
  bottom: -1.2rem;
  z-index: 1;
  width: 3.64rem;
  height: 3.64rem;
  pointer-events: none;
  animation: circleRotate 60s linear infinite;
}
.sustainablebox-sec1 .c-bg2 {
  position: absolute;
  right: -2rem;
  top: -2rem;
  z-index: 1;
  width: 5rem;
  pointer-events: none;
  animation: circleMove 6s linear infinite;
}
.sustainablebox-sec1 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sustainablebox-sec1 .container .lt,
.sustainablebox-sec1 .container .gt {
  padding: 1.2rem 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .sustainablebox-sec1 .container .lt,
  .sustainablebox-sec1 .container .gt {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .sustainablebox-sec1 .container .lt {
    padding-right: 0;
    border-right: none;
    text-align: center;
    margin-bottom: 0.54rem;
  }
}
.sustainablebox-sec1 .container .lt .f_tit {
  font-size: var(--font-size2);
  margin-bottom: 0.17rem;
}
.sustainablebox-sec1 .container .lt .f_text {
  color: #666666;
  line-height: 1.6;
  font-size: var(--font-size7);
}
.sustainablebox-sec1 .container .gt {
  padding-left: 1.58rem;
  position: relative;
}
@media (max-width: 1580px) {
  .sustainablebox-sec1 .container .gt {
    padding-left: 0;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .sustainablebox-sec1 .container .gt {
    width: 100%;
  }
}
.sustainablebox-sec1 .container .gt .sustainablebox1_prev,
.sustainablebox-sec1 .container .gt .sustainablebox1_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_prev,
  .sustainablebox-sec1 .container .gt .sustainablebox1_next {
    display: none;
  }
}
.sustainablebox-sec1 .container .gt .sustainablebox1_prev {
  left: 0.8rem;
}
@media (max-width: 1580px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_prev {
    left: 0;
  }
}
@media (max-width: 1180px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_prev {
    left: -0.4rem;
  }
}
.sustainablebox-sec1 .container .gt .sustainablebox1_next {
  right: -0.8rem;
  left: inherit;
}
@media (max-width: 1580px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_next {
    right: 0;
  }
}
@media (max-width: 1180px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_next {
    right: -0.4rem;
  }
}
.sustainablebox-sec1 .container .gt .sustainablebox1_pagin {
  position: absolute;
  right: -1rem;
  left: initial;
  bottom: 50%;
  transform: translateY(50%);
  width: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1580px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_pagin {
    right: -0.3rem;
  }
}
@media (min-width: 992px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_pagin {
    display: none;
  }
}
.sustainablebox-sec1 .container .gt .sustainablebox1_pagin span {
  margin: 0.15rem 0;
  width: 10px;
  height: 10px;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.4s;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_pagin span {
    width: 8px;
    height: 8px;
  }
}
.sustainablebox-sec1 .container .gt .sustainablebox1_pagin .swiper-pagination-bullet-active {
  background-color: var(--color);
  opacity: 1;
}
@media (max-width: 991px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_pagin {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    top: calc(1.2rem + 180px);
    right: 0;
  }
  .sustainablebox-sec1 .container .gt .sustainablebox1_pagin span {
    margin: 0 0.14rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_pagin {
    top: 180px;
  }
}
.sustainablebox-sec1 .container .gt .sustainablebox1_cont {
  width: 100%;
}
.sustainablebox-sec1 .container .gt .sustainablebox1_cont .swiper-slide {
  text-align: center;
}
.sustainablebox-sec1 .container .gt .sustainablebox1_cont .swiper-slide .f_img {
  height: 2rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_cont .swiper-slide .f_img {
    height: 160px;
  }
}
@media (max-width: 991px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_cont .swiper-slide .f_img {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_cont .swiper-slide .f_img {
    margin-bottom: 40px;
  }
}
.sustainablebox-sec1 .container .gt .sustainablebox1_cont .swiper-slide .f_img img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.sustainablebox-sec1 .container .gt .sustainablebox1_cont .swiper-slide .f_tit {
  color: #333333;
  text-align: center;
}

 
@charset "utf-8";
/*字体*/
@font-face {
  font-family: "Manrope-Medium";
  src: url("../font/Manrope-Medium.woff") format("woff");
}
@font-face {
  font-family: "Manrope-Bold";
  src: url("../font/Manrope-Bold.woff") format("woff");
}
.sustainablebox-sec2 {
  position: relative;
  padding: 1.26rem 0 0.3rem;
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 767px) {
  .sustainablebox-sec2 {
    height: 560px;
  }
}
.sustainablebox-sec2 .sustainablebox_bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* &:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.2);
                z-index: 1;
            } */
}
.sustainablebox-sec2 .sustainablebox_bag .img {
  width: 100%;
  height: 100%;
}
.sustainablebox-sec2 .sustainablebox_bag .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sustainablebox-sec2 .container {
  position: relative;
  z-index: 2;
}
.sustainablebox-sec2 .container .cont {
  position: relative;
  margin-bottom: 1.3rem;
  margin-bottom: 0.6rem;
  min-height: 5rem;
}
.sustainablebox-sec2 .container .cont .f_jut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.sustainablebox-sec2 .container .cont .f_jut .f_title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 0.56rem;
  font-size: var(--font-size2);
}
.sustainablebox-sec2 .container .cont .f_jut .f_title span {
  font-weight: normal;
  font-family: 'Manrope-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont {
  width: auto;
  margin: -0.12rem;
}
.sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide {
  padding: 0 0.12rem;
  width: 25%;
  height: auto;
}
@media (max-width: 991px) {
  .sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide {
    width: 80%;
  }
}
.sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide .item {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 0.2rem;
  padding: 0.36rem 0.3rem 0.58rem;
  height: 100%;
}
.sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide .item .f_icon {
  height: 0.6rem;
  margin-bottom: 0.52rem;
  margin-bottom: 0.32rem;
}
.sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide .item .f_icon img {
  height: 100%;
  max-width: 100%;
}
.sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide .item .f_tit {
  color: #000000;
  font-size: var(--font-size4);
  margin-bottom: 0.32rem;
  margin-bottom: 0.12rem;
}
.sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide .item .f_text {
  color: #666666;
  line-height: 1.5;
  min-height: 7.5em;
  font-size: var(--font-size7);
}
@media (max-width: 1580px) {
  .sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide .item .f_text {
    min-height: 9em;
  }
}
@media (max-width: 1180px) {
  .sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide .item .f_text {
    min-height: 10.5em;
  }
}
.sustainablebox-sec2 .container .cont .on {
  /* transition: all 0.4s; */
  position: relative;
  opacity: 1;
  visibility: inherit;
}
.sustainablebox-sec2 .sustainablebox2_nav {
  width: 100%;
  position: relative;
  z-index: 2;
}
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide {
  width: 33.333%;
  color: #ffffff;
}
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide .item .xian {
  content: "";
  width: calc(100% - 0.4rem - 20px);
  position: absolute;
  top: 0.3rem;
  left: 50%;
  margin-left: calc(0.2rem + 10px);
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide .item .xian:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
}
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide .item .f_dian {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.36rem;
  display: none;
}
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide .item .f_dian:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  border-radius: 50%;
  background: #ffffff;
}
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide .item .shu {
  font-family: 'Manrope-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #ffffff;
  line-height: 1;
  font-size: 0.58rem;
  margin-bottom: 0.14rem;
}
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide:first-child .item:before {
  content: "";
  width: calc(100% - 0.4rem - 20px);
  position: absolute;
  top: 0.3rem;
  right: 50%;
  margin-right: calc(0.2rem + 10px);
  height: 1px;
  background: #ffffff;
}
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide:last-child .item .xian {
  width: calc(50% - 0.4rem);
}
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide.on ~ .swiper-slide .item .xian:after {
  width: 0;
}
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide.on ~ .swiper-slide .item .f_dian,
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide.on ~ .swiper-slide .item .shu,
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide.on ~ .swiper-slide .item .f_tit {
  opacity: 0.6;
}
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide.on .item .xian:after {
  animation: width100 5s linear;
}
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide.on .item .f_dian,
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide.on .item .shu,
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide.on .item .f_tit {
  opacity: 1;
}

 
@charset "utf-8";
/*字体*/
@font-face {
  font-family: "Manrope-Medium";
  src: url("../font/Manrope-Medium.woff") format("woff");
}
@font-face {
  font-family: "Manrope-Bold";
  src: url("../font/Manrope-Bold.woff") format("woff");
}
.sustainablebox-sec3 {
  background-color: #f8fbf8;
  padding: 1.32rem 0 1.6rem;
  overflow: hidden;
}
@keyframes circleMove {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(15%, -10%);
  }
  50% {
    transform: translate(30%, 20%);
  }
  75% {
    transform: translate(10%, 15%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sustainablebox-sec3 .base_prev,
.sustainablebox-sec3 .base_next {
  position: relative;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  transition: all 0.4s;
  background: #ffffff;
  left: 0;
  right: 0;
  margin-top: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .sustainablebox-sec3 .base_prev,
  .sustainablebox-sec3 .base_next {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.sustainablebox-sec3 .base_prev:after,
.sustainablebox-sec3 .base_next:after {
  display: none;
}
.sustainablebox-sec3 .base_prev img,
.sustainablebox-sec3 .base_next img,
.sustainablebox-sec3 .base_prev svg,
.sustainablebox-sec3 .base_next svg {
  width: 30.35714286%;
  height: 25%;
  object-fit: contain;
}
.sustainablebox-sec3 .base_prev img path,
.sustainablebox-sec3 .base_next img path,
.sustainablebox-sec3 .base_prev svg path,
.sustainablebox-sec3 .base_next svg path {
  fill: var(--color) !important;
}
.sustainablebox-sec3 .base_prev:hover,
.sustainablebox-sec3 .base_next:hover {
  background-color: var(--color);
}
.sustainablebox-sec3 .base_prev:hover svg path,
.sustainablebox-sec3 .base_next:hover svg path {
  fill: #ffffff !important;
}
.sustainablebox-sec3 .f_font {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.72rem;
  justify-content: space-between;
}
.sustainablebox-sec3 .f_font .f_tit {
  color: #000000;
  font-size: 0.48rem;
  line-height: 1.25;
  font-size: var(--font-size2);
}
.sustainablebox-sec3 .f_font .qie {
  display: flex;
  align-items: center;
}
.sustainablebox-sec3 .f_font .qie .base_next {
  margin-left: 16px;
}
@media (max-width: 1580px) {
  .sustainablebox-sec3 .f_font .qie .base_next {
    margin-left: 12px;
  }
}
.sustainablebox-sec3 .cont .f_jut {
  position: relative;
  margin: 0 -0.12rem;
  display: flex;
  flex-wrap: wrap;
}
.sustainablebox-sec3 .cont .f_jut .f_item1,
.sustainablebox-sec3 .cont .f_jut .swiper-slide {
  padding: 0 0.12rem;
}
.sustainablebox-sec3 .cont .f_jut .f_item1 {
  width: 25%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .sustainablebox-sec3 .cont .f_jut .f_item1 {
    display: none;
  }
}
.sustainablebox-sec3 .cont .f_jut .f_item1 .list {
  background-color: #ffffff;
  box-shadow: 0px 3px 0.2rem 0px rgba(0, 0, 0, 0.06);
  border-radius: 0.2rem;
  overflow: hidden;
  min-height: 100%;
}
.sustainablebox-sec3 .cont .f_jut .f_item1 .list:before {
  padding-top: 145.83333333%;
}
.sustainablebox-sec3 .cont .f_jut .f_item1 .list img {
  object-fit: contain;
}
.sustainablebox-sec3 .cont .f_jut .f_item1 .list img:nth-child(1) {
  animation: circleRotate 60s linear infinite;
}
.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont {
  width: 75%;
  overflow: inherit;
  position: relative;
}
@media (max-width: 767px) {
  .sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont {
    width: 100%;
  }
}
.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont:after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 130%;
  right: 100%;
  top: -10%;
  margin-right: 0.2rem;
  background-color: #f8fbf8;
  z-index: 2;
}
.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide {
  width: 45.1666%;
  height: auto;
}
@media (max-width: 991px) {
  .sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide {
    width: 100%;
  }
}
.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item {
  overflow: hidden;
  position: relative;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 0.2rem 0px rgba(0, 0, 0, 0.06);
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  padding: 0.34rem 0.46rem 0.4rem;
}
.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item .shu {
  color: var(--color);
  line-height: 1;
  margin-bottom: 0.28rem;
  font-family: 'Manrope-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.48rem;
}
.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item .f_tit {
  line-height: 1.33333333;
  font-size: var(--font-size4);
  color: #333333;
  margin-bottom: 0.42rem;
}
.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item .f_text {
  font-size: var(--font-size7);
  color: #666666;
  line-height: 1.875;
  margin-top: auto;
  margin-bottom: 1rem;
}
@media (max-width: 1580px) {
  .sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item .f_text {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item .f_text {
    margin-bottom: 0.4rem;
  }
}
.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item .f_img {
  height: 0.86rem;
}
.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item .f_img img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item .c-bg {
  position: absolute;
  right: -2.04rem;
  bottom: -1.85rem;
  z-index: 1;
  width: 4.5rem;
  height: 4.5rem;
  pointer-events: none;
  animation: circleRotate 60s linear infinite;
}
.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide:nth-child(2n) .item .shu {
  color: var(--color);
}
.sustainablebox-sec3 .cont .sustainablebox3_pagin {
  width: 100%;
  height: 1px;
  display: flex;
  align-content: flex-end;
  overflow: visible;
  position: relative;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
}
.sustainablebox-sec3 .cont .sustainablebox3_pagin span {
  height: 2px;
  top: initial;
  bottom: 0;
  background: var(--color);
}
.sustainablebox-sec3 .swiper-scrollbar {
  position: relative;
  z-index: 10;
  margin-top: 1rem;
  height: 2px;
  background: #e5e5e5;
}
.sustainablebox-sec3 .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color);
}
