/*By (moyui) luweimo.me@qq.com */
/*单张图片放大*/
.moyu-signle-imgbox{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; bottom: 0; right: 0; display: flex; align-items: center; overflow: scroll; background: rgba(0,0,0,.5); z-index: 100;}
.moyu-signle-imgbox .close{ width: 70px; height: 32px; line-height: 32px; border-radius: 16px; text-align: center; position: fixed; right: 30px; top: 10px; background: rgba(255,255,255,.8); cursor: pointer; transition: all .3s; font-size: 14px;}
.moyu-signle-imgbox .close:hover{ background: rgba(255,255,255,1);}
.moyu-signle-imgbox img{ margin: 0 auto;}