/*-----------------------------页面定制css代码------------------------------*/
body{
    background: transparent;
}

#main{
    background-color: rgb(236, 239, 241);
    width:100%;
}

#blogTitle {
    height: 270px;
    background-color: black;
   color:white;
}

#blogTitle h1{
    text-align: center;
    margin-left: 0;
    font-size: 2.5em;
    font-family: 'Lato', sans-serif;
    position: relative; 
    left: 25%;
    width: 50%;
    letter-spacing: 5px;
    top: 100px;
}

#Header1_HeaderTitle{
    color:white;
}

#blogTitle h2{
    text-align: center;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    margin-left: 0;
    letter-spacing: 3px;
    position: absolute;
    top: 190px; 
    left: 25%;
    width: 50%;
}

#blogTitle a:hover{
    color: white;
    text-decoration: none;
    letter-spacing: 8px;
}

#blogTitle h1::after{
    background-color: white;
    content: "";
    height: 2px;
    display: block;
    width: 45%;
    margin: 10px auto;
}

#navigator {
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
}

.blogStats {
    color: transparent;
}

#navList{
    font-size: 0.8em;
    float: right;
}

#navList a {
    transition-duration: 0.4s;
}

// #navList a:active, #navList a:focus, #navList a:hover{
  //  background-color: white;
  //  color: #009688;
  //  text-shadow: none;
//}

#navList a:active {
//    border-top: 4px solid #009688;
//    background: white;
}

.dayTitle {
    display: none;
    font-size: 18px;
    top: 3.5em;
    position: relative;
    border-bottom: none;
}

.dayTitle a {
    font-size: 0.8em;
    color: black;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 2px;
}

.dayTitle a:hover{
    text-decoration: none;
}

.postTitle {
    border-bottom: 1px solid #ccc;
    font-size: 25px;
    text-align: center;
    letter-spacing: 3px;
}

.day{
    border-radius: 0;  
    box-shadow: none;  
}

.postTitle a:link {
    color: #0d0099;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #0d0099;
    transition: all 0.4s linear 0s;
}

/*#sideBar{
    display: none;
}

#mainContent .forFlow {
    margin-left: 2em;
}

/*------------------------------cat-----------------------------------*/
.cat {
    position: absolute;
    height: 150px;
    width: 170px;
    top: 110px;
    right: 150px;
}

.ear {
  position: absolute;
  top: -30%;
  height: 60%;
  width: 25%;
  background: #fff;
}
.ear::before, .ear::after {
  content: "";
  position: absolute;
  bottom: 24%;
  height: 10%;
  width: 5%;
  border-radius: 50%;
  background: #161616;
}
.ear::after {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.ear--left {
  left: -7%;
  border-radius: 70% 30% 0% 0% / 100% 100% 0% 0%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.ear--left::before, .ear--left::after {
  right: 10%;
}
.ear--left::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ear--right {
  right: -7%;
  border-radius: 30% 70% 0% 0% / 100% 100% 0% 0%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.ear--right::before, .ear--right::after {
  left: 10%;
}
.ear--right::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.face {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #161616;
  border-radius: 50%;
}

.eye {
  position: absolute;
  top: 35%;
  height: 30%;
  width: 31%;
  background: #fff;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}
.eye::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  border-radius: 0 0 50% 50% / 0 0 40% 40%;
  background: #161616;
  -webkit-animation: blink 4s infinite ease-in;
          animation: blink 4s infinite ease-in;
}
@-webkit-keyframes blink {
  0% {
    height: 0;
  }
  90% {
    height: 0;
  }
  92.5% {
    height: 100%;
  }
  95% {
    height: 0;
  }
  97.5% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes blink {
  0% {
    height: 0;
  }
  90% {
    height: 0;
  }
  92.5% {
    height: 100%;
  }
  95% {
    height: 0;
  }
  97.5% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.eye::before {
  content: "";
  position: absolute;
  top: 60%;
  height: 10%;
  width: 15%;
  background: #fff;
  border-radius: 50%;
}

.eye--left {
  left: 0;
}
.eye--left::before {
  right: -5%;
}

.eye--right {
  right: 0;
}
.eye--right::before {
  left: -5%;
}

.eye-pupil {
  position: absolute;
  top: 25%;
  height: 50%;
  width: 20%;
  background: #161616;
  border-radius: 50%;
  -webkit-animation: look-around 4s infinite;
          animation: look-around 4s infinite;
}
@-webkit-keyframes look-around {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  5% {
    -webkit-transform: translate(50%, -25%);
            transform: translate(50%, -25%);
  }
  10% {
    -webkit-transform: translate(50%, -25%);
            transform: translate(50%, -25%);
  }
  15% {
    -webkit-transform: translate(-100%, -25%);
            transform: translate(-100%, -25%);
  }
  20% {
    -webkit-transform: translate(-100%, -25%);
            transform: translate(-100%, -25%);
  }
  25% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes look-around {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  5% {
    -webkit-transform: translate(50%, -25%);
            transform: translate(50%, -25%);
  }
  10% {
    -webkit-transform: translate(50%, -25%);
            transform: translate(50%, -25%);
  }
  15% {
    -webkit-transform: translate(-100%, -25%);
            transform: translate(-100%, -25%);
  }
  20% {
    -webkit-transform: translate(-100%, -25%);
            transform: translate(-100%, -25%);
  }
  25% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.eye--left .eye-pupil {
  right: 30%;
}
.eye--right .eye-pupil {
  left: 30%;
}
.eye-pupil::after {
  content: "";
  position: absolute;
  top: 30%;
  right: -5%;
  height: 20%;
  width: 35%;
  border-radius: 50%;
  background: #fff;
}

.muzzle {
  position: absolute;
  top: 60%;
  left: 50%;
  height: 6%;
  width: 10%;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50% 50% 50% 50% / 30% 30% 70% 70%;
}

/*--------------------------------------------hide original header----------------------------------*/
#header{display:none;}

#fry_append {
    right: 1%;
    width: 46px;
    top: 30%;
    opacity: 0.37; 
    position: fixed;
    z-index: 98;
    background-color: #fff;
    font-size: 12px;
    margin: 10px 0 0;
    padding: 5px;
    border: 1px solid #1B0211;
    border-radius: 5px;
    float: right;

}
#fry_append div:first-of-type {
    margin-top: 5px;
}

#fry_append div {
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    color: #CC9966;
}
.catListTitle {
    background: #000;
    border-bottom: 1px solid #000;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #fff;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: .5em;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}
#cnblogs_post_body p {
font-family: "Comic Sans MS", "Comic Sans", cursive;
font-size:20px;
}
#cnblogs_post_body h2 {
font-family: "Comic Sans MS", "Comic Sans", cursive;
font-size: 30px;
color: #0d0099;
}
#cnblogs_post_body h3 {
font-family: "Comic Sans MS", "Comic Sans", cursive;
font-size:25px;
color: #0d0099;
}
#cnblogs_post_body h4{
font-family: "Comic Sans MS", "Comic Sans", cursive;
font-size:20px;
color: #0d0099;
}
#cnblogs_post_body h5{
font-family: "Comic Sans MS", "Comic Sans", cursive;
font-size:20px;
color: #0d0099;
}
#cnblogs_post_body p code {
    font-family: "Monaco"!important;
    font-size: 16px !important;
    color: #000;
    background-color: #ccc !important;
}
#cnblogs_post_body {
     font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-size:25px;
}
#cnblogs_post_body ol li {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-size:18px;
}
#cnblogs_post_body ul li {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-size:18px;
}
#cnblogs_post_body ul ul li {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-size:18px;
}
/*.cnblogs-markdown  code {
    background-color: #eee!important;
    vertical-align: middle;
}
*/
.cnblogs-markdown .hljs {
    font-family:  Monaco!important;
    font-size: 14px!important;
    line-height: 1.5!important;
}
/* adblock屏蔽广告 */
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}
/* 定制推荐和反对按键 */
#div_digg{
  position:fixed;
  bottom:-8px;
  width:45px;
  right:70px;
  box-shadow: 0 0 6px #777777;
  border:2px solid #CCCCCC;
  padding:4px;
  background-color:#fff;
  border-radius:4px 4px 4px 4px !important;
}
.buryit {
    display: none;
}
.diggit{
   margin-left:1%;
}

.icon_favorite {
    background: transparent url(‘https://images.cnblogs.com/cnblogs_com/shwee/1218109/o_kj.gif‘) no-repeat 0 0;
    padding-left: 15px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}
/*添加按钮*/
.cnblogs-markdown pre {
  position: relative;
}
.cnblogs-markdown pre > span {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
}
.cnblogs-markdown pre > .copyed {
  background: #67c23a;
}
a.entrylistItemTitle {
    color: #000;
}