.nav li.copyright {
  position: absolute;
  bottom: 60px;
  left: 25px;
  color: #eee;
  font-size: 0.8em;
  font-family: "microsoft yahei";
}
.nav li.copyright p {
  margin: 0;
}
.nav li.copyright a {
  color: inherit;
}
.cg-notify-message {
  position: fixed;
  left: 50%;
  top: -50px;
  z-index: 9999;
  max-width: 400px;
  text-align: center;
  text-shadow: none;
  border: 1px solid #f0c36d;
  background-color: #f9edbe;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 8px 2px 8px;
  -webkit-transition: top 0.5s ease-out, opacity 0.5s ease-out;
  -moz-transition: top 0.5s ease-out, opacity 0.5s ease-out;
  -o-transition: top 0.5s ease-out, opacity 0.5s ease-out;
  transition: top 0.5s ease-out, opacity 0.5s ease-out;
}
.label {
  margin: 0 2px;
}
[disabled] {
  pointer-events: none;
  cursor: 'not-allowed' !important;
}
