// 链接颜色
$line-color: #45aff5;

// 顶部导航栏背景颜色
$top-bar-bg: #ffa13c;

// 按钮颜色默认
$btn-color-default: #ff8928;

// 文本突显颜色
$text-highlight-color: #ff8928;

// public Kara主色调
$public-main-color: #ff8928;

// public白色公用色
$public-white-color: #fff;

// 蓝色文字颜色
$blue-text-color: #45aff5;


.view-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  
  .img-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 76px;
    box-shadow: 0 1px 8px 0 rgba(39, 39, 39, 0.3);
    font-size: 16px;
    line-height: 76px;
    text-align: center;
    background-color: #fff;
  }

  .img-name {
    margin-right: 10px;
    color: #4f78af;
  }

  .img-size {
    color: #bcbcbc;
  }

  i.img-download {
    position: absolute;
    right: 94px;
    font-size: 24px;
    line-height: 76px;
    color: #898989;
    cursor: pointer;
  }

  .img-middle {
    position: absolute;
    top: 18px;
    right: 0;
    width: 70px;
    height: 40px;
    border-left: solid 1px #898989;
  }

  .img-close {
    position: absolute;
    top: 60px;
    right: 60px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
  }

  .file-close {
    position: absolute;
    right: 23px;
    font-size: 24px;
    line-height: 76px;
    color: #898989;
    cursor: pointer;
  }

  .img-container-bg {
    opacity: 0.7;
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #000;
  }

  .img-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 100px 10px;
  }

  .img-container [class~=pswp-custom] {
    position: relative;
    height: 100%;
  }

  .img-content {
    position: absolute;
    left: 50%;
    width: 1007px;
    height: 677px;
    margin-top: 50px;
    margin-left: -503.5px;
    background-color: transparent;
  }

  .file-content {
    position: absolute;
    top: 76px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
  }

  .img-content img {
    width: 100%;
    height: 100%;
  }

  .hide-ele {
    display: none;
  }

  .leftIcon {
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 1700;
    font-size: 56px;
    color: #fff;
    cursor: pointer;
  }

  .rightIcon {
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 1700;
    font-size: 56px;
    color: #fff;
    cursor: pointer;
  }

  .footer {
    position: absolute;
    bottom: 20px;
    z-index: 1600;
    width: 100%;
    height: 80px;
    text-align: center;
  }

  .footer p {
    margin-bottom: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
  }

  .downloadBtn {
    display: inline-block;
    width: 110px;
    height: 40px;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    background-color: $btn-color-default;
    cursor: pointer;
  }

  .downloadBtn i {
    font-size: 23px;
    vertical-align: middle;
  }

  .downloadBtn span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
  }

  .unPreview {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 20px;
    margin: -10px 0 0 -75px;
    line-height: 20px;
  }
}

