.simpleAlert{width: 100%;height: 100%;top:0;left:0;position:fixed; z-index: 9999999; }
.simpleAlertShelter{position: fixed;width: 100%;height: 100%;top:0;left:0;background-color: #000;opacity: 0.3;filter:alpha(opacity=30);}
.simpleAlertBody{position:relative;margin:50px auto;display: none;width: 300px;height: 450px;opacity:0;border: 1px solid #948497;background-color: #fff;}
.simpleAlertBodyClose{position: absolute;width: 14px;height: 14px;top:10px;right: 10px;padding: 5px;cursor: pointer;}
.simpleAlertBodyContent{position: absolute;top:0%;width:100%;height:450px;overflow-y:auto;left: 0%;text-align: center;font-size: 18px;font-weight: 600;color: #333;}
.simpleAlertBtn{position:absolute;width: 100px;height: 34px;top:88%;border: 1px solid #bfbfbf;cursor:pointer;border-radius: 5px;color: #fff;font-size: 16px;}
.simpleAlertBtn1{background-color: #826289;left: 35%;}

