#page_begin_html{
         position:absolute;
         height:40px;
         width:100%;
}
#ui .title-text{
    position: absolute;
    font-size: 2rem;
    color: #fff;
    font-family: "隶书",serif;
color: #fd6c6c;
    letter-spacing: 1rem;
line-height:0rem;
margin-bottom:1rem;
	-webkit - transform: translate(-50 % , -50 % );
	transform: translate(-50 % , -50 % );
box-shadow: 10px 10px 5px #888888;
color：#eee!important;
animation-name:myfirst;
	animation-duration:5s;
	animation-timing-function:linear;
	animation-delay:2s;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	animation-play-state:running;
	/* Safari and Chrome: */
	-webkit-animation-name:myfirst;
	-webkit-animation-duration:5s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-delay:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:alternate;
	-webkit-animation-play-state:running;
}

@keyframes myfirst
{
    0%   {color: #fd6c6c;}
    10%  {color:#fd6d12;}
    20%  {color: #f57756;}
30%  {color: #c6b113;}
40%  {color: #caf90d;}
50%  {color: #56cb05;}
60%  {color:#10b936;}
70%  {color:#198b6f;}
80%  {color:  #16cfdd;}
90%  {color:#0e659d;}
    100% {color: #155189;}
}
 
@-webkit-keyframes myfirst /* Safari 与 Chrome */
{
       0%   {color: #fd6c6c;}
    10%  {color:#fd6d12;}
    20%  {color: #f57756;}
30%  {color: #c6b113;}
40%  {color: #caf90d;}
50%  {color: #56cb05;}
60%  {color:#10b936;}
70%  {color:#198b6f;}
80%  {color:  #16cfdd;}
90%  {color:#0e659d;}
    100% {color: #155189;}
}
.catListLink{
display:none!important;
}
.wrap {

  
   
 
}
body{
overflow-x: hidden!important;
}


#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(125,137,95,0.1);
    pointer-events: none;
}
#blogTitle{
padding-top:0;
}
.catListTag .wrap{
position:relative;
margin:0 0;

}

body {
    color: rgb(88, 111, 118);
    font-family: Verdana, Arial, Helvetica, sans-serif, 微软雅黑;
    font-size: 13px;
    line-height: 1.8;
  //background: url("https://images.cnblogs.com/cnblogs_com/cuteCoderSnow/1444245/o_d6d49924ac05b1c5bc743d5492f5a212.jpg") center 0px no-repeat  !important;

display：none
}

 /*滚动条样式*/
        body::-webkit-scrollbar {/*滚动条整体样式*/
            width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
            height: 4px;
        }
       body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            background: rgba(0,0,0,0.2);
        }
       body::-webkit-scrollbar-track {/*滚动条里面轨道*/
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            border-radius: 0;
            background: rgba(0,0,0,0.1);
        }