:root {
 --primary-color:#000;
 --second-color:#fdb819;
 --third-color:#ddd;
 --fourth-color:#d80000;
 --fifth-color:#fff;
 --sixth-color:#494949;
 --seventh-color:#999;
 --eighth-color:#0a0a0a;
 --ninth-color:#333;
 --tenth-color:#777777;
 --eleventh-color:#A60707;
 --twelfth-color:#0060A6;
 --thirteenth-color:#cb2320;
 --fourteenth-color:#51cb5a;
 --fifteenth-color:#007F86;
}



.webi-sys-err {
 color: #fff;
 background: #9f6969;
 text-align: center;
 width: 100%;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 999999;
 height: 100%;
}

.webi-sys-err ul {list-style: none;}
.webi-sys-err li {line-height: 36px;border-bottom: 1px solid #fff;}



