.base-popup{position:fixed;overflow:hidden;overflow-y:auto;z-index:240;display:flex;flex-direction:column;align-items:center;justify-content:center}.base-popup,.base-popup .pop-bg{width:100%;height:100%;left:0;top:0}.base-popup .pop-bg{position:absolute;z-index:1;background:rgba(0,0,0,.6);transition:opacity .2s}.base-popup .pop-content{position:relative;z-index:10;transform-origin:center}.base-popup.show .pop-content{-webkit-animation:showPop .3s both;animation:showPop .3s both}.base-popup.show .pop-bg{opacity:1}.base-popup.hide .pop-content{-webkit-animation:hidePop .3s both;animation:hidePop .3s both}.base-popup.hide .pop-bg{opacity:0}.close-icon[data-v-330b46cc]{position:absolute;top:10px;right:10px;width:35px}.message-box[data-v-330b46cc]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);color:#fff;z-index:200}