:root {
 --primary-color:#666666;
 --second-color:#ffffff;
 --third-color:#000000;
 --fourth-color:#ff6108;
 --fifth-color:#444;
 --sixth-color:#D9D9D9;
 --seventh-color:#333333;
 --eighth-color:#ccc;
 --ninth-color:#f6f6f6;
 --tenth-color:#DDDDDD;
 --eleventh-color:#3C3C3C;
 --twelfth-color:#ea0000;
 --thirteenth-color:0, 0, 0;
}



.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;}



