/* 动画提示框样式 */

/* 适用于全屏页面 */
.alert-animate-in { position:fixed; left:50%; top:50%; height:48px; line-height:48px; margin-top:-24px; padding:0 25px; border-radius:3px; font-weight:bold; color:#fff; background:url(alert-back.png) repeat left top; display:inline-block; opacity:0; z-index:99; }

/* 适用于弹出页面 */
.alert-animate-out { position:fixed; left:0; top:50%; width:100%; height:auto; margin-top:-24px; text-align:center; opacity:0; z-index:99; }
.alert-animate-out span { padding:0 25px; height:48px; line-height:48px; border-radius:3px; font-weight:bold; color:#fff; background:url(alert-back.png) repeat left top; display:inline-block; }