html{
	-webkit-text-size-adjust: 100%;
}
body {
    color: #2B333B;
    margin: 0;
    padding: 0;

	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-touch-action: none;
    touch-action: none;
}
ul{
	margin:0;
	padding:0;
}
  footer{
	width: 100%;
	height: 1.5rem;
  }
  .tab-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
    width: 100%;
    height: 1.5rem;
    background-color: #ffffff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  }
  .tab-bar li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 24%; /* Adjust width to fit icons and text */
    height: 100%;
  }
  .tab-bar li img {
    width: 0.5rem;
    height: 0.5rem;
    margin-bottom: .1rem; /* Space between icon and text */
  }
  .tab-bar li a {
    text-decoration: none;
    color: #333;
    font-size: .3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tab-bar li a.active {
    color: #0096ff;
    font-weight: bold;
  }
  footer{
	width: 100%;
	position: fixed;
    bottom: 0;
  }