.pop-img {
    width: 100%;
    height: 100%;
    background: rgba(00, 00, 00, 0.3);
    position: fixed;
    top: 0;
    left: 0;
}
.img-box {
    width: 700px;
    overflow: hidden;
    margin: 2% auto;

}
.img-title {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 10px;
    margin-left: 50px;
    font-size: 14px;
}
.img-ico {
    width: 80px;
    height: 30px;
    float: left;
    background: rgba(00, 00, 00, 0.8);
    margin-right: 20px;
    color: #fff;
    line-height:30px;
    cursor: pointer;
    text-align: center;
}
.g-d-n {display: none;}
.img-div {position: absolute;top:20%;left: 30%; padding: 10px;  }
.img-body{ width: 500px; height: 500px;  display: table-cell; vertical-align: middle; text-align: center;}
.img-div img {display: inline-block; vertical-align: middle; background-color: #fff; padding: 5px; max-height: 700px; vertical-align: top; white-space: nowrap;}
.imgClick {cursor: pointer;}
