.BeAlert_overlay {width:auto;height:auto;position:fixed;left:0;right:0;top:0;bottom:0;padding:0;margin:0;background:url("../images/alert/overlay.png");z-index:9999;overflow:hidden;}
.BeAlert_box {font-family:"Microsoft YaHei",sans-serif;position:fixed;left:50%;top:50%;font-size:12px;text-align:center;background-color:#ffffff;padding:20px;border-radius:5px;z-index:10000;}
.BeAlert_box .BeAlert_image {width:60px;height:60px;background-color:#ffffff;margin:0 auto;}
.BeAlert_box .BeAlert_image.warning {background-size:60px;background:url("../images/alert/warning.png");}
.BeAlert_box .BeAlert_image.error {background-size:60px;background:url("../images/alert/error.png");}
.BeAlert_box .BeAlert_image.info {background-size:60px;background:url("../images/alert/info.png");}
.BeAlert_box .BeAlert_image.question {background-size:60px;background:url("../images/alert/question.png");}
.BeAlert_box .BeAlert_image.success {background-size:60px;background:url("../images/alert/success.png");}
.BeAlert_box .BeAlert_title {font-size:18px;color:#333333;margin:20px auto 10px auto;}
.BeAlert_box .BeAlert_message {font-size:14px;color:#333333;margin:10px auto 20px auto;}
.BeAlert_box .BeAlert_button {margin-top:20px;}
.BeAlert_box .BeAlert_button button {font-size:16px;font-weight:bold;color:#333333;background-color:#f4ae00;padding:10px 20px;margin:0 10px;border-radius:5px;cursor:pointer;border:none;box-shadow:none;display:none;outline:none;-webkit-border-radius:4px;}
.BeAlert_box .BeAlert_button button.BeAlert_cancel {background-color:#f4ae00;}
.BeAlert_box .BeAlert_button button.BeAlert_cancel:hover {color:#f4ae00;background-color:#333333;}
.BeAlert_box .BeAlert_button button.BeAlert_confirm:hover {color:#f4ae00;background-color:#333333;}