@keyframes innershow {
  0% {
    opacity: 0;
    transform: translateY(5%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
body {
  background: none; }

.inner {
  animation: innershow .4s forwards;
  animation-delay: 1200ms;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0; }

.article-content {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8; }
  .article-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.2); }
  .article-content::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(255, 255, 255, 0.2); }
  .article-content::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    background-color: white; }
  .article-content ul {
    padding-left: 1.6em;
    border-left: 1px dotted #999;
    margin: 1.5em 0; }
  .article-content p {
    margin-bottom: 1.4em; }
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    display: block;
    margin: 1.5em auto 1em; }
  .article-content h2 {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px solid #999;
    padding-bottom: 0.3em; }
  .article-content h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0.6em; }
  .article-content h4 {
    font-size: 14px;
    font-size: 1.4rem;
    border-left: 2px solid white;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 0.4em 0.4em 0.4em 0.6em;
    margin-top: 1.8em; }
  .article-content h5 {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 2em auto 0.5em; }
  .article-content h6 {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    line-height: 1.3; }
  .article-content .sign {
    text-align: right; }
    .article-content .sign > * {
      margin: 0.5em 0; }

@media (max-width: 500px) {
  .article-content h2 {
    font-size: 20px; }
  .article-content h3 {
    font-size: 18px;
    line-height: 1.4; }
  .article-content h4 {
    font-size: 16px;
    line-height: 1.4; }
  .article-content h5 {
    line-height: 1.4; } }

/*# sourceMappingURL=privacy-policy.css.map */