/*图片弹框放大样式*/
.imgzoom_pack { position: fixed; top: 0; left: 0; z-index: 99999; display: none; width: 100%; height: 100%; background: rgba(0,0,0,.9); }
.imgzoom_pack .imgzoom_x { position: absolute; top: 0px; right: 0px; z-index: 10; overflow: hidden; width: 40px; height: 40px; border-radius: 0px 0px 0px 100px; background: #f0f0f0; color: #666; text-align: center; text-indent: 10px; font-size: 26px; line-height: 36px; cursor: pointer; }
.imgzoom_pack .imgzoom_img { position: absolute; top: 0; left: 0; overflow: hidden; width: 100%; height: 100%; }
.imgzoom_pack .imgzoom_img img { position: absolute; top: 50%; width: 100%; }