.el-image-viewer__close {
  top: 70px; }

.main {
  width: 60%;
  height: 80%; }

.photo {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: calc(100% / 4 - 5px);
  height: calc(100% / 3); }
  .photo span {
    font-size: 20px;
    position: absolute;
    color: white;
    z-index: 10;
    left: 20px;
    bottom: 20px; }
  .photo .el-image img {
    transition: all 0.3s;
    height: 31.9vh; }
    .photo .el-image img:hover {
      transform: scale(1.1); }

.img_big {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center; }
  .img_big .img_connent {
    margin: 10px;
    width: calc(100% - 20px);
    height: calc(20% - 20px);
    position: absolute;
    color: white;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column; }
    .img_big .img_connent .content_img {
      position: absolute;
      bottom: 10px; }
      .img_big .img_connent .content_img .photo_time {
        margin-top: 20px;
        display: flex; }
      .img_big .img_connent .content_img p {
        margin-top: 5px; }
  .img_big .back {
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    background: black;
    opacity: 0.4; }
  .img_big .viewer__img {
    transform: scale(1) rotate(0deg);
    margin-left: 0;
    margin-top: 0;
    width: auto;
    height: 100%; }

.el-image-viewer__actions, .el-image-viewer__img {
  display: none; }

@media (max-width: 850px) {
  #app .header_class .one {
    font-size: 50px; }
  #app .header_class .two {
    font-size: 20px;
    color: wheat; }
  #app .photo {
    width: 100%; }
    #app .photo .el-image img {
      height: 45vh; }

  .main {
    width: 100%;
    max-height: 100%; }

  .img_big .img_connent {
    margin: 0;
    width: 100%;
    height: 20%;
    position: absolute; }
    .img_big .img_connent .photo_title {
      position: initial;
      display: flex;
      justify-content: center; }
    .img_big .img_connent .content_img .photo_time {
      justify-content: center; }
    .img_big .img_connent .content_img p {
      text-align: center; }
  .img_big .back {
    display: none; }
  .img_big .viewer__img {
    width: 100%; } }

/*# sourceMappingURL=photo_album.css.map */
