html{
    width: 100%;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
        /*滚动条整体样式*/
        width : 3px;  /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
}
body::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 5px;
        box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
        background-image: linear-gradient(to bottom, #ff0076, #FFEB3B);
}
body::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        background: transparent;
}
#home{
    background: rgba(227, 230, 232, 0.47);
    width: 98%;
    padding: 0 1%;
}
#header {
    margin-top: 0px;
    border-top: 0px;
    padding-bottom: 38px;
    border-bottom: 0px;
}
#blogTitle #Header1_HeaderTitle,
#blogTitle>h2{
    background: linear-gradient(to right, red, #eeb6c3);
    -webkit-background-clip: text;
    color: transparent;
}
#mainContent{
    margin: 0px;
    width: calc(100% - 237px);
    float: left;
}
#mainContent .forFlow{
    margin: 0px;
}
#sideBar{
    width: 179px;
    margin-left: 10px;
}
.bodyBackground{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	/*background-image: url(https://images.cnblogs.com/cnblogs_com/UnknownRegister/1813174/o_200724084300bg1.jpg);*/
        background-image: url(https://images.cnblogs.com/cnblogs_com/UnknownRegister/1813174/o_200724093058api.btstu.jpg);

	background-repeat: no-repeat;
	background-size: 100% aotu;
}
#footer{
    margin-bottom: 0px;
    padding-bottom: 10px;
}
div#header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 36px;
    background-image: url(https://images.cnblogs.com/cnblogs_com/UnknownRegister/1813174/o_200724093510%E2%80%94Pngtree%E2%80%94pink%20lace%20border%20lines%20for_40828961.png);
    background-repeat: no-repeat;
    background-position: -113px -79px;
}
#navigator{
    background: transparent;
}
#navList{
    background-color: #eeb6c3;
    color: #fff !important;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #f9f7f7;
}
.cnblogs_code,
.cnblogs_code_toolbar,
.cnblogs_code_copy a,
.cnblogs_code_copy a>img
{
        background-color: transparent !important;
}
