.sp-popup-dialog-wrapper{display:none;position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.6);overflow-y:auto;z-index:1500}.sp-popup-dialog-wrapper>div{display:flex;min-width:320px;min-height:100%;flex-direction:column;justify-content:center;align-items:center;padding:12px}.sp-popup-dialog-area{display:flex;flex-direction:row;align-items:flex-start}.sp-popup-dialog{flex-grow:1;position:relative;max-width:1000px;padding:20px;background:#FFF}.sp-popup-dialog-close{display:block;flex-shrink:0;height:16px;width:16px;background:url("/img/icon/close-white.png") no-repeat center center;margin-left:10px;cursor:pointer;opacity:.75}.sp-popup-dialog-close:HOVER{opacity:1}