/**
#loading {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: #f4f5f5;
    pointer-events: none;
}
.loader-inner {
    will-change: transform;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    background-color: #3742fa;
    border-radius: 50%;
    animation: scaleout 0.6s infinite ease-in-out forwards;
    text-indent: -99999px;
    z-index: 999991;
}
**/

#home {
    position: relative;
    padding-top: 15px;
}
#header {
    position: absolute !important;
    background: #6ce2d7 !important;
    /* top: 245px !important; */
}
#header .blogStats {
    margin-left: 0px !important;
}
#header .blogStats span {
    padding: 0px 13px !important;
}

#header_info {
    background-color:bisque;
    height: 240px;
    position: relative;
    top: 3px;
}
#main {
    margin: 50px 0 0 !important;
}

#header_info .c-notice {
    padding: 10px 0;
    left: 35%;
    top:2px;
    position:absolute;
    margin: 20px auto;
    font-family: 'League-Gothic', Courier;
    font-size: 30px;
    text-transform: uppercase;
    color: blue;
    text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85, -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, -20px -60px 60px #cd4606, 0 -80px 70px #973716, 10px -90px 80px #451b0e;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
}

#header_info .c-portrait {
    left: 38%;
    top: 30%;
    position: absolute;
    height: 66px;
    width: 300px;
    z-index: 999;
    text-align: center;
}



@keyframes scaleout{
    0%{
        transform:scale(0);
        opacity:0;
    }
    40%{
        opacity:1;
    }
    100%{
        transform:scale(1);
        opacity:0;
    }
}


/* 题目样式*/
#topics .postTitle {
border: 0px;
font-family: "微软雅黑", "宋体", "黑体", Arial;
color: blueviolet !important;
font-size: 200%;
font-weight: bold;
text-align:center;
line-height: 1.5;
width: 100%;
padding-left: 5px;
}
/* 标题样式 */
/* 一级标题样式 */
#cnblogs_post_body h1 {
    background: linear-gradient(to bottom , #f37001,rgb(255 255 255 / 10%));
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #ffb9a9, 1px 1px 4px 1px rgb(255 95 95 / 78%);
    color: #FFFFFF;
    font-family: "微软雅黑", "宋体", "黑体", Arial;
    font-size: 20px;
    font-weight: bold;
    //height: 30px;
    line-height: 29px;
    margin: 18px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #a70505;
    text-align:center
}
 
 /* 二级标题样式 */
#cnblogs_post_body h2 {
    background: linear-gradient(to bottom , #b930ff,rgb(255 255 255 / 10%));
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #ebbaff, 1px 1px 4px 1px rgb(156 56 181 / 72%);
    color: #FFFFFF;
    font-family: "微软雅黑", "宋体", "黑体", Arial;
    font-size: 15px;
    font-weight: bold;
    /* height: 23px; */
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #9d65ca;
    text-align:left
}

/* 三级标题样式 */ 
#cnblogs_post_body h3 {
    background: linear-gradient(to bottom , #5efd35,rgb(255 255 255 / 10%));
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #ccffab, 1px 1px 6px 1px rgb(4 117 8 / 84%);
    color: #FFFFFF;
    font-family: "微软雅黑", "宋体", "黑体", Arial;
    font-size: 12px;
    font-weight: bold;
    /* height: 21px; */
    line-height: 21px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #36a019;
    text-align:left
}

 /* 四级标题样式 */
#cnblogs_post_body h4 {
    background: linear-gradient(to bottom , #37fff6,rgb(255 255 255 / 10%));
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #afffff, 1px 1px 6px 1px rgb(4 101 101 / 78%);
    color: #FFFFFF;
    font-family: "微软雅黑", "宋体", "黑体", Arial;
    font-size: 13px;
    font-weight: bold;
    /* height: 16px; */
    line-height: 18px;
    margin: 18px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #059081;
    text-align:left
}
/* 标题样式设置结束 */


