@charset "utf-8";
 
/* 效果CSS开始 */
.alert_windows { display: none; position: fixed; z-index: 10; width: 264px; height: 220px;}
.alert_windows span { width: 20px; height: 20px; text-align: center; font: 12px/20px "Microsoft Yahei"; cursor: pointer; color: #333; display: block; position: absolute; top: 0px; right: 0px; }
.alert_windows span:hover { color: #EEE; }
/* 效果CSS结束 */