body {
    color: #000;
     background-color: rgba(193,219,243,0.3);
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 121%;
}

#home {
    margin: 0 auto;
    width: 65%;
    min-width: 1000px;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgb(100 100 100 / 30%);
}

 #stats-total-view-count [title] {
    display: none ;
} 

 #stats-total-view-count:after {
    content: '32.2万 ';
    font-size: 13px;
} 

#main {
    width:100%;
    text-align: left;
    margin-top: 30px;
}

/* #blogTitle {
    height: 130px;
    background-image: url("https://images.cnblogs.com/cnblogs_com/blogs/768952/galleries/2343951/o_230913060404_home_title_image.jpg");
    background-size: 900px; /* 调整图片尺寸以填充元素 */
    background-position: center; /* 将图片居中 */
    background-repeat: no-repeat; /* 防止图片重复 */
    border-radius: 20%;
    padding-left: 200px; /* 设置左边距为 200px */
    padding-right: 20px; /* 设置右边距为 20px */
} */

#blogTitle {
    height: 130px;
    position: relative; /* 使用相对定位 */
}

#blogTitle::before {
    content: '';
    font-size: 13px;
    position: absolute;
    top: 64px;
    left: 750px;
    right: 25px;
    bottom: 200px;
    width: 770px;
    height: 110px;
    /* background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/768952/galleries/2343951/o_230913060404_home_title_image.jpg); */
    background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/768952/galleries/2343951/o_230913064850_pakapipa.png);
    background-size: contain; /* 让图片自适应屏幕大小 */
    background-position: center;
    /* background-size: 820px; */
    /* background-position: 55% 63%; */
    /* background-repeat: no-repeat; */
    border-radius: 2%;
    opacity: 0.9;
    z-index: 1;
}

/*主页风景栏*/
.My_custom {
    background-color: #069;
    width: 841px;
    height: 85px;
    margin-right: 275px;
    position: absolute;
    left: 417px;
    top: 115px;
    border-radius: 11px;
    text-align: center;
}


