.all {
  margin-top: 80px;
  padding-bottom: 240px;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-image: url(../img/service.jpg);
}
.all .title {
  text-align: center;
  line-height: 1;
}
.all .summary {
  text-align: center;
}
.all .swiper-slide {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  padding: 30px;
}
.all .swiper-slide > * {
  position: relative;
  z-index: 2;
}
.all .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all .swiper-slide:hover::after {
  opacity: 1;
}
.all .flx_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  letter-spacing: 2px;
}
.all .line {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.all .list > div {
  position: relative;
  padding-left: 22px;
}
.all .list > div::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
.all .list > div:nth-child(n+2) {
  margin-top: 15px;
}
.all .point {
  display: none;
}

.store {
  height: 360px !important;
}
.store ul {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
}

@media screen and (max-width: 1700px) {
  .all {
    padding-bottom: 12vw;
  }
  .all .flx > div {
    padding: 20px;
  }
  .all .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .all .point span {
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 10px !important;
  }
}
@media screen and (max-width: 1200px) {
  .all {
    margin-top: 60px;
  }
}