:root{
  font-size: 1em;
}
body {
  font-family:"danielbd", "MicrosoftJhengHei", "Microsoft YaHei", sans-serif;
  background: #000;
  color: #888;
}
a{
  color: #092fa1;
  font-weight: bold;
}
a:hover,.post h2 a:hover{
  color: #888;
  text-shadow:0 0 10px @red;
}
#copyright{
  text-align: center;
  font-size: .5rem;
  margin: 10% 0;
}
.cc{
  opacity: .4;
}
nav{
  margin: 8vh 5vw;
  font-size: 1.2rem;
}
nav li{
  display: inline-block;
}

figcaption h1{
  display: none;
}

/* 列表 */
#taxo-list {
  width: 80%;
  margin: 0 auto;
  font-size: 1.3rem;
}
#taxo-list ul{
  margin: 0 0 10vh;
  padding: 0 0 0 2vh;
  list-style: none;
}
#taxo-list h2{
  font-size: 1.6rem;
  margin: 0 auto 2vh;
}
#taxo-list li{
  margin: .8rem 0;
}
#taxo-list li:before{
  content: "·";
  padding: 0 .5rem 0 0;
  color: #555;
}
#taxo-list li:hover:before{
  color: #aaa;
}

/* 内页 */
.post{
  font-size: .8rem;
  margin: 10% 0 20%;
  display: flex;
  justify-content: center;
}
.dpost{
  font-size: .5rem;
  margin: 10vh 0 10vh 13vw;
  width: 60vw;
  line-height: 2;
  color: #666;
}
.dpost h2{
  font-size: 1.2rem;
}
.dpost h2 span{
  font-size: .5rem;
  padding: 0 1rem;
}
.post-content{
line-height: 2;
}
.post h2{
  margin: 6% 0;
  font-size: .5rem;
}
.post h2 a{
  color:#092a86;
}
.post img{
  width: 90vw;
  max-width: 1300px;
  margin: 1rem -10rem;
  display: block;
  transition: 0.5s;
}
.post img:hover{
  cursor: pointer;
  /*filter: drop-shadow(0 0 10px #555);*/
}
#pagination{
  margin: 5% 0;
  font-size: .8rem;
  text-align: center;
}
#pagination li{
margin: 0 .5%;
}
.is-current{
  color: #333;
}
blockquote{
  margin: 1rem;
  border-left: 2px solid #333;
  padding: 0 0 0 .8rem;
  line-height: 1;
}

/* 播放器 */
.aplayer {
  opacity: .65;
  width: 80%;
  max-width: 220px;
  background: #000;
  color: #999;
  font-size: 0.8rem;
  margin: -.5rem 0 0;
}
.aplayer .aplayer-time {
  display: none;
}
.aplayer .aplayer-info .aplayer-music {
  margin: 0;
  display: none;
}
.aplayer .aplayer-controller {
  margin: 3px 0 0 -3px;
}
.aplayer .aplayer-loaded {
  background: #777 !important;
}
.aplayer .aplayer-played {
  background: #092fa1 !important;
}
.aplayer .aplayer-pic {
  opacity: .45;
  background: #000 !important;
}
.aplayer .aplayer-pic .aplayer-play,.aplayer .aplayer-pic .aplayer-pause{
  width: 16px;
  height: 16px;
  top: 5px;
  left: 5px;
  border: none !important;
}
.aplayer .aplayer-pic .aplayer-play svg {
  top: 0;
  left: 1px;
  width: 15px;
  height: 15px;
}
.aplayer.aplayer-withlrc .aplayer-pic {
  height: 30px;
  width: 25px;
}
.aplayer.aplayer-withlrc .aplayer-info {
  margin-left: 0;
  height: 30px;
  padding: 5px 2px;
}
.aplayer.aplayer-withlrc .aplayer-lrc {
  display: none;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
  background: #444;
}
@media screen and (max-width:750px) {
  #tag-list{
    font-size: 1.2rem;
    margin: 10% 0;
  }
  .post,.dpost{
    margin: 35% auto;
    display: block;
    width: 90vw;
  }
  .dpost{
    margin: 10vh auto;
  }
  .post img{
    margin: 1rem 0;
  }
  .post-content{
    line-height: 1;
  }
  .post h2{
    margin: 8% 0;
  }
  #copyright{
  margin: 20% 0;
}
#pagination{
  margin: 20% 0;
}
}