footer {
    background: #333;
    position: fixed;
    bottom: 0;
    width:100%;
}
.copyrights {
    font-size: 12px;
    color: #ccc;
    text-align: center;
    display: block;
    margin-top: 30px;
    padding-bottom: 20px;
}
.footer-about {
    font-size: 14px;
    color: #777;
    padding: 10px;
    margin: 25px 10px;
}
.footer-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-li>a {
    font-size: 13px;
    letter-spacing: 1px;
    color: #777;
    padding: 10px 10px;
}
.footer-li:first-child>a {

    color: #eee;
}
.footer-li>a:hover {
    color: #eee;
}

.footer-li {
    border-bottom: 1px solid #ffffff29;
    border-bottom-style: dashed;
    padding-top: 10px;
    padding-bottom: 5px;
}
.footer-tag {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    border: 1px solid #333;
    background-color: #999;
    padding: 2px 4px;
    margin: 4px 2px;

    line-height: 30px;
}

.footer-tag:hover {
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #eee;
    background-color: #333;
    color: #eee;
    padding: 2px 4px;
    margin: 4px 2px;


}
.footer-title {
    color: #777;
    border-bottom: 1px solid #777;
    padding: 10px 20px;
    margin: 5px;
    line-height: 30px;
}
.footer-title:hover {
    color: #eee;
}
.footer-about>h4 {
    font-size: 16px;
    color: #ccc;
    font-weight: 400;
    letter-spacing: 1px;
    border-bottom: 1px solid #999;
    padding: 5px;
}

.footer-about>p {
    margin-bottom: 6px;
}
.copyrights>a{
    color:#00849a;
    border-bottom:1px solid #eee5;
    border-bottom-style: dashed;
    padding-bottom: 2px;
}
