.confirm-div,.alert-div{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);z-index: 99;} 
.confirm-div .confirm-box,.alert-div .alert-box{position: absolute;top: 40%;left: 10%;width:80%;height: auto;
border-radius:5px;color: #888;font-size:14px;background: #fff;} 
.confirm-title,.alert-title{color: #333;font-size: 16px;text-align: center;margin: 15px 0 12px 0;width: 100%;  font-weight: bold;  font-family: "微软雅黑";}
.confirm-content,.alert-content{margin: 0 ;text-align: center;width: 94%; padding: 12px 3%; font-size: 14px; }    
.alert-box button{margin-top: 10px;width: 100%;border: 0;border-top: 1px solid #ddd;text-align: center; color: #0BB20C;padding: 12px 0; background: #fff; border-radius: 0 0 5px 5px;}
.confirm-box .weui_dialog_ft{width: 100%;margin-top:5px;border-top: 1px solid #ddd;clear: both;overflow: hidden;} 
.confirm-box .weui_dialog_ft button{width: 48.5%;border: 0;text-align: center; 
color: #0BB20C;padding: 12px 0;background: #fff;    border-radius: 0 0 5px 0;}    
.confirm-box .weui_dialog_ft button:first-child{ color: #333;border-right: 1px solid #ddd; border-radius: 0 0 0 5px;}    