html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333;
}

h3,
h4,
h5 {
  text-indent: 2em;
}

h5 {
  line-height: 0.5rem;
}

a {
  color: #299be4;
  text-decoration: none;
}

a:hover,
a:visited,
a:link,
a:active {
  color: #299be4;
}

u {
  font-weight: 900;
  color: #299be4;
}

#root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  padding: 0.3rem;
  overflow-y: scroll;
  font-size: 0.28rem;
  font-weight: 400;
}

.txt {
  line-height: 0.5rem;
  text-indent: 2em;
}

.link {
  color: #299be4;
}

.listout {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 0.3rem;
}

.list {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 0.8rem;
  overflow: hidden;
  line-height: 0.8rem;
  color: #666;
  border-bottom: 1px solid #d2d2d2;
}

.list::after {
  position: absolute;
  top: -0.08rem;
  right: 0;
  display: block;
  height: 0.8rem;
  color: #666;
  content: '>';
  -webkit-transform: scale(0.6, 1.2);
          transform: scale(0.6, 1.2);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

