@charset "utf-8";

/* CSS Document */

.eable-footer {
    position: fixed;
    /*bottom: 0;
    left: 0;*/
    height: 50px;
    width: 100%;
}
.eable-footer .eable-footer-list {
    list-style-type: none;
    margin: 0 12px;
    margin-top: 5px;
    padding: 0px;
}
.eable-footer .eable-footer-list .eable-footer-item {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    list-style-type: none;
    margin: 0 0 0 13px;
    padding: 0;
}
.eable-small-link {
    font-family: abchanel-couture, "华文细黑", STXiHei, "微软雅黑", "Microsoft Yahei", "华文黑体", "ST Heiti", "MS黑体", "MS Hei", abchanel-couture, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #9c9c9c;
    text-decoration: none;
}
.eable-small-link:hover, .eable-small-link:active, .eable-small-link.active {
    color: #000;
}
.eable-footer .eable-footer-list .eable-footer-item-right {
    float: right;
}
#chinese-auth {
    display: block;
    position: absolute;
    bottom: 47px;
    right: 24px;
    line-height: 12px;
    z-index: 1;
}
#chinese-auth a {
    font-family: Simhei, Arial, helvetica, sans-serif;
    color: #808080;
    font-size: 9px;
    line-height: 12px;
    text-decoration: none;
}
#chinese-auth-logo {
    background: url("../images/chinese-auth.jpg") no-repeat right 0;
    margin-left: 20px;
    padding-top: 40px;
}

