*{
  box-sizing: border-box;
}
html,
body{
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
img{
  max-width: 100%;
}
.wrapper,
.header,
.body,
.footer{
  width: 100%;
  position: relative;
  float: left;
}
.inner{
  width: 100%;
  max-width: 960px;
  margin: auto;
}



.header{
  background: #00796B;
}
.header h1{
  color: white;
  position: relative;
  padding-left: 136px;
  line-height: 140px;
  margin: 0;
}
.header h1:before{
  content: " ";
  position: absolute;
  display: block;
  width: 120px;
  height: 120px;
  left: 0;
  top: 50%;
  margin-top: -60px;
  background-image: url(/assets/img/wait_logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.header img{
  width: 80px;
}

.body ul{
  list-style: none;
  padding: 32px 16px;
  margin: 0;
}
.body ul li{
  display: block;
  width: 100%;
  margin-bottom: 16px;
  background: #4DB6AC;
}
.body ul li a{
  display: inline-block;
  width: 100%;
  padding: 16px;
  color: white;
  text-decoration: none;
}
.body ul li:hover{
  background: #00796B;
}


.footer .note{
  padding: 16px;
  background: #eee;
  color: #555;
}


.copyright{
  position: fixed;
  width: 100vh;
  height: 16px;
  bottom: 100%;
  left: 0;
  transform: rotate(90deg);
  transform-origin:left bottom;
  text-align: center;
  margin: 0;
  padding: 4px 0;
  font-size: 10px;
}


/* usage */
#usage .menu_list{

}
#usage .menu_list li{
  /* border-radius: 30px; */
  padding-left: 50px;
  overflow: hidden;
  position: relative;
}
#usage .menu_list li:before{
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 100%;
  background: #00796B;
  top: 0;
  left: 0;
  /* box-shadow: 2px 0 5px  #00796B; */
}
