body {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  text-shadow: none;
  color: #464646;
  background-color: #eca34a;
}

.container {
  background-color: #fff;
  padding: 0;
}

.top-toolbar {
  background-color: #f2cc69;
}

.top-nav {
  padding: 0;
}

.article-content {
  padding: 0;
  background-color: rgb(252, 242, 220);
  font-size: 20px;
  margin-bottom: 0;
}

.container a {
  color: #111;
}

.article-body {
  margin: 0;
  padding: 0;
}

.article-item {
  font-family: "SimSun", serif;
  border-bottom: 1px #e9d9c9 solid;
  margin: 0;
  padding: 0.7em 1em;
  line-height: 1.7;
  display: flex;
  align-items: top;
}

.article-item:hover {
  background: #ffeecc;
}

.article-item a {
  display: inline;
  width: 100%;
  flex-grow: 1;
}

.article-item .icon {
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  background-image: url('../images/icons/lotus-golden.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.75em;
  transform: translate(0, 0);
  flex-shrink: 0;
}

.article-item a,
.article-item a:link {
  color: #000;
}

.article-item a:visited {
  color: rgb(30, 0, 30);
}

.article-item a:hover {
  color: #831;
}

.article-item a:active,
.article-item a:focus {
  color: #510;
  font-weight: 600;
}

.volume-title {
  margin: 0px 0px;
  text-align: center;
  line-height: 1.5;
  /*
  animation: neon1 1s ease-in-out infinite alternate;
  width: 100%;
  background-color: rgb(242, 196, 105);
  font-weight: 600;
  color: #000;
  */
  font-size: 100%;
  font-family: "SimSun", "STSong", "宋体", "华文宋体", serif;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: #fff;
  text-shadow: 0.03em 0.03em 0.3em rgba(0, 0, 0, 0.3),
               0 0 1em rgba(252, 239, 220, 0.1);
  padding: 0.5em 2.5em;
}

.toolbar-toggler {
  top: 12px;
}

/*glow*/
@keyframes neon1 {
  from {
    text-shadow: 0 0 20px #fff,
                 0 0 30px #fff,
                 0 0 40px #fff,
                 0 0 50px #FFD700,
                 0 0 70px #FFD700,
                 0 0 80px #FFD700,
                 0 0 100px #FFD700,
                 0 0 150px #FFD700;
  }
  to {
    text-shadow: 0 0 10px #fff,
                 0 0 15px #fff,
                 0 0 20px #fff,
                 0 0 25px #FFD700,
                 0 0 35px #FFD700,
                 0 0 40px #FFD700,
                 0 0 50px #FFD700,
                 0 0 75px #FFD700;
  }
}

.bottom-nav {
  padding: 28px 16px;
  font-size: 16px;
}

