<!--

::selection {
  background-color: rgba(0,161,224,0.125);
  filter: alpha(opacity=12);
  opacity: 0.125;
}
::-moz-selection {
  background-color: rgba(0,161,224,0.125);
  filter: alpha(opacity=12);
  opacity: 0.125;
}
//屏蔽博客园原模板
#main {
}
#header h1{
    display: none;
}
.HeaderMainTitle {
    display: none;
}
#rightmenu {
    display: none;
}
#bannerbar {
    display: none;
}
.postTitle {
    display: none;
}
.postText {
    margin-top: 30%;
    top: 30%;
}
#cnblogs_post_body {
    margin: 0 auto;
    width: 800px;
    z-index: 100;
}
#blog_post_info_block {
    display: none;
}
.postfoot {
    display: none;
}
#comment_form {
    display: none;
}
.commentform {
    display: none;
}
/*emoji字体*/
@font-face{
  font-family: 'Android';
  src: url('//tw-font.s3.amazonaws.com/android/AndroidEmoji.eot');
  src: url('//tw-font.s3.amazonaws.com/android/AndroidEmoji.eot?#iefix') format('embedded-opentype'),
       url('//tw-font.s3.amazonaws.com/android/AndroidEmoji.woff') format('woff'),
       url('//tw-font.s3.amazonaws.com/android/AndroidEmoji.ttf') format('truetype'),
       url('//tw-font.s3.amazonaws.com/android/AndroidEmoji.svg#FontAwesomeRegular') format('svg');
  font-weight: normal;
  font-style: normal
}
.bgimg{
    position:fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    min-width: 1600px;
    z-index:-10;
    zoom: 1;
    background-color: rgb(135, 206, 250);
    background: url(//images.cnblogs.com/cnblogs_com/yiyang29/2031429/o_210915040820bliss.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: 0 100%;
}
.stage{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.stage h1 {
    color: rgb(255, 255, 255);
    font-family: Android!important;
    font-size: 128px;
    margin-top: 20%;
    top: 20%;
    text-align: center;
}
.mynav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin-top: 15%;
  top: 15%;
  padding: 0;
}

.mynav li:not(:last-child) {
  margin-right: 20px;
}

.mynav a {
  display: block;
  font-family: 'Microsoft YaHei';
  font-size: 20px;
  color: white;
  text-decoration: none;
  padding: 7px 15px;
}

.target {
  position: absolute;
  border-bottom: 4px solid transparent;
  z-index: -1;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}

.mynav a,
.target {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.sheep{
  width: 154px;
  height: 117px;
  background-image: url("//images.cnblogs.com/cnblogs_com/yiyang29/2031429/o_210915040614sheep.png");
  background-position: 0 0;
  position: absolute;
  right: 0;
  bottom: 50px;
  background-repeat: no-repeat;
  cursor: -webkit-grabbing;
}
footer {
  bottom: 20px;
  color: rgb(255, 255, 255);
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  margin-bottom: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}
footer a {
  color: rgb(255, 255, 255);
  font-family: 'Microsoft YaHei';
  font-size: 12px;
}
-->