<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ads{
    background: url(../assets/img/bg/home-bg-mindealer2.jpg) top center no-repeat;
    position: absolute;
    width: 100%;
    height: 926px;
    cursor: pointer;
   }
.imgads{
 width: 100%;
}
.mdlcenter{
 margin-top: 12%;
}
.online{
     float: right;
     width: 118px;
     height: 30px;
     margin-top: 3px;
     margin-right: 7px;
     background-color: black;
     border-radius: 15px;
     margin-left: 10px;
     color: #89e745;
}
.offline{
     float: right;
     width: 118px;
     height: 30px;
     margin-top: 3px;
     margin-right: 7px;
     background-color: black;
     border-radius: 15px;
     margin-left: 10px;
     color: #ff0000;
}
.gangguan{
     float: right;
     width: 118px;
     height: 30px;
     margin-top: 3px;
     margin-right: 7px;
     background-color: black;
     border-radius: 15px;
     margin-left: 10px;
     color: #f7f014;
}
.sm-box {
   width: 100%;
   height: 100px;
   background: #444f48;
   font-family: "Ubuntu";
   font-size: 14px;
   text-align: center;
   position: relative;
}

.re-box-header h2{
 font-family: "noodle";
 color: #80EDF5;
 font-size: 24px;
 display: inline;
 position: relative;
}
.dp_barcode img:hover {
   transform: scale(2) translateX(30px) translateY(-28px);
}

.dp_barcode img {
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -ms-transition: all 1s ease;
   -o-transition: all 1s ease;
   transition: all 1s ease;
}
.social-sprite {
   position: relative !important;
   bottom: 0 !important;
}
.vertical-align {
   margin: 0;
   position: absolute;
   top: 50%;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   width: 100%;
}</pre></body></html>