@charset "UTF-8";
body {
  font-family: "微软雅黑" sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.nav-left {
  position: absolute;
  width: 448px;
  padding: 0 15px;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: auto;
}

.nav-left .header {
  position: relative;
}

.nav-left .row {
  margin-bottom: 0;
}

.nav-left .add {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

.nav-left .collection-item .circle {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 448px;
  margin: auto;
}

.content .circle {
  width: 15px;
  height: 15px;
  margin-right: 20px;
}

.content .row {
  margin: 0;
}

.content h5 {
  color: #999;
}

.content h6 {
  color: black;
}
