@charset "utf-8";
/*lading*/
#Toast_bg{ width:100%; height:100%; position:fixed; right:0px; top:0px; background-color:#000; opacity:0.5; filter:alpha(opacity=50); z-index:10001; display:none;}
#Black_bg,#Black_bg2{ width:100%; height:100%; position:fixed; right:0px; top:0px; background-color:#000; opacity:0.5; filter:alpha(opacity=50); z-index:999;}
#Black_bg{ z-index:1002;}
#Black_bg2{ display:none;}
#loading{width:100%; height:100%; position:fixed; right:0px; top:0px;  z-index:1005; }
#loading .pop_wp{ width:100%; position:relative; float:left; height:100%;}
#loading .load_img{ position:absolute; width:10%; height:auto; left:45%; top:50%;}

#alert_box{ position:fixed; background-color:#fff; width:90%; left:5%; height:auto; top:40%; overflow:hidden; z-index:1003; display:none; border-radius:5px;}
#alert_box .alert_txt{ padding:12% 0; width:90%; float:left; text-align:center; color:#333; line-height:120%; margin-left:5%; display:inline; height:auto;}
#alert_box .alert_but{ width:90%; margin:0 5% 5% 5%; padding:4% 0; text-align:center; line-height:120%; height:auto; background-color:#0170D9; color:#FFF; border-radius:4px;  float:left; cursor:pointer;}

#Toast{ position:fixed; z-index:10002; width:80%; padding:20px 3%;  height:auto; border-radius:5px; background-color:#1B1B1B; color:#fff; top:45%;display:none; text-align:center; line-height:120%;max-width: 750px;}
