#zoom { position: fixed; z-index: 90000000; top: 0; left: 0; display: none; width: 100%; height: 100%; background: rgba(0, 0, 0, .8); }
#zoom .content { position: absolute; z-index: 99991; top: 50%; left: 50%; width: 200px; height: 200px; margin: -100px 0 0 -100px; padding: 0; background-color: #fff; background-repeat: no-repeat; background-position: center; }
#zoom .content.loading { background-image: url('../gif/pic_loading.gif'); }
#zoom .content.loading .txt { display: none; }
#zoom img { display: block; max-width: none; }
#zoom .close { position: absolute; z-index: 99993; top: 34px; right: 34px; width: 32px; height: 33px; cursor: pointer; opacity: 1; border-radius: 0 0 0 4px; background: transparent url('../png/lzh_nico13.png') no-repeat 50% 50%; filter: alpha(opacity=100); }
#zoom .previous, #zoom .next { position: absolute; z-index: 99992; top: 50%; display: block; overflow: hidden; width: 70px; height: 90px; margin-top: -45px; background-size: contain !important;}
#zoom .previous { left: 0; background: url('../jpg/lzh_nico14.jpg') no-repeat; }
#zoom .next { right: 0; background: url('../jpg/lzh_nico15.jpg') no-repeat; }
#zoom .txt{background-color: #fff;padding: 16px 33px;font-size: 18px;color: #666;*zoom: 1;position: relative;}
#zoom .txt:before{content: ''; display: table}
#zoom .txt:after{content: ''; display: table; clear: both}
#zoom .txt span{display: block;}
#zoom .txt .p1{margin-right: 100px;}
#zoom .txt .p2{position: absolute;right: 31px;top: 16px;}

@media screen and (max-width:1200px) {
	#zoom .close{top: 60px;right: 10px;background-size: 20px;}
}
@media screen and (max-width:758px) {
	#zoom .previous, #zoom .next{width: 60px;height: 77px;}
	#zoom .next{background-position: 0;}
    #zoom .txt {padding: 8px 15px;font-size: 14px;}
}