@keyframes ember-notify-show{0%{right:-310px}to{right:0}}@keyframes ember-notify-hide{0%{right:0}to{right:-310px}}.ember-notify-default.ember-notify-cn{position:fixed;z-index:5000;bottom:0;right:0}.ember-notify-default .ember-notify{display:block;margin:10px;position:relative;width:300px;box-sizing:border-box;border:1px solid #ccc;padding:10px}.ember-notify-default .ember-notify-show{animation-duration:500ms;animation-name:ember-notify-show;animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}.ember-notify-default .ember-notify-hide{animation-duration:250ms;animation-name:ember-notify-hide;animation-timing-function:cubic-bezier(.6,-.28,.735,.045)}.ember-notify-hide:hover{animation-play-state:paused}.ember-notify-default .ember-notify .close{float:right;cursor:pointer}.ember-notify-cn .clearfix{*zoom:1}.ember-notify-cn .clearfix::after,.ember-notify-cn .clearfix::before{content:" ";display:table}.ember-notify-cn .clearfix::after{clear:both}