.v-popup{bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;overflow-x:hidden;overflow-y:auto;pointer-events:none;position:fixed;right:0;top:0;z-index:100}.v-popup_mask{pointer-events:auto;z-index:1001!important}.v-popup_mask .v-popup-mask{display:block}.v-popup-mask{background-color:rgba(37,38,45,.6);display:none;height:100%;overflow:hidden;pointer-events:auto;position:absolute;width:100%}.v-popup-mask:before{background-color:rgba(0,0,0,.1);content:".";display:block;height:1px;margin-left:-10px;width:1px}.v-popup-container{box-shadow:0 5px 20px rgba(26,26,26,.1);box-sizing:border-box;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;max-height:calc(100vh - 48px);position:relative;transition:max-height .8s ease;z-index:1}.v-popup-content{position:relative}.v-popup-content .icon-guanbi{color:#fff;cursor:pointer;font-size:32px;position:absolute;right:-40px;top:0}