
.image-list .cover {
  padding: 0 .1rem;
  margin-top: .3rem;
  cursor: pointer;
}
.image-list img {
  width: 100%;
  -moz-box-shadow:0px 0px 10px #cfcfcf; -webkit-box-shadow:0px 0px 10px #cfcfcf; box-shadow:0px 0px 10px #cfcfcf;
}
#pictureViewer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .3);
  z-index: 10000
}
#pictureViewer > .content {
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
#pictureViewer .menu-bar {
  width: 100%
}
#pictureViewer .menu-bar .handel {
  width: 40px;
  height: 40px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
#pictureViewer .menu-bar .handel.maximization {
  background-image: url(../images/prev_white.png);
  background-size: 14px;
  display: none !important;
}
#pictureViewer .menu-bar .handel.miniaturization {
  background-size: 16px;
  background-image: url(../images/next_white.png)
}
#pictureViewer .menu-bar .handel.close-view {
  background-image: url(../images/close_white.png);
  background-size: 15px;
  background-color: #0c72e1;
}
#pictureViewer .handel-prev, #pictureViewer .handel-next {
  display: inline-block;
  width: 40px;
  height: 50px;
  position: relative;
  top: calc(50% - 60px);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 50%;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #0c72e1;
}
#pictureViewer .handel-prev {
  background-image: url(../images/prev_white.png)
}
#pictureViewer .handel-next {
  background-image: url(../images/next_white.png)
}
#pictureViewer .picture-content {
  display: inline-block;
  width: 75%;
  height: calc(100% - 80px);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0
}
#pictureViewer .picture-content .cover {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#pictureViewer .counter {
  display: none;
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  color: gray;
  font-size: 13px
}
#pictureViewer .hide {
  display: none
}
#pictureViewer .left {
  float: left
}
#pictureViewer .right {
  float: right
}
#pictureViewer .clear-flex {
  clear: both
}
#pictureViewer img {
  max-width: 100%;
  max-height: 100%
}
@media (min-width: 992px) {


  .image-list .cover {
    margin-top: .2rem;
  }
  #pictureViewer .handel-prev, #pictureViewer .handel-next {
    width: 50px;
    height: 70px;
    top: calc(50% - 80px);
  }


	
}