.vis-emp-drawer .capture-box .image-mask{opacity:.5;display:none;background:#ccc;height:210px;z-index:10;position:absolute;width:100%}.vis-emp-drawer .capture-box .left{left:10px}.vis-emp-drawer .capture-box .right{right:10px}.vis-emp-drawer .capture-box>span{position:absolute;z-index:100;border-radius:50%;background:#fff;line-height:1;width:32px;height:32px;display:none;padding:3px;top:80px;cursor:pointer}.vis-emp-drawer .capture-box>span img{height:26px;border-radius:50%;width:26px}.vis-emp-drawer .capture-box .image-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #d9d9d9;height:210px}.vis-emp-drawer .capture-box .image-box:hover .image-mask,.vis-emp-drawer .capture-box .image-box:hover span,.vis-emp-drawer .capture-box:hover .image-mask,.vis-emp-drawer .capture-box:hover .left,.vis-emp-drawer .capture-box:hover .right{display:block}.vis-emp-drawer .ant-upload.ant-upload-select-picture-card{margin-bottom:3px}.vis-emp-drawer .capture-operation{width:104px;text-align:center}.vis-emp-drawer .drawer{height:0;margin-top:0;background:#fff;right:calc(50% - 155px);position:absolute;top:0;overflow:hidden;z-index:1000;-webkit-transition:height .3s ease,-webkit-transform .3s ease-in .1s;transition:height .3s ease,-webkit-transform .3s ease-in .1s;transition:height .3s ease,transform .3s ease-in .1s;transition:height .3s ease,transform .3s ease-in .1s,-webkit-transform .3s ease-in .1s}.vis-emp-drawer .drawer-show{height:auto}.vis-emp-drawer .drawer-close{width:32px;height:32px;margin-left:92%;text-align:center;padding-top:8px;cursor:pointer}.vis-emp-drawer .drawer-mask{position:absolute;height:0;width:100%;margin-top:0;background-color:rgba(0,0,0,.65);z-index:10;opacity:0;filter:alpha(opacity=50);-webkit-transition:opacity 50ms linear,height 0s ease 50ms;transition:opacity 50ms linear,height 0s ease 50ms;left:0;top:0}.vis-emp-drawer .drawer-mask-show{opacity:.3;height:100%}