.start-screen {
  min-width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 20px
}

.start-screen-title {
  position: fixed;
  top: 20px;
  left: 80px;
  display: none
}

[class*=tile-] {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8)
}

.tiles-group {
  margin-left: 0;
  margin-top: 50px
}

@media all and (min-width:768px) {
  .start-screen-title {
    display: block
  }

  .start-screen {
    padding: 140px 80px 0 0
  }

  .tiles-group {
    left: 100px
  }

  .tiles-group {
    margin-left: 80px
  }
}

#footer {
  width: 100%;
  color: white;
  float: left;
  text-align: center;
  position: fixed;
  bottom: 0;
  padding: 2em 0;
  z-index: 11
}

body {
  background-position: -99999px -99999px;
  background-image: url(https://cdn.jsdelivr.net/gh//Akilarlxh/blog/img/background.webp);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top
}

body:before {
  content: "";
  background-image: inherit;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover;
  background-size: cover !important;
  z-index: -1
}

html, body {
  height: 100%;
  margin: 0
}

@media all and (max-width:768px) {
  #footer {
    position: static
  }

  ;

  body {
    overflow-x: hidden
  }

  ;

  ::-webkit-scrollbar {
    width: 0
  }
}

meter::-webkit-meter-bar {
  background: #FFF;
  height: 5px
}

meter::-webkit-meter-optimum-value {
  background: linear-gradient(to bottom, #60a917, #60a917);
  height: 5px
}

meter::-webkit-meter-suboptimum-value {
  background: linear-gradient(to bottom, #60a917, #60a917);
  height: 5px
}

meter::-webkit-meter-even-less-good-value {
  background: linear-gradient(to bottom, #60a917, #60a917);
  height: 5px
}

.aplayer-pic {
  height: 70px !important;
  width: 70px !important
}

.aplayer {
  margin: 0 !important;
  border-radius: 0 !important;
  width: 310px !important
}

.aplayer.aplayer-withlrc .aplayer-lrc {
  display: none !important
}

.aplayer-icon-menu {
  display: none !important
}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/iconfont.woff2') format('woff2'),
      url('../fonts/iconfont.woff') format('woff'),
      url('../fonts/iconfont.ttf') format('truetype'),
      url('../fonts/iconfont.svg#iconfont') format('svg');
}

.fa {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-yanshi:before {
  content: "\e611";
}

.icon-demo:before {
  content: "\e607";
}

.icon-game:before {
  content: "\ec21";
}

.icon-tool:before {
  content: "\e6c2";
}

.icon-valine:before {
  content: "\e694";
}

.icon-QQ:before {
  content: "\e863";
}

.icon-visit:before {
  content: "\e648";
}

.icon-status:before {
  content: "\e724";
}

.icon-mirror:before {
  content: "\e617";
}

.icon-bilibili:before {
  content: "\e640";
}

.icon-netease:before {
  content: "\e601";
}

.icon-github:before {
  content: "\e600";
}

.icon-gitee:before {
  content: "\e686";
}
