body {
  width: 100%;
  margin: 0px;
  background: white;
  background-size: 100%;
  text-align: center;
}

div {
  width: 100%;
  position: relative;
}

title {
  font-size: 0.3rem;
  width: 100%;
  text-align: left;
  display: block;
  background: #202020;
}

.label {
  margin-left: 1rem;
  font-size: 0.3rem;
  width: 80%;
  text-align: start;
}

.copyright {
  width: 100%;
  height: 1.5rem;
  display: block;
  background: #202020;
}

.lblcc {
  width: 100%;
  font-size: 0.15rem;
  text-align: center;
  display: block;
  white-space: nowrap;
  /* background: #304853; */
  position: absolute;
  bottom: 25%;
  left: 0;
}