@charset "utf-8";
.sy-mask{width:100%;height:100%;position:fixed;background:rgba(0,0,0,0.8);left:0;top:0;z-index:1000}
.sy-alert{position:fixed;display:none;border-radius:5px;overflow:hidden;width:60%;max-width:60%;max-height:90%;left:0;right:0;margin:0 auto;z-index:9999}

.sy-alert img{border:none;width: 100%;}
.sy-alert .showImg{border:none;}
.sy-alert .box{ width:80%; height:361px; margin:20px auto; position:relative; display:none;}
.sy-alert .show_time{  background:#000; filter:alpha(opacity=50);-moz-opacity:0.5;opacity: 0.5; padding:5px; position:absolute; top:0; left:0; color:#fff;font-size: 10px;}
.sy-alert .show_time span{ font-weight:bold; color:#cc0; padding:0 20px;font-size: 10px;}
.sy-alert .nav-menu{padding:0 20px;}
.sy-alert .close{ width:20px; height:20px; background:url(/Pub/js/plugins/syalert/close.png) no-repeat; position:absolute; top:0; right:0; cursor:pointer;}
