#back-to-top {
    background-color: #00BBFF;
    bottom: 0;
    box-shadow: 0 0 6px #00CD00;
    border-radius: 10px;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    border: 4px #FFBB0;
    right: 1280px;
    cursor: pointer;
}



#tbCommentBody{
max-width:100%;
width: 100%;
height: 150px;
background:#fff url(https://images.cnblogs.com/cnblogs_com/Damitu/1093526/o_360D14DBCC8690C4EF8BBE6D01E60B37_副本.png

) right bottom no-repeat;
padding-top:8px;
}









.mysite {
    box-shadow: 0px 0px 0px 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    border-radius: 10px;
    float: right;
    font-size: 20px;
    color: white;
    margin-bottom: 40px;
    margin-right: 40px;
    text-align: center;
    width: 80px;
    position: fixed;
    right:-10px;
    bottom: -30px;
    z-index: 10;
    background-color: #FF5511;
    border: 4px #FFBB0;
    padding: 8px;
cursor: pointer;
}

.m1ysite {
    box-shadow: 0px 0px 0px 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    border-radius: 10px;
    float: right;
    font-size: 20px;
    color: white;
    margin-bottom: 40px;
    margin-right: 40px;
    text-align: center;
    width: 80px;
    position: fixed;
    right:-10px;
    bottom: 30px;
    z-index: 10;
    background-color: #33CCFF;
    border: 4px #FFBB0;
    padding: 8px;
}


body {
    font-size:15px;
    padding:0;
    margin:0;
    font-family: Ubuntu, 'Comic Sans MS',"微软雅黑","宋体",Arial;
    background:#205424 url('https://images.cnblogs.com/cnblogs_com/Damitu/1093526/o_o_5.jpg') no-repeat top center fixed;
    background-size:cover;
    min-width:1200px;
}

#home {
    opacity: 0.77;
    filter: alpha(opacity=77);
    box-shadow:0 0 10px #000;
    margin:40px auto;
    width:1300px;
    background:#fff;
    overflow:auto;
    border:solid 1px #fff;
}

.cnblogs_code pre {
font-family: Courier New!important;
font-size: 15px!important;
word-wrap: break-word;
white-space: pre-wrap;
}

.cnblogs_code span {
font-family: Courier New!important;
font-size: 15px!important;
line-height: 1.5!important;
}