@-webkit-keyframes ember-notify-show{0%{right:-310px}to{right:0}}@keyframes ember-notify-show{0%{right:-310px}to{right:0}}@-webkit-keyframes ember-notify-hide{0%{right:0}to{right:-310px}}@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{-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-name:ember-notify-show;animation-name:ember-notify-show;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1.275);animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}.ember-notify-default .ember-notify-hide{-webkit-animation-duration:250ms;animation-duration:250ms;-webkit-animation-name:ember-notify-hide;animation-name:ember-notify-hide;-webkit-animation-timing-function:cubic-bezier(.6,-.28,.735,.045);animation-timing-function:cubic-bezier(.6,-.28,.735,.045)}.ember-notify-hide:hover{-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused}.ember-notify-default .ember-notify .close{float:right;cursor:pointer}@media only screen and (max-width:680px){.ember-notify-default.ember-notify-cn{width:100%;padding-left:20px;box-sizing:border-box}.ember-notify-default .ember-notify{width:100%;float:right}}.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}