@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none){

  .uqlj ul li {
    background: #f0f0f0;
  }
  .uqlj ul a li {
    font-size: 12px;
  }
  .footer-background {
    width: 100%;
    height: 90%;
    background: url(../img/bgournd.png);
    
  }
  .fontdiv:nth-child(1) .ball{
    border: 2px solid skyblue;
  }
  .fontdiv:nth-child(1) .ball i{
    color:skyblue;
  }
  .fontdiv:nth-child(2) .ball{
    border: 2px solid orange;
  }
  .fontdiv:nth-child(2) .ball i{
    color:orange;
  }
  .fontdiv:nth-child(4) .ball{
    border: 2px solid royalblue;
  }
  .fontdiv:nth-child(4) .ball i{
    color:royalblue;
  }
  .fontdiv:nth-child(5) .ball{
    border: 2px solid goldenrod;
  }
  .fontdiv:nth-child(5) .ball i{
    color:goldenrod;
  }
  .fontdiv:nth-child(6) .ball{
    border: 2px solid pink;
  }
  .fontdiv:nth-child(6) .ball i{
    color:pink;
  }
  .wlw-right-slider-index {
    background-color: #000;
  }
  #nav-chance .black-broad {
    background-color:rgba(255, 255, 255, .8);
 }

 .nav-content  ul #web-nav>span {
  display: inline-block;
  color: white;
  margin-left: -12%;
}

}