html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
img {
  vertical-align: middle;
}
i {
  font-style: normal;
}
a,
a:hover {
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer;
}
input[type=checkbox] {
  vertical-align: middle;
  width: 1.6rem;
  height: 1.6rem;
  border: solid 0.1rem #eee;
  margin: 0 !important;
}
input[type=checkbox] + label {
  vertical-align: middle;
}
label {
  font-weight: normal !important;
  margin-bottom: 0 !important;
}
.text-muted {
  color: #A3A3A3 !important;
}
.text-success {
  color: #3BD68F !important;
}
.mt10 {
  margin-top: 1rem;
}
button:focus,
button:active,
button:hover {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.btn-default.active {
  background: transparent !important;
  box-shadow: none !important;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 1.5;
}
.header {
  width: 100%;
  height: 6.5rem;
  padding: 0 2rem;
  background: url("/img/nav/bg-navbar.png") no-repeat top left / 100% 100%;
  position: relative;
  z-index: 1;
}
.header .left,
.header .right,
.header .middle {
  float: left;
  color: white;
  width: 20%;
  white-space: nowrap;
  overflow: hidden;
}
.header .left .date {
  margin-left: 5.5rem;
  font-size: 18px;
  line-height: 6rem;
}
.header .left .back {
  font-size: 1.4rem;
}
.header .middle {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  width: 60%;
  line-height: 6.9rem;
}
.header .right {
  text-align: right;
  line-height: 6rem;
}
.header .right .img-sun {
  width: 2.3rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.header .right .number {
  font-size: 18px;
  vertical-align: middle;
}
.header .right .avatar {
  /*display: inline-block;*/
  width: 3.2rem;
  height: 3.2rem;
  /*border: solid 0.2rem white;*/
  border-radius: 50%;
  overflow: hidden;
  margin-left: 1.6rem;
  vertical-align: middle;
}
.header .right .avatar img {
  width: 3.2rem;
  height: 3.2rem;
}
/*# sourceMappingURL=common.css.map */