.sp-popup{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;display:flex;align-items:center;justify-content:center;z-index:1000}.sp-popup.is-top .sp-popup__box{position:absolute;top:0;left:0;width:100%}.sp-popup.is-right .sp-popup__box{position:absolute;top:0;right:0;height:100%}.sp-popup.is-bottom .sp-popup__box{position:absolute;left:0;bottom:0;width:100%}.sp-popup.is-left .sp-popup__box{position:absolute;top:0;left:0;height:100%}.sp-popup__mask{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.4);pointer-events:auto}.sp-popup__box{position:relative;z-index:1000;max-width:100%;max-height:100%;overflow:auto;word-break:break-word;word-wrap:break-word;line-height:1.5;pointer-events:auto;transition:transform .3s,opacity .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;-webkit-font-smoothing:subpixel-antialiased}.sp-popup .fade-enter-active,.sp-popup .fade-leave-active{transition:opacity .3s}.sp-popup .fade-enter,.sp-popup .fade-leave-active,.sp-popup .fade-leave-to{opacity:0}.sp-popup .fade-grow{transform:scale(1) translateZ(0) perspective(1px);opacity:1;transition:transform .3s cubic-bezier(.25,.7,0,1),opacity .3s cubic-bezier(.25,.7,0,1)}.sp-popup .fade-grow-enter,.sp-popup .fade-grow-enter-active{transform:scale(.3) translateZ(0) perspective(1px);opacity:.3;transform:scale(.7) translateZ(0) perspective(1px)}.sp-popup .fade-grow-enter-to{transform:scale(1) translateZ(0) perspective(1px);opacity:1}.sp-popup .fade-grow-leave-active{transform:scale(.7) translateZ(0) perspective(1px);opacity:.7}.sp-popup .fade-grow-leave-to{transform:scale(0) translateZ(0) perspective(1px);opacity:0;transform:scale(.7) translateZ(0) perspective(1px)}.sp-popup .slide-down,.sp-popup .slide-up{transform:translateY(0)}.sp-popup .slide-up-enter,.sp-popup .slide-up-enter-active{transform:translateY(70%)}.sp-popup .slide-up-enter-to{transform:translateY(0)}.sp-popup .slide-up-leave-active{transform:translateY(30%)}.sp-popup .slide-up-leave-to{transform:translateY(100%)}.sp-popup .slide-down-enter,.sp-popup .slide-down-enter-active{transform:translateY(-70%)}.sp-popup .slide-down-enter-to{transform:translateY(0)}.sp-popup .slide-down-leave-active{transform:translateY(-30%)}.sp-popup .slide-down-leave-to{transform:translateY(-100%)}.sp-popup .slide-left,.sp-popup .slide-right{transform:translateX(0)}.sp-popup .slide-right-enter,.sp-popup .slide-right-enter-active{transform:translateX(-70%)}.sp-popup .slide-right-enter-to{transform:translateX(0)}.sp-popup .slide-right-leave-active{transform:translateX(-30%)}.sp-popup .slide-right-leave-to{transform:translateX(-100%)}.sp-popup .slide-left-enter,.sp-popup .slide-left-enter-active{transform:translateX(70%)}.sp-popup .slide-left-enter-to{transform:translateX(0)}.sp-popup .slide-left-leave-active{transform:translateX(30%)}.sp-popup .slide-left-leave-to{transform:translateX(100%)}.sp-icon{background-size:contain;fill:currentColor}.sp-icon--xs{width:20px;height:20px}.sp-icon--sm{width:24px;height:24px}.sp-icon--md{width:32px;height:32px}.sp-icon--lg{width:42px;height:42px}.sp-icon.is-spinner{-webkit-animation:figureEightSpinnerDash 1s linear infinite;animation:figureEightSpinnerDash 1s linear infinite}.sp-icon.is-smooth-spinner{display:block;width:40px;height:40px;-webkit-animation:loadingCircle 2s linear infinite;animation:loadingCircle 2s linear infinite;fill:none;stroke-width:2px}.sp-icon.is-smooth-spinner circle{stroke-linecap:round;-webkit-animation:loadingDash 2s ease-in-out infinite;animation:loadingDash 2s ease-in-out infinite}@-webkit-keyframes figureEightSpinnerDash{0%{stroke-dashoffset:0}to{stroke-dashoffset:320}}@keyframes figureEightSpinnerDash{0%{stroke-dashoffset:0}to{stroke-dashoffset:320}}@-webkit-keyframes loadingDash{0%{stroke-dasharray:1,120;stroke-dashoffset:0}70%{stroke-dasharray:70,120;stroke-dashoffset:-30}to{stroke-dasharray:70,120;stroke-dashoffset:-90}}@keyframes loadingDash{0%{stroke-dasharray:1,120;stroke-dashoffset:0}70%{stroke-dasharray:70,120;stroke-dashoffset:-30}to{stroke-dasharray:70,120;stroke-dashoffset:-90}}@-webkit-keyframes loadingCircle{to{transform:rotate(1turn)}}@keyframes loadingCircle{to{transform:rotate(1turn)}}.sp-toast{position:relative;z-index:2000}.sp-toast__content{box-sizing:border-box;position:relative;width:100%;padding:15px;font-size:16px;color:#fff;background-color:rgba(17,17,17,.7);border-radius:8px;display:flex;align-items:center;justify-content:center}.sp-toast__icon{display:block;margin:0 auto}.sp-toast.is-show-icon .sp-toast__icon{width:40px;height:40px;margin:0 auto;stroke:#fff}.sp-toast.is-show-icon .sp-toast__content{width:110px;height:110px;padding:10px 0}.sp-toast.is-show-icon .sp-toast__text{margin-top:13px;font-size:14px}.sp-toast__text{text-align:center;margin:0;line-height:20px}.sp-toast .sp-popup{padding:60px}