.common_more {
  border-radius: 48px;
}

.solutions1 {
  margin: 80px 0 0 0;
  padding: 33px 0 24px;
  background: #FBFBFB;
}
.solutions1 .wrap {
  display: flex;
  justify-content: center;
  gap: 108px;
}
.solutions1 .wrap .item.on .circle, .solutions1 .wrap .item:hover .circle {
  background: var(--color);
}
.solutions1 .wrap .item.on .circle img, .solutions1 .wrap .item:hover .circle img {
  filter: brightness(0) invert(1);
}
.solutions1 .wrap .item.on p, .solutions1 .wrap .item:hover p {
  color: var(--color);
}
.solutions1 .wrap .item .circle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: .6s ease;
}
.solutions1 .wrap .item .circle img {
  transition: .6s ease;
  max-width: 70%;
  max-height: 70%;
}

.solutions1 .wrap .item p {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 9px 0 0 0;
  text-align: center;
  transition: .6s ease;
}

.solutions2 {
  padding: 66px 0 25px;
}
.solutions2 .wrap .title {
  text-align: center;
}
.solutions2 .wrap .title .p1 {
  color: #1A1A1A;
  font-size: 42px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 16px;
}
.solutions2 .wrap .title .p2 {
  width: 590px;
  color: #888;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: auto;
}
.solutions2 .wrap .title .more {
  margin: 28px auto 0;
  width: fit-content;
  height: 48px;
  border-radius: 48px;
  background: #2EA148;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 9px;
}
.solutions2 .wrap .title .more p {
  color: #FFF;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.solutions2 .wrap .title .more svg {
  width: 14px;
  height: 13px;
}
.solutions2 .wrap .content {
  margin: 57px 0 0 0;
  position: relative;
}
.solutions2 .wrap .content .position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.solutions2 .wrap .content .position .point {
  position: absolute;
  pointer-events: auto;
  cursor: pointer;
}
.solutions2 .wrap .content .position .point:hover .hide {
  pointer-events: auto;
}
.solutions2 .wrap .content .position .point:hover .hide .joke {
  opacity: 1;
  transform: translateX(0);
}
.solutions2 .wrap .content .position .point.point1 {
  top: 16.125vw;
  right: 58.935417vw;
  z-index: 5;
}
.solutions2 .wrap .content .position .point.point2 {
  top: 22.125vw;
  right: 60.935417vw;
}
.solutions2 .wrap .content .position .point.point3 {
  top: 13.125vw;
  right: 46.935417vw;
}
.solutions2 .wrap .content .position .point.point4 {
  top: 19.525vw;
  right: 48.935417vw;
}
.solutions2 .wrap .content .position .point .show {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  cursor: pointer;
}
.solutions2 .wrap .content .position .point .show .white {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutions2 .wrap .content .position .point .show .white img {
  width: 8px;
  height: 8px;
}
.solutions2 .wrap .content .position .point .hide {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.solutions2 .wrap .content .position .point .hide .joke {
  position: relative;
  left: 57px;
  width: 216px;
  /*height: 218px;*/

  border-radius: 16px;
  background: #FFF;
  overflow: hidden;
  padding: 30px 27px;
  transform: translateX(10px);
  opacity: 0;
  transition: 1s;
}
.solutions2 .wrap .content .position .point .hide .joke .imgSwiper {
  width: 100%;
  height: 87px;
}
.solutions2 .wrap .content .position .point .hide .joke .imgSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutions2 .wrap .content .position .point .hide .joke .imgSwiper .swiper-slide:hover img {
  transform: scale(1.05);
}
.solutions2 .wrap .content .position .point .hide .joke .imgSwiper .swiper-slide img {
  object-fit: contain;
  transition: .6s ease;
}
.solutions2 .wrap .content .position .point .hide .joke .swiper-pagination {
  position: static;
  width: fit-content;
  margin: 10px auto 0;
}
.solutions2 .wrap .content .position .point .hide .joke .swiper-pagination span {
  width: 5px;
  border-radius: 10px;
  height: 5px;
  margin: 0 8px 0 0 !important;
}
.solutions2 .wrap .content .position .point .hide .joke .swiper-pagination span:last-child {
  margin: 0 !important;
}
.solutions2 .wrap .content .position .point .hide .joke .swiper-pagination span.swiper-pagination-bullet-active {
  width: 27px;
}
.solutions2 .wrap .content .position .point .hide .joke .text {
  margin: 22px 0 0 0;
}
.solutions2 .wrap .content .position .point .hide .joke .text .list {
  display: none;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.solutions2 .wrap .content .position .point .hide .joke .text .list.on {
  display: block;
}
.solutions2 .wrap .content .bigImg {
  width: 100%;
}


@media screen and (max-width: 1919px) {
  .common_more{
    border-radius: 2.5vw;
  }
  .solutions1{
    margin: 4.1666666667vw 0px 0px;
    padding: 1.71875vw 0px 1.25vw;
  }
  .solutions1 .wrap{
    gap: 5.625vw;
  }
  .solutions1 .wrap .item .circle{
    width: 3.4375vw;
    height: 3.4375vw;
  }
  .solutions1 .wrap .item p{
    font-size: 0.7291666667vw;
    margin: 0.46875vw 0px 0px;
  }
  .solutions2{
    padding: 3.4375vw 0px 1.3020833333vw;
  }
  .solutions2 .wrap .title .p1{
    font-size: 2.1875vw;
    margin: 0px 0px 0.8333333333vw;
  }
  .solutions2 .wrap .title .p2{
    width: 30.7291666667vw;
    font-size: 0.8333333333vw;
  }
  .solutions2 .wrap .title .more{
    margin: 1.4583333333vw auto 0px;
    height: 2.5vw;
    border-radius: 2.5vw;
    padding: 0px 1.25vw;
    gap: 0.46875vw;
  }
  .solutions2 .wrap .title .more p{
    font-size: 0.8333333333vw;
  }
  .solutions2 .wrap .title .more svg{
    width: 0.7291666667vw;
    height: 0.6770833333vw;
  }
  .solutions2 .wrap .content{
    margin: 2.96875vw 0px 0px;
  }
  .solutions2 .wrap .content .position .point .show{
    width: 1.3541666667vw;
    height: 1.3541666667vw;
  }
  .solutions2 .wrap .content .position .point .show .white{
    width: 0.9375vw;
    height: 0.9375vw;
  }
  .solutions2 .wrap .content .position .point .show .white img{
    width: 0.4166666667vw;
    height: 0.4166666667vw;
  }
  .solutions2 .wrap .content .position .point .hide .joke{
    left: 2.96875vw;
    width: 11.25vw;
    border-radius: 0.8333333333vw;
    padding: 1.5625vw 1.40625vw;
    transform: translateX(0.5208333333vw);
  }
  .solutions2 .wrap .content .position .point .hide .joke .imgSwiper{
    height: 4.53125vw;
  }
  .solutions2 .wrap .content .position .point .hide .joke .swiper-pagination{
    margin: 0.5208333333vw auto 0px;
  }
  .solutions2 .wrap .content .position .point .hide .joke .swiper-pagination span{
    width: 0.2604166667vw;
    border-radius: 0.5208333333vw;
    height: 0.2604166667vw;
    margin: 0px 0.4166666667vw 0px 0px !important;
  }
  .solutions2 .wrap .content .position .point .hide .joke .swiper-pagination span.swiper-pagination-bullet-active{
    width: 1.40625vw;
  }
  .solutions2 .wrap .content .position .point .hide .joke .text{
    margin: 1.1458333333vw 0px 0px;
  }
  .solutions2 .wrap .content .position .point .hide .joke .text .list{
    font-size: 0.8333333333vw;
  }
}

@media screen and (max-width: 1024px) {
  .solutions1{
    margin: 60px 0 0;
    padding: 20px 0;
  }
  .solutions1 .wrap{
    gap: 15px;
  }
  .solutions1 .wrap .item .circle{
    width: 40px;
    height: 40px;
    margin: auto;
  }
  .solutions1 .wrap .item p{
    font-size: 11px;
    margin: 10px 0 0 0 ;
  }

  .solutions1 .wrap .item .circle img{
    max-width: 50%;
    max-height: 50%;
  }
  .solutions2{
    padding: 30px 0;
  }
  .solutions2 .wrap{
    width: 90%;
    margin: auto;
  }
  .solutions2 .wrap .title .p1{
    font-size: 20px;
    margin: 0 0 15px;
  }
  .solutions2 .wrap .title .p2{
    width: 100%;
    font-size: 13px;
    line-height: 22px;
  }
  .solutions2 .wrap .title .more{
    height: 38px;
    padding: 0 15px;
    gap: 7px;
    border-radius: 30px;
    margin: 25px auto 0;
  }
  .solutions2 .wrap .title .more p{
    font-size: 13px;
  }
  .solutions2 .wrap .title .more svg{
    width: 12px;
    height: 12px;
  }
  .solutions2 .wrap .content{
    margin: 25px 0 0 0;
  }
  .solutions2 .wrap .content .position{
    display: none;
  }
  .solutions2 .wrap .content .bigImg{
    transform: scale(1.1);
  }
  .solutions2 .wrap .content .position .point .show .white{
    width: 14px;
    height: 14px;
  }
  .solutions2 .wrap .content .position .point .show{
    width: 20px;
    height: 20px;
  }
  .solutions2 .wrap .content .position .point .show .white img{
    width: 6px;
    height: 6px;
  }
}
