.viewImg {
  cursor: pointer; }

.viewImg-main {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  background-color: rgba(0, 0, 0, 0.8); }
.viewImg-main > .v-box {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  text-align: center;
  cursor: -webkit-grab;

}
.viewImg-main > .v-box > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s; }
.viewImg-main > .v-trans {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s; }
.viewImg-main > .control {
  position: absolute;
  width: 100%;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  left: 0;
  bottom: 0;
  text-align: center;
  color: white;
  font-size: 18px;
  z-index: 99; }
.viewImg-main > .control > img {
  cursor: pointer;
  width: 15px;
  margin: 7px 10px; }
.viewImg-main > .shut {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  color: #ffffff;
  z-index: 99;
  cursor: pointer; }

/*# sourceMappingURL=pack.css.map */
