.slidePic {
  position: relative;
}
.slidePic-gradient-left:before {
  content: "";
  height: 100%;
  width: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 1;
}
.slidePic-gradient-right:after {
  content: "";
  height: 100%;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 1;
}
.slidePic-content-wrapper {
  overflow: hidden;
}
.slidePic-content {
  white-space: nowrap;
}
.slidePic-content:hover {
  cursor: grab;
}
.slidePic-content:active {
  cursor: grabbing;
}
.slidePic-foot {
  width: 100%;
  height: 64px;
  padding-top: 16px;
}
.slidePic .arrow {
  height: 48px;
  width: 48px;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(15, 41, 77, 0.08);
  color: #3264FF;
  text-align: center;
  transition: all 200ms ease-in;
  border: 1px solid #dadfe6;
  border-radius: 4px;
}
.slidePic .arrow:hover {
  cursor: pointer;
  background: #3264FF;
  border: 1px solid transparent;
  color: #ffffff;
}
.slidePic .arrow .fi-icon {
  line-height: 48px;
  font-size: 20px;
}
.slidePic .arrow.arrow-forbidden {
  color: #b4c4d6;
}
.slidePic .arrow.arrow-forbidden:hover {
  background: #ffffff;
  color: #b4c4d6;
  cursor: auto;
}
.slidePic .arrow-pre {
  position: absolute;
  left: -64px;
  bottom: 50%;
  margin-bottom: -24px;
}
.slidePic .arrow-next {
  position: absolute;
  right: -64px;
  bottom: 50%;
  margin-bottom: -24px;
}
.slidePic .center .slidePic-content {
  display: inline-block;
}

@media screen and (max-width: 1300px) {
  .slidePic .arrow {
    display: none;
  }
  .slidePic .arrow-pre {
    left: -24px;
  }
  .slidePic .arrow-next {
    right: -24px;
  }
  .slidePic .arrow-pad {
    display: inline-block;
  }
}

/*# sourceMappingURL=index.css.map */


.slidePic {
  position: relative;
}

.slidePic-gradient-left:before {
  content: "";
  height: 100%;
  width: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 1;
}

.slidePic-gradient-right:after {
  content: "";
  height: 100%;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 1;
}

.slidePic-content-wrapper {
  overflow: hidden;
}

.slidePic-content {
  white-space: nowrap;
}

.slidePic-content:hover {
  cursor: grab;
}

.slidePic-content:active {
  cursor: grabbing;
}

.slidePic-foot {
  width: 100%;
  height: 64px;
  padding-top: 16px;
}

.slidePic .arrow {
  height: 48px;
  width: 48px;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(15, 41, 77, 0.08);
  color: #3264FF;
  text-align: center;
  transition: all 200ms ease-in;
  border: 1px solid #dadfe6;
  border-radius: 4px;
}

.slidePic .arrow:hover {
  cursor: pointer;
  background: #3264FF;
  border: 1px solid transparent;
  color: #ffffff;
}

.slidePic .arrow .fi-icon {
  line-height: 48px;
  font-size: 20px;
}

.slidePic .arrow.arrow-forbidden {
  color: #b4c4d6;
}

.slidePic .arrow.arrow-forbidden:hover {
  background: #ffffff;
  color: #b4c4d6;
  cursor: auto;
}

.slidePic .arrow-pre {
  position: absolute;
  left: -64px;
  bottom: 50%;
  margin-bottom: -24px;
}

.slidePic .arrow-next {
  position: absolute;
  right: -64px;
  bottom: 50%;
  margin-bottom: -24px;
}

.slidePic .center .slidePic-content {
  display: inline-block;
}

@media screen and (max-width: 1300px) {
  .slidePic .arrow {
    display: none;
  }
  .slidePic .arrow-pre {
    left: -24px;
  }
  .slidePic .arrow-next {
    right: -24px;
  }
  .slidePic .arrow-pad {
    display: inline-block;
  }
}

