  h1, .h1 {
    color: #fff !important;
    text-shadow: 3px 3px 3px #000 !important;
    font-size: 23px !important;
}
    
    .pager {
    background:none !important;
} 

    #bannerbar {
    display: none; 
}
    .dlam {
            position: fixed;
            background-image: url(https://img2020.cnblogs.com/blog/2122049/202012/2122049-20201210003845708-1098407816.gif);
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 999;
            opacity: 1;
        }
        .dlam>img {
            position: absolute;
            left: 33%;
            top: 50%;
            transform: translateY(-50%);
        }
        @media screen and (max-width: 800px) {
            .dlam>img {
                left: 10%;
            }
        }


html {

            font-size: 77.4074px;
        }

body {
color: #000;
background: url(https://img2020.cnblogs.com/blog/2122049/202012/2122049-20201202001520939-774800856.jpg)fixed;
  width:100%;
  height:100%;
  z-index:1;
  zoom: 1;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
transition: all 1s;
} 

.day {
   
    margin-top: 20px;
}
#mainContent .forFlow {
    margin-top: 30px;
}

#navigator, .catListTitle, .sidebar-block h3{
    background-color:rgba(38, 157, 165, 0.6);
    border:none;
}
#navigator, #sidebar_news h3{
    border-radius:15px;
}

.mySearch , .sidebar-block,.catListPostArchive, .catListView, #profile_block, #topics, .day, .catListPostCategory, .catListComment, .catListFeedback, #blog-calendar{
    background-color:rgba(240, 230, 238, 0.7);
    border-radius:15px;
    color: #ffffff;
}
#profile_block a {
    color: #45c4c4;
}
.mySearch, .catListPostArchive, .catListView, #widget_my_google, .sidebar-block ul li, .catListPostCategory, .catListComment, .catListFeedback, #blog-calendar{
   
            /* 溢出:隐藏; */
            overflow: hidden;
}

#header {
     background: none; 
     overflow: hidden;
}

#blogTitle h2 {
    font-size: 19px;
    top: 65px;
    text-shadow: 5px 5px 6px #66ccff;
    margin-top: 0px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffffff), color-stop(40%, #037294), color-stop(70%, #d68fe9));
    background-image: linear-gradient(90deg, #ffffff 10%, #037294 40%, #d68fe9 70%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: textclip 3s ease-out infinite;
    animation: textclip 3s ease-out infinite
}

@keyframes textclip {
    0% {
        background-position: 0;
    }

    100% {
        background-position: 200%;
    }
}

@-webkit-keyframes textclip {
    0% {
        background-position: 0;
    }

    100% {
        background-position: 200%;
    }
}


@keyframes sun-rotate {
            to {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
}

.buy::after {
            content: '';
            width: 3.2rem;
            height: 3.2rem;
            background: url(https://img2020.cnblogs.com/blog/2177988/202012/2177988-20201201202131001-423988942.png) center/3.11rem 3.11rem no-repeat;
            position: fixed;
            top: 50%;
            margin-top:-1.6rem;
            left: -1.6rem;
            -webkit-animation: 8s sun-rotate ease-in-out infinite;
            animation: 8s sun-rotate ease-in-out infinite;
            display: block;
}
@media screen and (max-width: 1445px) {
            .buy {
                display: none;
            }
}


.container {
width: 100%;
height: 15%;
position: fixed;
z-index: -1;
bottom: 0;
left: 0;
opacity: 0.5;
}

#tbCommentBody{
    background-image: url("https://img2020.cnblogs.com/blog/2122049/202111/2122049-20211102160016625-1976225502.png");
    background-repeat: no-repeat;
}



