.BeAlert_overlay{overflow:hidden;position:fixed;margin:0;padding:0;z-index:9999;background:url("./overlay.png");left:0;right:0;top:0;bottom:0;width:auto;height:auto}
.BeAlert_box{position:fixed;top:50%;left:50%;background-color:#38383e;border-radius:12px;padding:20px;z-index:10000;font-family:"Microsoft YaHei";font-size:12px;text-align:center;color:#A6A6A6;box-shadow:0 0.125rem 1rem 1px #181818}
.BeAlert_box .BeAlert_image{background:#303135;width:60px;height:60px;margin:10px auto;margin-bottom:18px}
.BeAlert_box .BeAlert_image.warning{background:url("./warning.png");background-size:60px}
.BeAlert_box .BeAlert_image.error{background:url("./error.png");background-size:60px}
.BeAlert_box .BeAlert_image.info{background:url("./info.png");background-size:60px}
.BeAlert_box .BeAlert_image.question{background:url("./success.png");background-size:60px}
.BeAlert_box .BeAlert_image.success{background:url("./success.png");background-size:60px}
.BeAlert_box .BeAlert_title{font-size:18px;margin:5px auto;padding-bottom:8px}
.BeAlert_box .BeAlert_message{font-size:15px;margin:8px auto;padding-bottom:8px;line-height:25px}
.BeAlert_box .BeAlert_button{margin-top:20px}
.BeAlert_box .BeAlert_button button{display:none;background-color:#4a945f;color:#eaeaea;border:none;box-shadow:none;font-size:17px;font-weight:500;-webkit-border-radius:4px;border-radius:5px;padding:10px 30px;cursor:pointer;margin:0 10px;outline:none}
.BeAlert_box .BeAlert_button button.BeAlert_cancel{background-color:#505156;color:#c6c6c6}
.BeAlert_box .BeAlert_button button.BeAlert_cancel:hover{background-color:#56575d;color:#c8c8c8}
.BeAlert_box .BeAlert_button button.BeAlert_confirm:hover{background-color:#50a068}