
/**ΜαΚΎΏς**/
.alert{width:300px;background:#FFFFFF;border-radius:10px;position:fixed;top:50%;left:50%;margin-top:-60px;margin-left:-150px;cursor:pointer;z-index:100;overflow: hidden;}
.alert-bg{width:100%;height:100%;background:#000; opacity:0.5;position:fixed;top:0;left:0;z-index:99}
.alert-txt{color:#FF4D00;padding:30px 20px;text-align:center;font-size:20px;font-family: "ΞΆΘνΡΕΊΪ";}
.alert-button{color:#fff;height:50px;line-height:50px;text-align:center;border-top:1px solid #fff;font-family: "ΞΆΘνΡΕΊΪ";font-size:20px;background: #FF4D00;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
