 #imgs .item { float: left;display: flex;align-items: center;justify-content: center;width: 200px;height: 200px;overflow: hidden;box-sizing: border-box;border: 1px solid #f1f1f1;margin: 5px;cursor: pointer;}
 #imgs .item img {width: 100%;height: auto;}
 .zx-image-preview-wrapper i {  font-style: normal !important;}
 .zx-image-preview-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
}
.zx-image-preview-wrapper.on-error:after {
  content: '! \56FE\7247\52A0\8F7D\5931\8D25';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  border: 1px solid #f1f1f1;
  background-color: #eee;
  color: #666;
  text-align: center;
  line-height: 200px;
}
.zx-image-preview-wrapper.on-error img {
  display: none;
}
.zx-image-preview-wrapper ._cur {
  cursor: pointer;
}

.zx-image-preview-wrapper .zip-close:before,
.zx-image-preview-wrapper .zip-close:after {
  position: absolute;
  border-radius: 1px;
  background-color: #fff;
  content: '';
}


.zx-image-preview-wrapper .zip-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -51px;
  width: 101px;
  height: 101px;
  opacity: 0.6;
  filter: Alpha(opacity=60);
  cursor: pointer;
  background-color: rgba(0,0,0,0.1);
  border-radius: 50%;
  display:none;
}

.zx-image-preview-wrapper .zip-arrow._prev-arrow {  left: -50px;}
.zx-image-preview-wrapper .zip-arrow._prev-arrow:after {  right: 22px;  background-position: 0 0;}
.zx-image-preview-wrapper .zip-arrow._next-arrow {  right: -50px;}
.zx-image-preview-wrapper .zip-arrow._next-arrow:after {  left: 22px;  background-position: -20px 0;}
.zx-image-preview-wrapper .zip-arrow:hover._prev-arrow:after {  right: 25px;}
.zx-image-preview-wrapper .zip-arrow:hover._next-arrow:after {  left: 25px;}
.zx-image-preview-wrapper .zip-tool-wrapper {   
 width: 213px;    position: fixed;
    right: 180px;
    bottom: 40px;
    background: rgba(149,149,149,0.5);
    border-radius: 35px;
    padding-left: 15px;
}
.zx-image-preview-wrapper .zip-tool-wrapper ._item {
  position: relative;
  display: inline-block;
  width: 50px;
  text-align: center;
}
.zx-image-preview-wrapper .zip-tool-wrapper ._item .zx {
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  margin:2px;
}

.zx-image-preview-wrapper .zip-pagination-wrapper {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  width: 60%;
  text-align: center;
}
.zx-image-preview-wrapper .zip-pagination-wrapper ._item {
  display: inline-block;
  max-width: 30px;
  height: 2px;
  opacity: 0.5;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  
}
.zx-image-preview-wrapper .zip-pagination-wrapper ._item:after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.zx-image-preview-wrapper .zip-pagination-wrapper ._item._item-active {
  opacity: 0.9;
}
.zx-image-preview-wrapper .zip-picture {
  position: absolute;
  margin: 0;
  padding: 0;
  cursor: move;
}
.zx-image-preview-wrapper .zip-picture.v-transition {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*1.14新加*/
.zx-next{display:none}
.zx-prve{display:none}
.zx-enlarge:before, .zx-reduce:before, .zx-rotate:before, .viewer-fullscreen-exit:before{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 48px;
    height: 39px;
    color: transparent;
    background: url(../../images/icon1.png) no-repeat;
}
.zx-enlarge:before {
    content: 'Zoom In';
    background-position: 0px 0px;
}
.zx-reduce:before {
    background-position: -59px -1px;
}

.zx-rotate:before {
    content: 'Rotate Left';
    background-position:-50px -50px;
    height: 39px;
}


.zx-image-preview-wrapper .zip-close:before {
  position: fixed;
  z-index: 2;
  bottom:45px;
  right:196px;
  width:85px;
  height: 39px;
background: url(../../images/icon1.png) no-repeat -158px -3px;
}
@media screen and (max-width: 375px) {
  .zx-image-preview-wrapper .zip-tool-wrapper {
    bottom: 20px;
  }
  .zx-image-preview-wrapper .zip-pagination-wrapper {
    bottom: 10px;
  }
}
.zx-reduce:before { content: ""; }

