body {
color: #000;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}
#home {
   background:linear-gradient(to bottom, #e4efac87 18%,#dcd0f3c4 100%);
    border-radius: 50px;
    box-shadow: 5px 5px 10px #2d3ad8b0;
    position: relative
}
.catListComment{
background: #fff0
}
.catListFeedback{
background: #fff0
}
.blogStats {
 color:#dc0b0b
}
.postDesc{
 color:#dc0b0b
}
.navbar{
    background-color: #ffffff73;
}
.catListPostArchive{
padding: 10px 19px;
    background: #d0de65;
border-radius: 30px;
}
.catListView{
padding: 10px 19px;
    background: #d0de65;
border-radius: 30px;
}
.catListLink{
    background: linear-gradient(to bottom, #2c86c573 0%,#b1cc6085 100%);
    border-radius: 20px;
    padding: 10px 20px;
}
#EntryTag{
    display: none;
}
.navbar-custom {
    z-index: 30;
    display: flex;
    position: relative;
}
.mySearch{
    background: linear-gradient(to bottom, #2c86c573 0%,#b1cc6085 100%);
    padding: 10px 20px;
    border-radius: 20px;
}
#blog-calendar {
    width: 228px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    box-shadow: 8px 4px 4px 1px #b9555580;
    border: 1px solid #c7a095;
}
.input_my_zzk {
width: 81%;
background-color: #dad8d8ba;
}
.btn_my_zzk {
    right: 0px;
}
.newsItem{
    border-radius: 20px;
    padding: 10px 30px;
    background: linear-gradient(to bottom, #2c86c573 0%,#b1cc6085 100%);
}
.CalDayHeader {
    background: transparent;
}
#blogTitle h1 a {
      background-image: -webkit-linear-gradient(bottom,#6200ff,#35c4e4,#ff003e);;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position:relative;
    animation:mymove 5s infinite;
   -webkit-animation:mymove 5s infinite; /*Safari and Chrome*/
}
@keyframes mymove
{
0%{left:0px;transform: rotate(30deg);}
50% {left:200px;transform: rotate(-30deg);}
100%{left:0px;transform: rotate(30deg);}
}
@-webkit-keyframes mymove /*Safari and Chrome*/
{
0%{left:0px;transform: rotate(30deg);}
50% {left:200px;transform: rotate(-30deg);}
100%{left:0px;transform: rotate(30deg);}
}
#blogTitle h1 a:hover {

}
#navList a:link, #navList a:visited, #navList a:active {
      background-image: -webkit-linear-gradient(bottom,#00c4ff,#e43535,#1900ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.backgrounImgs{
height:100%;
width:100%;
position: fixed;
margin-top: -50px;
background-size: 100%;
background-repeat: no-repeat;
    animation:mymove2 10s infinite linear ;
   -webkit-animation:mymove2 10s infinite linear; /*Safari and Chrome*/
}
@keyframes mymove2
{
0%{
background: url(https://wallpaperm.cmcm.com/736258ccfeacf3050afb9609478d4bdc.jpg) ;
background-size: 100%;
}
50% {
background: url(https://img-baofun.zhhainiao.com/pcwallpaper_ugc/preview_jpg/19367cbcf3b03cc253455b4208074d76.jpg) ;
background-size: 100%;
}
100%{
background: url(https://wallpaperm.cmcm.com/live/preview_img_raw/1e1d7352f1c97f19af76a3fe5766ac08_preview_raw.jpg) ;
background-size: 100%;
}
}
@-webkit-keyframes mymove2 /*Safari and Chrome*/
{
0%{
background: url(https://wallpaperm.cmcm.com/736258ccfeacf3050afb9609478d4bdc.jpg) ;
background-size: 100%;
}
50% {
background: url(https://img-baofun.zhhainiao.com/pcwallpaper_ugc/preview_jpg/19367cbcf3b03cc253455b4208074d76.jpg) ;
background-size: 100%;
}
100%{
background: url(https://wallpaperm.cmcm.com/live/preview_img_raw/1e1d7352f1c97f19af76a3fe5766ac08_preview_raw.jpg) ;
background-size: 100%;
}
}
a{
background-image: -webkit-linear-gradient(bottom,#0400ff,#e43535,#eacc1b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}