@charset "utf-8";
:root {
  --color: #e34919;
  --color2: #e34919;
  --color3: #e34919;
  --vh: 100vh;
  --grdcolor: #252821;
  --grdcolor2: #b6baae;
  --left: 0;
  --top: 0;
  --y: 0;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
.font-m {
  font-family: 'pop-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-r {
  font-family: 'pop-r', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.public-main {
  display: flex;
  align-content: flex-start;
  justify-content: center;
}
@media (max-width: 1199px) {
  .public-main {
    flex-wrap: wrap;
  }
}
.public-main .public-main-left {
  position: relative;
  z-index: 10;
  left: 2.5%;
  width: 0;
}
@media (max-width: 1199px) {
  .public-main .public-main-left {
    padding-top: 20px;
    left: 0;
    width: 100%;
  }
}
.public-main .public-main-right {
  padding-top: 100px;
  width: 100%;
}
@media (max-width: 1580px) {
  .public-main .public-main-right {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .public-main .public-main-right {
    padding-top: 20px;
  }
}
.public-main .public-main-right .container {
  max-width: 1080px;
}
.hi-nav1 {
  position: sticky;
  position: -webkit-sticky;
  top: 180px;
  width: 150px;
}
@media (max-width: 1580px) {
  .hi-nav1 {
    top: 100px;
  }
}
@media (max-width: 1199px) {
  .hi-nav1 {
    position: static;
    width: 100%;
  }
}
@media (min-width: 1199px) {
  .hi-nav1 .swiper .swiper-wrapper {
    display: block;
  }
}
.hi-nav1 .swiper .swiper-slide {
  margin-bottom: 0.3rem;
  width: auto;
  margin-right: 0.3rem;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .hi-nav1 .swiper .swiper-slide {
    margin-bottom: 0;
  }
}
.hi-nav1 .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.hi-nav1 .swiper .swiper-slide .c-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #656464;
  transition: all 0.4s;
}
.hi-nav1 .swiper .swiper-slide.on .c-text,
.hi-nav1 .swiper .swiper-slide:hover .c-text {
  color: #000;
}
.hi-nav1 .swiper .swiper-slide.on .c-text::before,
.hi-nav1 .swiper .swiper-slide:hover .c-text::before {
  width: 100%;
  left: 0;
}
.hi-nav1 .swiper .swiper-scrollbar {
  left: 0;
  bottom: 0;
  width: 100%;
  background: #eee;
  border-radius: 0;
}
.hi-nav1 .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: #005CE6;
}
.hi-nav5 .swiper {
  padding: 15px 0;
}
.hi-nav5 .swiper .swiper-slide {
  width: auto;
  margin-right: 0.3rem;
}
.hi-nav5 .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.hi-nav5 .swiper .swiper-slide .c-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 30px;
  border-radius: 22px;
  color: #666;
  background: #fff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hi-nav5 .swiper .swiper-slide .c-text {
    padding: 0 20px;
    height: 40px;
    border-radius: 20px;
  }
}
.hi-nav5 .swiper .swiper-slide .c-text::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 6px;
  height: 6px;
  background: var(--color);
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hi-nav5 .swiper .swiper-slide .c-text::before {
    left: 8px;
  }
}
.hi-nav5 .swiper .swiper-slide.on .c-text,
.hi-nav5 .swiper .swiper-slide:hover .c-text {
  color: #fff;
  background: #000;
}
.hi-nav5 .swiper .swiper-slide.on .c-text::before,
.hi-nav5 .swiper .swiper-slide:hover .c-text::before {
  opacity: 1;
}
.public-history1 {
  padding-bottom: 1.2rem;
}
.public-history1.public-history2 .c-list li:nth-child(3n-1),
.public-history1.public-history2 .c-list li:nth-child(3n-2) {
  width: 50%;
}
@media (max-width: 767px) {
  .public-history1.public-history2 .c-list li:nth-child(3n-1),
  .public-history1.public-history2 .c-list li:nth-child(3n-2) {
    width: 100%;
  }
}
.public-history1.public-history2 .c-list li:nth-child(3n-1) .public-img::before,
.public-history1.public-history2 .c-list li:nth-child(3n-2) .public-img::before {
  padding-top: calc(380/530*100%);
}
.public-history1.public-history2 .c-list li:nth-child(3n-1) .c-box .c-text-box,
.public-history1.public-history2 .c-list li:nth-child(3n-2) .c-box .c-text-box {
  max-width: 100%;
  width: 100%;
}
.public-history1.public-history2 .c-list li:nth-child(3n-1) .c-box .c-time,
.public-history1.public-history2 .c-list li:nth-child(3n-2) .c-box .c-time {
  margin: 0.4rem 0 0 0;
  width: 100%;
}
.public-history1.public-history3 .c-list li {
  width: 50%;
}
@media (max-width: 767px) {
  .public-history1.public-history3 .c-list li {
    width: 100%;
  }
}
.public-history1.public-history3 .c-list li .public-img::before {
  padding-top: calc(380/530*100%);
}
.public-history1.public-history3 .c-list li .c-box .c-text-box {
  max-width: 100%;
  width: 100%;
}
.public-history1.public-history3 .c-list li .c-box .c-time {
  margin: 0.4rem 0 0 0;
  width: 100%;
}
.public-history1.public-history3 .c-list li:nth-child(1) {
  width: 100%;
}
.public-history1.public-history3 .c-list li:nth-child(1) .public-img::before {
  padding-top: calc(540/1080*100%);
}
.public-history1.public-history3 .c-list li:nth-child(1) .c-box {
  margin-top: 0.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.public-history1.public-history3 .c-list li:nth-child(1) .c-box .c-text-box {
  max-width: 50%;
}
@media (max-width: 767px) {
  .public-history1.public-history3 .c-list li:nth-child(1) .c-box .c-text-box {
    max-width: 100%;
  }
}
.public-history1.public-history3 .c-list li:nth-child(1) .c-box .c-text {
  margin-top: 0.2rem;
  color: #9e9e9f;
  line-height: 1.42857143;
}
.public-history1.public-history3 .c-list li:nth-child(1) .c-time {
  width: auto;
  margin-left: 0.4rem;
  flex-shrink: 0;
  color: #656464;
}
@media (max-width: 767px) {
  .public-history1.public-history3 .c-list li:nth-child(1) .c-time {
    width: 100%;
    margin: 0.4rem 0 0;
  }
}
.public-history1 .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.55rem;
}
.public-history1 .c-title-box .public-btn3 {
  color: #656464;
}
.public-history1 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -7px -0.7rem;
}
.public-history1 .c-list li {
  width: 100%;
  padding: 0 7px 0.7rem;
}
.public-history1 .c-list li .c-wrap {
  display: block;
}
.public-history1 .c-list li .c-wrap:hover .public-img img {
  transform: scale(1.05);
}
.public-history1 .c-list li .public-img::before {
  padding-top: calc(540/1080*100%);
}
.public-history1 .c-list li .c-box {
  margin-top: 0.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.public-history1 .c-list li .c-box .c-text-box {
  max-width: 50%;
}
@media (max-width: 767px) {
  .public-history1 .c-list li .c-box .c-text-box {
    max-width: 100%;
  }
}
.public-history1 .c-list li .c-box .c-text {
  margin-top: 0.2rem;
  color: #9e9e9f;
  height: 60px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.public-history1 .c-list li .c-time {
  margin-left: 0.4rem;
  flex-shrink: 0;
  color: #656464;
}
@media (max-width: 767px) {
  .public-history1 .c-list li .c-time {
    width: 100%;
    margin: 0.4rem 0 0;
  }
}
.public-history1 .c-btn {
  text-align: center;
  padding-top: 0.7rem;
}
.public-history1 .c-btn .public-btn {
  border: 1px solid #000;
  background: transparent;
  color: #000;
}
.public-banner {
  position: relative;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: hidden;
}
.public-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.public-banner picture {
  height: 100%;
}
.public-banner picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-banner .c-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.public-banner .c-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  z-index: 5;
}
.public-banner .c-wrap .c-title {
  font-family: 'pop-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.public-banner .c-wrap .c-play {
  margin-top: 0.2rem;
  cursor: pointer;
  border-radius: 24px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  padding: 0.08rem 0.26rem;
  background: rgba(255, 255, 255, 0.11);
  display: inline-flex;
  transition: all 0.4s;
  align-items: center;
}
@media (max-width: 767px) {
  .public-banner .c-wrap .c-play {
    padding: 0.14rem 0.36rem;
  }
}
.public-banner .c-wrap .c-play img,
.public-banner .c-wrap .c-play svg {
  height: 12px;
  margin-right: 5px;
}
@media (max-width: 1580px) {
  .public-banner .c-wrap .c-play img,
  .public-banner .c-wrap .c-play svg {
    height: 10px;
  }
}
@media (max-width: 767px) {
  .public-banner .c-wrap .c-play img,
  .public-banner .c-wrap .c-play svg {
    height: 0.24rem;
  }
}
.public-banner .c-wrap .c-play:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.c-team1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-team1 .c-text-box {
  padding-left: 2.5vw;
  width: 50%;
  font-family: 'pop-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 767px) {
  .c-team1 .c-text-box {
    padding: 1.2rem 5vw 1.1rem;
    width: 100%;
  }
}
.c-team1 .c-text-box .c-text {
  max-width: 5.3rem;
}
@media (max-width: 767px) {
  .c-team1 .c-text-box .c-text {
    max-width: 100%;
  }
}
.c-team1 .c-text-box .c-name {
  margin-top: 0.4rem;
}
.c-team1 .c-text-box .c-text2 {
  opacity: 0.58;
}
.c-team1 .public-img {
  width: 50%;
}
@media (max-width: 767px) {
  .c-team1 .public-img {
    width: 100%;
  }
}
.c-team2 {
  position: relative;
}
.c-team2 picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-team2 picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-team2 .container {
  position: relative;
  z-index: 5;
}
.c-team2 .c-top {
  padding: 2.2rem 0 2.2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .c-team2 .c-top {
    padding: 1.2rem 0;
  }
}
.c-team2 .c-top .c-wrap {
  max-width: 440px;
  padding-left: 0.3rem;
}
.c-team2 .c-top .c-title {
  font-family: 'pop-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-team2 .c-top .c-text {
  min-height: 2.3rem;
  margin-top: 0.25rem;
  line-height: 1.42857143;
}
.c-team2 .c-bottom {
  padding-bottom: 0.4rem;
}
.c-team2 .c-bottom .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px -14px;
}
.c-team2 .c-bottom .c-list li {
  display: flex;
  padding: 0 7px 14px;
  width: 33.33%;
}
@media (max-width: 767px) {
  .c-team2 .c-bottom .c-list li {
    width: 100%;
  }
}
.c-team2 .c-bottom .c-list li .c-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  padding: 0.3rem;
  background: #fff;
  border-radius: 6px;
  min-height: 2.9rem;
}
.c-team2 .c-bottom .c-list li .c-wrap .c-box {
  width: 100%;
}
.c-team2 .c-bottom .c-list li .c-wrap .c-box .c-num {
  display: flex;
  align-items: flex-start;
  font-family: 'pop-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1;
}
.c-team2 .c-bottom .c-list li .c-wrap .c-box .c-num img {
  transform: translateY(0.13em);
  margin-left: 0.1rem;
  width: 10px;
  height: 10px;
  object-fit: contain;
}
.c-team2 .c-bottom .c-list li .c-wrap .c-box .c-text {
  color: #9e9e9f;
}
.c-team2 .c-bottom .c-list li .c-wrap .c-text2 {
  font-family: 'pop-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-team3 {
  padding: 0.9rem 0 0;
  background: #f5f4f3;
}
@media (max-width: 767px) {
  .c-team3 {
    padding: 1.2rem 0;
  }
}
.c-team3 .c-top {
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .c-team3 .c-top {
    margin-bottom: 0.6rem;
  }
}
.c-team3 .c-top .c-title {
  font-family: 'pop-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-team3 .c-bottom .c-list li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  color: #9e9e9f;
  padding: 0.15rem 0;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.4s;
}
.c-team3 .c-bottom .c-list li.on {
  display: none;
}
.c-team3 .c-bottom .c-list li .c-num {
  flex-shrink: 0;
  padding: 0 0.2rem;
  width: 17%;
}
@media (max-width: 767px) {
  .c-team3 .c-bottom .c-list li .c-num {
    width: 50px;
  }
}
.c-team3 .c-bottom .c-list li .c-title {
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.4s;
  position: relative;
}
.c-team3 .c-bottom .c-list li .c-title::before {
  flex-shrink: 0;
  margin-right: -8px;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--color);
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  top: 0.45em;
}
.c-team3 .c-bottom .c-list li .c-box {
  position: relative;
  margin: 0 0.7rem 0 0.2rem;
  flex-shrink: 0;
  width: 220px;
}
@media (max-width: 767px) {
  .c-team3 .c-bottom .c-list li .c-box {
    margin-right: 0.2rem;
    width: 100px;
  }
}
.c-team3 .c-bottom .c-list li .c-box .public-img {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  transform: translateY(-50%);
  box-shadow: 0 0 0.1rem rgba(135, 118, 109, 0.1);
  transition: all 0.4s;
}
.c-team3 .c-bottom .c-list li .c-box .public-img img {
  object-fit: contain;
  transform: scale(0.7);
}
.c-team3 .c-bottom .c-list li .c-box .public-img::before {
  padding-top: calc(130/220*100%);
}
@media (max-width: 767px) {
  .c-team3 .c-bottom .c-list li .c-box .public-img::before {
    padding-top: 50%;
  }
}
.c-team3 .c-bottom .c-list li:hover {
  z-index: 5;
  background: #edebe8;
}
.c-team3 .c-bottom .c-list li:hover .c-title {
  color: #000;
  padding-left: 14px;
}
.c-team3 .c-bottom .c-list li:hover .c-title::before {
  opacity: 1;
}
.c-team3 .c-bottom .c-list li:hover .c-box .public-img {
  opacity: 1;
}
.c-team3 .public-btn {
  margin: 0.4rem 0 1.2rem;
  cursor: pointer;
}
.public-join {
  position: relative;
  padding: 3rem 0;
  color: #fff;
}
.public-join.gm-color-black {
  color: #000;
}
.public-join.gm-color-black .container .public-btn {
  color: var(--color);
  border: 1px solid var(--color);
  background: transparent;
}
.public-join.gm-color-black .container .public-btn:hover {
  opacity: 1;
  color: #fff;
}
.public-join picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.public-join picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-join .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.public-join .container .c-title {
  font-family: 'pop-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.public-join .container .c-text {
  margin: 0.1rem 0 0.35rem;
}
.public-join .container .public-btn {
  border: 1px solid #fff;
  background: transparent;
}
.public-join .container .public-btn:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}
.c-news .c-top {
  padding: 1.2rem 0 0.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-news .c-top {
    padding: 1rem 0 0.4rem;
  }
}
.c-news .c-top .c-title {
  margin-bottom: 0.2rem;
  font-family: 'pop-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-news .c-bottom .c-btn-box {
  padding: 0.7rem 0 0.8rem;
  text-align: center;
}
.c-news .c-bottom .c-btn-box .public-btn {
  color: #000;
  border: 1px solid #000;
  background: transparent;
}
.public-news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.18rem -0.36rem;
}
.public-news-list li {
  display: flex;
  padding: 0 0.18rem 0.36rem;
  width: 33.33%;
}
@media (max-width: 991px) {
  .public-news-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .public-news-list li {
    width: 100%;
  }
}
.public-news-list li .c-wrap {
  width: 100%;
  background: #fff;
}
.public-news-list li .c-wrap .public-img::before {
  padding-top: calc(330/585*100%);
}
.public-news-list li .c-wrap .c-box {
  padding: 0.4rem;
}
.public-news-list li .c-wrap .c-box .c-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #666;
}
.public-news-list li .c-wrap .c-box .c-text span {
  margin-right: 0.15rem;
}
.public-news-list li .c-wrap .c-box .c-text span:last-child {
  display: flex;
  align-items: center;
}
.public-news-list li .c-wrap .c-box .c-text span:last-child::before {
  margin-right: 0.1rem;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color);
}
.public-news-list li .c-wrap .c-box .c-title {
  margin: 0.15rem 0 1.05rem;
  max-width: 360px;
  height: 3.9em;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.public-news-list li .c-wrap .c-box .public-btn3 span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 96%, var(--color) 0%);
}
.public-news-list li .c-wrap:hover .public-img img {
  transform: scale(1.05);
}
.public-news-list li .c-wrap:hover .c-box .public-btn3 {
  color: var(--color);
}
.public-news-list li .c-wrap:hover .c-box .public-btn3 img,
.public-news-list li .c-wrap:hover .c-box .public-btn3 svg {
  animation: btnLeft 0.4s linear;
}
.public-news-list li .c-wrap:hover .c-box .public-btn3 span {
  background-size: 100% 100%;
}
.c-news-info {
  padding-bottom: 1.5rem;
}
.c-news-info .c-title-box {
  padding-top: 1rem;
}
.c-news-info .c-title-box .container {
  max-width: 1080px;
}
.c-news-info .c-title-box .public-btn3 i {
  margin: 0 0.05rem 0 0;
  transform: rotate(180deg);
}
.c-news-info .c-title-box .c-title {
  margin: 0.4rem 0 0.5rem;
  font-family: 'pop-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.2;
  max-width: 870px;
}
.c-news-info .c-title-box .c-time {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #666;
}
.c-news-info .c-title-box .c-time span {
  margin-right: 0.25rem;
}
.c-news-info .c-title-box .c-time span:last-child {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.c-news-info .c-title-box .c-time span:last-child::before {
  margin-right: 0.1rem;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color);
}
.c-news-info .c-img {
  margin-top: 0.4rem;
}
.c-news-info .c-img .container {
  max-width: 1080px;
  text-align: center;
}
.c-news-info .public-content {
  margin-top: 0.9rem;
  line-height: 1.3;
}
.c-news-info .public-content .container {
  max-width: 750px;
}
.c-share .container {
  margin-top: 0.7rem;
  padding-top: 0.3rem;
  border-top: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  max-width: 750px;
}
.c-share .container > span {
  margin-right: 0.3rem;
  flex-shrink: 0;
  color: #666;
}
.c-share .container .social-share {
  display: flex;
  align-items: center;
}
.c-share .container a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.3rem 0 0;
  width: 20px;
  height: 20px;
  color: #8f9091;
  border: 0;
  transition: all 0.4s;
}
.c-share .container a img,
.c-share .container a svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-share .container a::before {
  display: none;
}
.c-share .container a:hover {
  color: var(--color);
  background: transparent;
}
