.showImgCenterModal{display:flex;align-items:center;justify-content:center}.showImgCenterModal .ivu-modal{top:0}.showImgCenterModal .img_box{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.showImgCenterModal .img_box .imgTopItem{max-width:18vw;max-height:30vh;margin:4vh;transform-origin:center center}.showImgCenterModal .btn_showImg{width:100%;display:flex;justify-content:flex-start;align-items:center;margin-bottom:1vh}.showImgCenterModal .btn_showImg img{width:40px;cursor:pointer;margin-right:10px}.showImgBigModal .ivu-icon-ios-close,.showImgBigModal .ivu-icon-ios-close:hover{font-size:5vw}.showImgBigModal .ivu-modal-body{padding:0;position:relative}.showImgBigModal .imgItem-boxs{transform-origin:center top}.showImgBigModal .imgItem{width:100%;height:100%;transform-origin:center center}.showImgBigModal .btnbig_showImg{opacity:0;height:4vh;position:absolute;top:0;background:rgba(0,0,0,.2);width:100%;display:flex;justify-content:center;align-items:center}.showImgBigModal .btnbig_showImg .ivu-icon{font-size:2vw;color:#fff;cursor:pointer}.showImgBigModal .imgbig_box:hover .btnbig_showImg{animation:radar-beam .6s linear forwards}@keyframes radar-beam{0%{opacity:0}to{opacity:1}}