.simpleAlert{position: fixed;z-index: 1000;}
.simpleAlertShelter{position: fixed;width: 100%;height: 100%;top:0;left:0;background-color: #000;opacity: 0.7;filter:alpha(opacity=30);}
.simpleAlertBody{position:fixed;display: none;width: auto;height: auto;top:50%;left:50%;opacity:0;background-color: #fff;transform: translate(-50%,-50%);overflow: hidden;border: 2px solid #b58f65;font-size: 0;}
.simpleAlertBodyClose{position: absolute;width: 14px;height: 14px;top:4px;right: 20px;padding: 5px;cursor: pointer;z-index: 9;color: #fff;font-size: 18px;}
.simpleAlertBodyTitle{position: absolute;top:0;width:100%;line-height:48px;overflow-y:auto;left: 0;background-color: #1B4BEE;text-align: center;font-size: 18px;color: #fff;display:none;}
.simpleAlertBodyContent{position: absolute;bottom:0;width:100%;overflow-y:auto;left: 50%;text-align: center;font-size: 16px;font-weight: 500;color: #fff;background: rgba(0,0,0,0.9);padding:2rem 10px;transform: translateX(-50%);line-height: 2rem;}
.simpleAlertBtn{position:absolute;width: 100px;height: 34px;bottom:10px;border: 1px solid #bfbfbf;cursor:pointer;border-radius: 5px;color: #fff;font-size: 16px;}
.simpleAlertBtn1{background-color: #1B4BEE;left: 25%;}
.simpleAlertBtn2{background-color: #f7f7f7;color: #333;right: 25%;}
.onlyOne{width: 200px;height: 36px;left: 50%;transform: translateX(-50%);display:none;}