h1 {
  font-size: 3rem;
  margin-left: .6rem;
  text-align:center;
  line-height: 4rem;
}

h1::after {
  content: '';
  margin-left: .4rem;
  border-right: 2px solid #777;
  animation: cursor .9s infinite steps(2);
}

@keyframes cursor {
  from { border-right: 2px solid #222; }
  to { border-right: 2px solid #777; }
}

.noticediv {float:left;}
.foot_box { position: absolute; z-index:11; bottom:25px; width:100%;}
.rightFoot { left:30px; color:white; float: right;}
.rightFoot li {float:left;}
.rightFoot li a {padding:10px 20px; border-bottom:1px solid #fff; border-radius: 0px 0px 8px 8px; color:white; margin:0 10px;}
.copyr {display:block; text-align:right; color:white; margin-top:50px; margin-right:15px;}
.lt_wr{margin-top:-35px; margin-left:15px;}
.lt_wr li:before {background:white !important; }
.lt_wr li a {color:white;}
.jb-text {top:48%;}
body {background:#210300;}
.lt .new_icon {display:none;}

@media (max-width: 650px){
  .rightFoot {margin-top:50px;}
  .copyr {margin-top:100px;}
  .jb-text { top: 38%; }
} 

@media (max-width: 500px){
  .rightFoot {margin-top:0px;}
  .copyr {margin-top:100px;}
  .jb-text { top: 43%; }
} 

@media (max-width: 350px){
  .rightFoot li {font-size:0.7rem;}
  .lt_wr {margin-left:0px;}
} 