body,
ul,
li,
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
#topbar {
  background: none repeat scroll 0 0 #3a4450;
  color: #fff;
  height: 1.875em;
  line-height: 1.875em;
}
#leftmenu {
  background: none repeat scroll 0 0 #61b0e9;
  color: #fff;
}
.title {
  background: none repeat scroll 0 0 #3a4450;
  color: #fff;
}
.content {
  background: none repeat scroll 0 0 #f7f7fd;
  border: 1px solid #f0f0fb;
  color: #3a4450;
  padding: 0.625em;
  margin-bottom: 0.625em;
}
@media (min-width: 960px) {
  #topbar {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    height: 30px;
    top: 0;
    color: #61b0e9;
  }
  #topbar strong {
    color: #fff;
    margin-left: 10px;
  }
  #leftmenu {
    position: fixed;
    z-index: 1000;
    width: 220px;
    bottom: 0;
    top: 30px;
    overflow: hidden;
  }
  #leftmenu .select {
    background: none repeat scroll 0 0 #fff;
  }
  #leftmenu .select a {
    color: #000;
  }
  #leftmenu .select a:hover {
    background: none repeat scroll 0 0 #fff;
  }
  #leftmenu ul {
    display: block;
  }
  #leftmenu li {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  #leftmenu li a {
    color: #fff;
    overflow: hidden;
    width: 100%;
    padding: 5px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin-bottom: 8px;
  }
  #leftmenu li a i {
    display: inline-block;
    width: 20px;
    text-align: center;
  }
  #leftmenu li a .icon-2x {
    width: 40px;
  }
  #leftmenu li a:hover {
    background: none repeat scroll 0 0 #90c8f0;
  }
  #leftmenu li ul {
    padding-left: 40px;
    background: none repeat scroll 0 0 #fff;
    color: #fff;
  }
  #leftmenu li ul li {
    margin-bottom: 1px;
  }
  #leftmenu li ul li a {
    border-left: 5px solid #fff;
    height: 20px;
    line-height: 20px;
  }
  #leftmenu li ul li a:hover {
    border-left: 5px solid #90c8f0;
    background: none repeat scroll 0 0 #fff;
  }
  #leftmenu li ul .select a {
    border-left: 5px solid #000;
  }
  #leftmenu li ul .select a:hover {
    border-left: 5px solid #000;
  }
  #rightcontent {
    position: absolute;
    left: 240px;
    margin: 10px 0 0 0;
    min-width: 600px;
    top: 30px;
    right: 0;
    width: auto;
  }
  #btn_menu_switch {
    width: 220px;
    height: 30px;
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    display: block;
    text-align: center;
  }
}
