<!--
function popupban() {
var wx=window.open('bancode.htm','','top=50,left=100,width=550,height=550');
wx.document.close();
wx.focus();
}
//-->

