﻿/* 查看图片swiper样式 */
#origin-img {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #000; z-index: 1977;}
#origin-img .swiper-slide img {width: 100%;vertical-align: middle;}
.swiper-pagination {top:10px;bottom: auto;color: #fff;}
.upload {position: fixed;bottom: 0;line-height: 3em;background: rgba(0,0,0,.5);z-index: 5;color: #fff;width: 100%;text-align:left;}
.btnClose {position: absolute;top: 10px;right: 10px;width: 40px;height: 40px;line-height: 40px;background: rgba(110, 113, 117, 0.6) url(images/close1.png) 10px 10px no-repeat!important;border-radius: 50%; text-align: center;z-index: 12;background-size: 20px!important;}

#origin-img .swiper-button-prev {background-image: url(images/leftarr.png);opacity:.8;}

#origin-img .swiper-button-prev:hover {opacity:1;}
#origin-img .swiper-button-next {background-image: url(images/rightarr.png);opacity:.8;}

#origin-img .swiper-button-next:hover{opacity:1;}