/*返回顶部的CSS*/
#back-to-top {
    background-color: RGB(53,168,148);
    bottom: 20px;
    box-shadow: 0 0 6px #72a072;
    padding: 8px 8px;
    position: fixed;
    right: 50px;
    border-radius: 15px;
    opacity: 0.8;
}

body{
background-image: url("https://files.cnblogs.com/files/jiangxianseng/1.bmp"); background-position: initial; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-origin: initial; background-clip: initial;
height:100%;
width:120%;
}

#home{
    opacity:0.8;
}

#back-to-top {
    background-color: #FF943B;
    bottom: 0;
    box-shadow: 0 0 6px #00CD00;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}
/*目录样式*/
#sideCatalog a{
  font-size:12px;
  font-weight:normal !important;
}
