   *{
    margin: 0;
    padding: 0;
  }
  #navbar{
    width: 100%;
    border-top: 1px solid #AAAAAA;
    padding: 6px 0;
    position: fixed;
    bottom: 0px;
    z-index: 888;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content:space-around;
    background-color: #f7f7f7;
  }
  #navbar a{ 
    width: 25%;
    display: inline-block;
    text-align: center;
    padding-top:25px ;
    color: #000000;
    font-size: 1rem;
    text-decoration: none;
  }
  #navbar a:nth-child(1){
  	background-image: url(../images/icon/home.png);
  	background-repeat: no-repeat;
  	background-position: center -1px;
  }
  #navbar a:nth-child(2){
  	background-image: url(../images/icon/new.png);
  	background-repeat: no-repeat;
  	background-position: center -1px;
  }
  #navbar a:nth-child(3){
  	background-image: url(../images/icon/gift.png);
  	background-repeat: no-repeat;
  	background-position: center -1px;
  }
  #navbar a:nth-child(4){
  	background-image: url(../images/icon/about.png);
  	background-repeat: no-repeat;
  	background-position: center -1px;
  }
#download{
  width: 100%;
  text-align: center;
  position: relative;
  top: 110%;
}  
#download p{
  font-size: 1rem;
  margin: 2%;
}
#download div a{
  display: inline-block;
  padding: 0 0.625rem;
  text-align: center;
  border: 0.0625rem solid #e7e7e7;
  color: #999;
  background: #eee;
}
#download img{
  width: 30%;
  height: 30%;
  visibility: hidden;
  position: relative;
  top: -4%;
  left:2%;
  
}