.divdibu{
    /* 文字居中定义 */
    text-align: center;
    width: 100%;
    height: 100px;
    background-color: black;
    color: white;
    /* 字体大小定义 */
    font-size: 20px;
    font-family: 微软雅黑;
    /* 左边角定义 */
    left: 0;
    bottom: 0;
    position: fixed;
    /* 文字与文字区间高度定义 */
    line-height: 50px;
}
.adibu{
    color: white;
}
.bodytitle{
    text-align: center;
}
a{
    text-decoration: none;
}
/* a链接点击效果定义 */
a:hover{
    color: darkgray;
    text-decoration: underline;
}