:host {
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  text-align: center;
  vertical-align: middle;
  padding-top: 55px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.9);

  @media screen and (max-width: 600px) {
    padding-top: 15px;
  }
}

.copyright {
  font-size: 12px;
  letter-spacing: 1px;
  text-indent: 1px;
  background-color: #292c32;
  position: relative;
  font-weight: 300;
  padding: 0 10px;
  border-radius: 2px;
  padding-bottom: 1px;
  line-height: 1.1;

  a {
    color: white;
    font-weight: bolder;
  }
}

.beian {
  margin-top: 6px;
  margin-bottom: -3px;
  font-size: 11px;
  letter-spacing: 2px;
  background-color: #292c32;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  padding: 0 5px;
  border-radius: 2px;
}
