/* Banner */

@media screen and (min-width: 1921px) {
  .mb-story,
  .mb-filed,
  .mb-digital {
    display: none;
  }
}

@media screen and (max-width: 1920px) {
  .mb-story,
  .mb-filed,
  .mb-digital {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
  .mb-story,
  .mb-filed,
  .mb-digital {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .mb-story,
  .mb-filed,
  .mb-digital {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .mb-story,
  .mb-filed,
  .mb-digital {
    display: none;
  }
}

.swiper-slide video {
  display: block;
  width: 100%;
  height: 18.6875rem;
  object-fit: cover;
}

/* video::-webkit-media-controls {
  display: none !important;
} */

.index-banner .banner-slide {
  width: 100%;
  overflow: hidden;
}

.banner-container .swiper-pagination-bullets {
  bottom: 20px;
}

.banner-container .swiper-pagination-bullet {
  width: 2.5rem;
  height: 0.1875rem;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}

.banner-container .swiper-pagination-bullet-active {
  background: #bd1144;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .banner-container .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
  }
  .banner-container .swiper-pagination-bullets {
    bottom: 2px;
  }
}

@media screen and (max-width: 768px) {
  .index-banner {
    margin-top: 62px;
  }
}

/* Banner */
.research-story {
  max-width: 1198px;
  margin: 0 auto 60px;
  cursor: pointer;
}
.research-story h2 {
  padding: 36px 0 42px;
  font-size: 30px;
  font-weight: 400;
  color: #595757;
}
.story-box {
  position: relative;
  top: 0;
  float: left;
  width: 31.3%;
}
.pc-story {
  display: block;
}
.mob-story {
  display: none;
}
.story-router {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 3px 16px 0px rgba(114, 114, 114, 0.2);
}
.research-story .story-box:nth-of-type(2),
.research-story .story-box:nth-of-type(3) {
  margin-left: 3%;
}
.story-item-img {
  overflow: hidden;
  text-align: center;
}
.story-box {
  transition: all 0.5s;
}
.story-box:hover {
  top: -12px;
}
.story-box:hover .story-item-text {
  border-bottom: 5px solid #ea0a2a;
}

.story-box:hover .story-item-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-bottom: 7px solid #e20020;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.story-router:hover img {
  transform: scale(1.2);
}
.research-story img {
  width: 100%;
  transition: all 0.8s;
}

.research-story .story-item-img {
  width: 100%;
}

.research-story .story-item-text {
  position: relative;
  padding: 0 6.93%;
  font-size: 14px;
  color: #444444;
  line-height: 24px;
  border-bottom: 5px solid #b5b5b6;
  background-color: #fff;
}
.research-story .story-item-text .time {
  margin: 20px 0 28px;
  font-size: 24px;
  font-weight: 400;
  color: #595757;
}
.research-story .story-item-text .info {
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.research-story .story-item-text .item-konw {
  width: 30.57%;
  /*height: 30px;*/
  margin: 26px 0 41px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e10020;
  line-height: 30px;
}
.research-story .story-item-text .item-konw:hover {
  background-color: #e10020;
}
.research-story .story-item-text .item-konw:hover a {
  color: #fff;
}
.research-story .story-item-text .item-konw a {
  text-decoration: none;
  color: #e10020;
}
/* life */
.life {
  width: 100%;
  height: 16.5625rem;
  /*background-image: url("../img/index/life-center.jpg");*/
  background-size: cover;
}
.life .life-text {
  width: 18.0625rem;
  float: right;
  margin-top: 4.6875rem;
  margin-right: 13.5625rem;
  text-align: center;
}
.life .life-text .title {
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 0.9375rem;
}
.life .life-text p {
  margin-bottom: 0;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  color: #ffffff;
  line-height: 1.25rem;
}
.life .life-text p:first-of-type {
  margin-bottom: 10px;
}
.life .life-text .know  {
  width: 36%;
  margin: 0 auto;
}
.life .life-text .know a {
  display: block;
  width: 100%;
  margin: 1.71875rem auto 0;
  padding: 0 0.4375rem;
  border: 1px solid #fff;
  font-size: 0.5625rem;
  line-height: 0.9375rem;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  border-radius: 3px;
}

@media screen and (min-width: 768px) {
  .life .life-text .know a:hover {
    background-color: #e10020;
    color: #fff;
    border: none;
  }
}
/* life */
/* Srory */
.story {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 60px;
}

.story .story-edition {
  max-width: 1200px;
  margin: 0 auto;
}
.story .story-edition .contain .item-animation {
  border-right: 1px solid #fff;
}
.story .story-edition .contain .item-animation img {
  width: 58px;
}
.story .story-edition .contain .item-animation svg {
  width: 54px;
  height: 54px;
  display: none;
  margin: 0 auto;
}
.story .story-edition .contain .item-animation {
  border-right: 1px solid #fff;
}
.story .story-edition .contain .item-animation:last-of-type {
  border-right: none;
}
.contain {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

h2 {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  letter-spacing: 8px;
}

.story h2 {
  padding: 24px 0 35px 0;
  font-size: 30px;
  font-weight: 400;
  color: #595757;
}
.story p {
  max-width: 1198px;
  margin-bottom: 36px;
  text-align: center;
  font-size: 16px;
  color: #595757;
}
.story .left,
.story .center,
.story .right {
  flex: 1;
  height: 340px;
  position: relative;
  transition: all 0.4s;
  transform-style: preserve-3d;
}

.story .story-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 340px;
  text-align: center;
  background: #f2f2f3;
  padding: 0 34px 0 25px;
  border-bottom: 5px solid #b5b5b6;
}
.story .animation-active {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  border-bottom: 5px solid #e10020;
  display: none;
  transition: 0.5s;
}
.story .animation-active {
  width: 25%;
  left: 0;
  bottom: 0;
}
.story .animation-active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-bottom: 7px solid #e20020;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.story .contain .item-animation .story-item {
  position: relative;
  padding-top: 44px;
}
.story .contain .item-animation .story-item.active {
  background-color: #ea0a2a;
  border-bottom-color: #ea0a2a;
}
.story .contain .item-animation .story-item.active .text {
  color: #fff;
}
.story .contain .item-animation .story-item.active h5 {
  color: #fff;
}
.story .contain .item-animation .story-item.active h6 {
  color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
}
.story .story-item h5 {
  text-align: center;
  margin: 10px 0 12px 0;
  font-size: 20px;
  font-weight: 400;
  color: #e10020;
}
.story .story-item h6 {
  width: 30%;
  margin:15px auto 12px;
  font-size: 14px;
  color: #e10020;
  border-left:1px solid #e10020;
  border-right:1px solid #e10020;
}
.story .story-item .text {
  position: relative;
  width: 100%;
  min-height: 54px;
  max-height: 54px;
  padding: 0;
  font-size: 14px;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #595757;
  line-height: 27px;
}

.story .story-transition {
  height: 364px;
  display: block;
  animation: storyscale 0.5s linear;
}

.story .story-item .link {
  width: 93px;
  /*height: 30px;*/
  border: 1px solid #ea0a2a;
  margin: 44px auto;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #ea0a2a;
  border-radius: 1px;
  background: #fbfbfb;
}

.story .story-item .link a {
  text-decoration: none;
  color: #ea0a2a;
}

@media screen and (max-width: 768px) {
  .banner-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .mb-story {
    display: block;
    background-color: #f4f5f5;
    padding: 0 20px;
    height: 475px;
  }

  .mb-story h2 {
    line-height: 64px;
    height: 64px;
    margin: 0;
  }

  .mb-story h2 span {
    display: inline-block;
    text-align: center;
    line-height: 64px;
    font-size: 1.5rem;
    height: 75%;
    padding-left: 10px;
    border-bottom: 2px solid #ea0029;
  }

  .mb-story .story-item {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
  }

  .mb-story .story-item img {
    width: 4rem;
  }

  .mb-story .story-item .text {
    margin-top: 5px;
    font-size: 1rem;
  }
  .research-story {
    margin-bottom: 0;
    background: #f7f8f8;
  }
  .life {
    height: 150px;
  }
  .story-box {
    height: 260px;
  }
}

.story .story-item .triangle {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -5px;
  left: 50%;
  margin-left: -3px;
  border-bottom: 8px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.story .story-item.active .triangle {
  display: block;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .research-story,
  .story p,
  .story .story-edition {
    width: 972px;
  }
  .story .story-item h6 {
    width: 38%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .research-story,
  .story p,
  .story .story-edition {
    width: 749px;
  }
  .research-story .story-item-text .item-konw {
    margin-bottom: 20px;
  }
  .story .contain .item-animation .story-item {
    padding-top: 30px;
  }
  .story .story-item {
    height: 320px;
  }
  .story .story-item h6 {
    width: 54%;
  }
  .story .story-item .link {
    margin: 28px auto;
  }
}
/* Srory */
/* triangle */

/* Srory */

/* innovate */
.innovate {
  /* background-color: #f4f5f5; */
  padding-top: 32px;
  /* height: 375px; */
}

.innovate .innovate-main {
  margin: 0 auto;
}
.mob-innovate-item-content {
  display: none;
}
.innovate .innovate-main .innovate-main-item {
  position: relative;
  height: 332px;
  background: #ffffff;
  border-radius: 3px;
  margin-bottom: 40px;
  border: 1px solid #adaeae;
  border-radius: 3px;
  transition: 0.1s;
}

.innovate .innovate-main .innovate-main-box {
  float: left;
  width: 23.33%;
  height: 332px;
  margin-bottom: 36px;
  margin-right: 2.16%;
}
.innovate .innovate-main .innovate-main-box:last-of-type {
  margin-right: 0;
}
.innovate .innovate-main .innovate-main-box:hover .innovate-main-item {
  margin-top: -9px;
  border: 2px solid #e20020;
  box-shadow: 1px 5px 20px 2px rgba(0, 0, 0, 0.3);
}

.innovate .innovate-main .innovate-item-content .innovate-main-box:hover img {
  display: none;
}
.innovate .innovate-main .innovate-item-content .innovate-main-box:hover svg {
  display: block;
}

.innovate
.innovate-main
.innovate-item-content
.innovate-main-box:hover
.triangle {
  display: block;
}

.innovate .innovate-main .innovate-main-item .triangle {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-bottom: 7px solid #e20020;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: none;
}

.innovate .innovate-main .innovate-item-img img {
  display: block;
  margin: 0 auto;
}
.innovate .innovate-main .innovate-item-content .innovate-main-box img {
  width: 58px;
}
.innovate .innovate-main .innovate-item-content .innovate-main-box svg {
  width: 58px;
  display: block;
  margin: 0 auto;
}
.innovate .innovate-main .innovate-item-content .innovate-main-box svg {
  display: none;
}
.innovate .innovate-main .innovate-main-item .innovate-item-img {
  width: 100%;
  height: 107px;
  margin-bottom: 24px;
  padding-top: 42px;
  overflow: hidden;
}

.innovate .innovate-main .innovate-main-item h5 {
  text-align: center;
  font-size: 20px;
  max-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 400;
  color: #ea0a2a;
  margin: 0 0 25px 0;
}

.innovate .innovate-main .innovate-main-item .innovate-item-text {
  width: 80%;
  max-height: 50px;
  margin: 0 auto 39px;
  font-size: 14px;
  font-weight: 400;
  color: #595757;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.innovate .innovate-main .innovate-main-item .know {
  width: 83px;
  height: 35px;
  margin: 0 auto;
  border-radius: 1px;
  background-color: #e20020;
  text-align: center;
  text-decoration: none;
  line-height: 35px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.innovate .innovate-main h2 {
  font-size: 30px;
  font-weight: 400;
  color: #595757;
  margin-bottom: 30px;
}
/* innovate */

@media screen and (max-width: 768px) {
  .pc-filed {
    display: none;
  }

  .mb-filed {
    display: block;
    background-color: #f4f5f5;
    margin-bottom: 20px;
  }

  .mb-filed h2 {
    line-height: 64px;
    height: 64px;
    margin: 0;
  }

  .mb-filed h2 span {
    display: inline-block;
    text-align: center;
    line-height: 64px;
    font-size: 1.5rem;
    height: 75%;
    padding-left: 10px;
    border-bottom: 2px solid #ea0029;
  }

  .mb-filed .content .mb-filed-item {
    height: 48px;
    line-height: 2rem;
    text-align: center;
    font-size: 1.3rem;
    color: #ea0029;
    padding-bottom: -10px;
  }

  .mb-filed .content .mb-filed-item .active {
    display: inline-block;
    border-bottom: 1px solid #ea0029;
  }
  .innovate .innovate-main .innovate-main-box:hover .innovate-main-item {
    margin-top: 0;
    border: 1px solid #adaeae;
    box-shadow: none;
  }
  .innovate .innovate-main .innovate-main-box:hover .triangle {
    display: none !important;
  }
  .innovate .innovate-main .innovate-main-box:hover svg {
    display: none !important;
  }
  .innovate .innovate-main .innovate-main-box:hover .triangle {
    display: none !important;
  }
}

/* data */
/* anmiale */

.swiper-slide .move {
  animation: move linear 1s;
  animation-fill-mode: forwards;
}

.swiper-slide .moveright {
  animation: moveright linear 1s;
  animation-fill-mode: forwards;
}

@keyframes move {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* anmiale */

@media screen and (max-width: 768px) {
  body {
    background: #f1f2f6;
  }
  .banner-container .swiper-pagination-bullet-active {
    background: #e10020;
  }
  .research-story h2 {
    font-size: 20px;
    height: 66px;
    line-height: 66px;
    padding: 0;
    font-weight: 500;
    color: #313333;
    letter-spacing: 0;
  }
  .research-story .story-item-text .time {
    font-size: 14px;
    font-weight: 500;
    color: #2f2f2f;
    margin: 0;
    padding: 10px 0 4px 0;
  }
  .research-story .story-box:nth-of-type(2),
  .research-story .story-box:nth-of-type(3) {
    margin: 0 auto;
    margin-bottom: 1.92rem;
  }
  .research-story .story-item-text .item-konw {
    border: none;
    font-size: 12px;
    font-weight: 500;
    color: #e10020;
    margin: 0;
    width: 100%;
    text-align: right;
    height: 36px;
  }
  .research-story .story-item-text .info {
    font-size: 12px;
    color: #585858;
    font-weight: 400;
    line-height: 18px;
    height: auto;
  }
  .mob-arrow-right {
    display: inline-block;
  }
  .research-story .story-item-text .item-konw:hover {
    background: transparent;
  }
  .research-story .story-item-text .item-konw:hover a {
    color: #e10020;
  }
  .story-box {
    height: auto;
    width: 92%;
    margin: 0 auto;
    float: none;
    margin-bottom: 1.92rem;
  }
  .story-box:hover {
    top: 0;
  }
  .story-box:hover .story-item-text {
    border-bottom: none;
  }
  .story-box:hover .story-item-text::after {
    display: none;
  }
  .story-router:hover img {
    transform: scale(1);
  }
  .research-story .story-item-text {
    border-bottom: none;
  }
  .life {
    width: 100%;
    height: 150px;
    background-image: url("../img/index/mob-life-center.png") !important;
    background-size: cover;
  }
  .life .life-text {
    width: 100px;
    margin: 25px 0 0 0;
    width: 100%;
  }

  .life .life-text .know a {
    width: 11.52rem;
    line-height: 3.52rem;
    font-size: 2.24rem;
  }
  .life .life-text .title {
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .life .life-text p {
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
  }
  .life .life-text p:first-of-type {
    margin-bottom: 0;
  }
  .story h2 {
    font-size: 20px;
    color: #313333;
    padding: 25px 0 15px 0;
    letter-spacing: 0;
  }
  .story p {
    color: #595757;
    font-size: 12px;
    font-weight: 400;
    width: 68%;
    margin: 0 auto 20px auto;
    line-height: 20px;
  }
  .story .story-edition {
    background: #f1f2f6;
  }
  .story .story-item {
    padding: 0 4.48rem;
  }
  .innovate {
    padding-top: 0;
  }
  .pc-story {
    display: none;
  }
  .mob-story {
    display: block;
    background-color: #f1f2f6;
    margin-bottom: 0;
    padding-bottom: 9.6rem;
  }
  .story-box:hover {
    top: 0;
  }
  .story .story-edition .contain .item-animation {
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(159, 159, 159, 0.46);
  }

  .mob-story .swiper-slide {
    height: auto;
  }
  .swiper-wrapper .swiper-slide .text {
    opacity: 1;
  }
  .swiper-wrapper .swiper-slide.banner-slide .text {
    opacity: 0;
    z-index: 10;
  }
  .story-box:hover .story-item-text {
    border-bottom: none;
  }
  .story .story-item .link {
    margin: 0 auto;
    background: #e10020;
    font-size: 13px;
    font-weight: 500;
    width: 100px;
  }
  .story .story-item .link a {
    color: #fff;
  }
  .story .center,
  .story .left,
  .story .right {
    height: auto;
  }
  .innovate .innovate-main .innovate-item-content .innovate-main-box img,
  .story .story-edition .contain .item-animation img {
    width: 40px;
  }
  .story .story-item h5 {
    color: #e10020;
    font-size: 15px;
    font-weight: 500;
    margin: 16px 0 13px 0;
  }
  .story .story-item h6 {
    font-size: 13px;
    width: 36%;
  }
  .story .story-item .text {
    -webkit-line-clamp: 10;
    font-size: 13px;
    font-weight: 400;
    color: #898989;
    line-height: 18px;
    height: 100px;
    max-height: 100px;
  }
  /* .contain {
    background: #f1f2f6;
  } */
  .swiper-wrapper .swiper-slide .position-insert1 {
    width: 60%;
  }
  .swiper-wrapper .swiper-slide .text1 {
    width: 60%;
  }
  .swiper-wrapper .swiper-slide .position-insert2 {
    width: 92%;
    height: 110px;
    left: auto;
    right: 15px;
    bottom: 17%;
  }
  .swiper-wrapper .swiper-slide .text2 {
    width: 92%;
    height: 110px;
    left: auto;
    right: 15px;
    bottom: 17%;
    padding: 0 5px 0 16px;
  }
  .swiper-wrapper .swiper-slide .position-insert3 {
    width: 92%;
    height: 110px;
    left: 15px;
    right: auto;
    top: auto;
    bottom: 8%;
  }
  .swiper-wrapper .swiper-slide .text3 {
    width: 92%;
    height: 110px;
    left: 15px;
    right: auto;
    bottom: 8%;
    top: auto;
    padding: 0 5px 0 16px;
  }
  .swiper-wrapper .swiper-slide .position-insert4 {
    width: 92%;
    height: 110px;
    left: auto;
    right: 15px;
    bottom: 17%;
  }
  .swiper-wrapper .swiper-slide .text4 {
    width: 92%;
    height: 110px;
    left: auto;
    right: 15px;
    bottom: 17%;
    padding: 0 5px 0 16px;
  }
  .swiper-wrapper .swiper-slide .position-insert5 {
    width: 80%;
    height: 110px;
    left: auto;
    right: 15px;
    bottom: 17%;
  }
  .swiper-wrapper .swiper-slide .text5 {
    width: 80%;
    height: 110px;
    left: auto;
    right: 15px;
    bottom: 17%;
    padding: 0 5px 0 16px;
  }
  .swiper-slide .text span:first-of-type {
    padding: 13px 0 8px 0;
  }

  .swiper-slide .triangle {
    border-left: 8px solid #fff;
    border-right: none;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 15px;
    left: 0;
    right: auto;
  }
  .swiper-slide .text span {
    font-size: 15px;
    font-weight: 800;
    -webkit-line-clamp: 5;
  }
  span:focus {
    outline: none;
  }
  .swiper-slide .text span:nth-child(2) {
    padding-bottom: 3px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .swiper-slide .text span:nth-child(2),
  .swiper-slide .text span:nth-child(3) {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .swiper-slide .text .link {
    font-size: 10px;
    font-weight: 500;
  }
  .story .animation-active::after,
  .story-box:hover .story-item-text::after {
    display: none;
  }
  .swiper-wrapper .story-box:hover .story-item-text::after {
    display: none;
  }
  .story-router:hover img {
    transform: scale(1);
  }
  .story .contain .item-animation .story-item {
    border-bottom: none;
    background-color: #fff;
  }
}
.cls-2 {
  fill: #fff;
  opacity: 1;
  stroke-dasharray: 30, 30;
  stroke-dashoffset: 0;
  stroke-width: 1;
  stroke-miterlimit: 3;
}
.cls-1 {
  fill: #fff;
}
.cls-3 {
  fill: #ffff;
}
