
.footer-tag{
    background-color: #FFFFFF;
    float: left;
    width: 100%;
    margin-bottom: 8px;
    line-height: 40px;
    margin-top: 8px;
}
.footer-tag a{
    float: left;
    width: 33%;
    text-decoration: none;
    color: #666666;
    font-size: 12px;
    text-align: center;
}
.footer-version{
    float: left;
    background-color: #FFFFFF;
    width: 100%;
    margin-bottom: 8px;
    margin-top: -1px;
}
.footer-version a{
    float: left;
    width: 33%;
    height: 80px;
    text-align: center;
    text-decoration: none;
}
.footer-version a .ico_img {
    margin-top: 15px;
}
.footer-version a .ico_img img {
    width: 30px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    max-width: 100%;
}
.footer-version a span {
    font-size: 12px;
    color: #666666;
    line-height: 30px;
}
.footer-copyright {
    line-height: 40px;
    font-size: 12px;
    color: #999999;
    text-align: center;
    padding: 0 15px;
}