.show-big-image[data-v-50f97ab2] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(51, 51, 51, 0.7);
  text-align: center;
  padding: 5% 10% 0;
  overflow: scroll;
  padding-bottom: 20px;
}
.show-big-image .show-image[data-v-50f97ab2] {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-top: 10%;
}
.show-big-image .show-image-name[data-v-50f97ab2] {
    color: #fff;
    padding-bottom: 20px;
    display: block;
}
.show-big-image .close-image[data-v-50f97ab2] {
    cursor: pointer;
    position: absolute;
    top: 5%;
    right: 3%;
    width: 40px;
    height: auto;
}
.show-big-image .prev-image[data-v-50f97ab2] {
    position: absolute;
    top: 45%;
    left: 1%;
    width: 80px;
    height: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer;
}
.show-big-image .next-image[data-v-50f97ab2] {
    position: absolute;
    top: 45%;
    right: 1%;
    width: 80px;
    height: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer;
}
.show-big-image .show-file[data-v-50f97ab2] {
    margin-top: 10%;
    display: inline-block;
    font-size: 30px;
    color: #fff;
}
.show-big-image .show-file[data-v-50f97ab2]:hover {
    color: #409eff;
}


/*# sourceMappingURL=4.f160eeee.css.map*/