#global_win_alert { position: fixed; top: 30%; left: 50%; background: #fff; border: 1px solid #ccc; opacity: 0.95; width: 580px; height: 218px; z-index: 100000; border-radius: 8px; margin-left: -290px; }

#alert_tips { font-size: 16px; width: 285px; margin: 56px auto 0 auto; text-align: center; }

#alert_bottom { background: url(/static/images/global/sh_line.png) no-repeat left 30px; overflow: hidden; width: 492px; margin: 0 auto; padding-top: 30px; }

#alert_continue { margin-top: 30px; float: left; width: 210px; height: 43px; line-height: 43px; text-align: center; color: #ffffff; border-radius: 5px; background: #84c447; font-size: 18px; }

#alert_inquery { margin-top: 30px; float: right; width: 210px; height: 43px; line-height: 43px; text-align: center; color: #ffffff; border-radius: 5px; background: #2a64b5; font-size: 18px; }

@media (max-width: 750px) { 
	table{ width: 100% !important; margin-left: 0 !important;}
}
@media (max-width: 620px) { 
  #global_win_alert { width: 290px; margin-left: -145px; }
  /*#global_win_alert { width: 90%; margin-left: -45%; }*/
  #alert_tips { width: 280px; }
  #alert_bottom { width: 280px; padding-top: 10px; }
  #alert_continue { width: 150px; font-size: 16px; }
  #alert_inquery { width: 120px; font-size: 16px; } }
