.bg {
  display: block;
  width: 100%;
  max-width: 360px;
  min-height: 600px;
  margin: 40px auto;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  background: linear-gradient(
    173deg,
    rgba(77, 123, 182, 1) 0%,
    rgba(229, 202, 219, 1) 35%,
    rgba(195, 123, 161, 1) 100%
  );
}
.mm .bg {
  max-width: 480px;
  margin: 20px -6px;
  width: calc(100% + 12px);
}
.loading {
  padding: 3em 0;
  text-align: center;
}
.hdd {
  display: inline-block;
  margin: 0.5em auto;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 0.5em;
  border-radius: 0.5em;
}

.bg h2 {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  background: url(/img/tbg.jpg) repeat;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: auto 100%;
}
.re {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 1em 2em;
  list-style: none;
  color: #000;
  text-align: left;
}
.re li {
  margin: 0 0 5px;
}
.re dl {
  margin: 0;
  overflow: hidden;
}
.re dt {
  float: left;
  font-weight: bold;
  margin: 4px 2px 0 0;
  padding: 0 3px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.re dd {
  float: right;
  max-width: 100%;
  color: #fff;
  margin: 4px 0;
  padding: 0 3px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.re a {
  display: block;
  margin: 4px 0;
  padding: 0 4px;
  color: #fff;
  list-style: disc;
  white-space: nowrap;
}

/* CSS */
.btn_refresh {
  appearance: button;
  background-color: #444;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: block;
  width: 70%;
  margin: auto;
  font-weight: bold;
  line-height: 20px;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter 0.2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn_refresh:after {
  background-clip: padding-box;
  background-color: #666;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.btn_refresh,
.btn_refresh:focus {
  user-select: auto;
}

.btn_refresh:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.btn_refresh:disabled {
  cursor: auto;
}

.btn_refresh:active {
  border-width: 4px 0 0;
  background: none;
}
