/**
 * 默认脚部样式
 * 
 * @version $Id: default.footer.css 389 2020-10-29 07:43:50Z fuy $
 * @creator liqt @ 2013-06-24 11:27:58 by caster0.0.3
 */
@media all {
    
    #footer .footer-top {
        background: #464646;
        height: 229px
    }

    #footer .footer-top .common-center {
        display: flex
    }

    #footer .footer-top .common-center .intrduce-left {
        flex: 1
    }

    #footer .footer-top .common-center .intrduce-left .bartitle {
        display: flex;
        align-items: center;
        margin-top: 50px;
        font-size: 18px;
        color: #fff
    }

    #footer .footer-top .common-center .intrduce-left .bartitle .barItem {
        margin-right: 30px;
        color: #fff
    }

    #footer .footer-top .common-center .intrduce-left .bartitle .gang {
        color: #666;
        font-size: 14px;
        margin-right: 30px
    }

    #footer .footer-top .common-center .intrduce-left .detail {
        margin-top: 60px
    }

    #footer .footer-top .common-center .intrduce-left .detail .tel-detail {
        font-size: 14px;
        color: #fff
    }

    #footer .footer-top .common-center .intrduce-left .detail .tel-detail img {
        width: 20px;
        vertical-align: top;
        margin-right: 12px
    }

    #footer .footer-top .common-center .intrduce-left .detail .tel-detail img.tel {
        margin-top: 5px
    }

    #footer .footer-top .common-center .intrduce-left .detail .tel-detail.top {
        margin-top: 15px
    }

    #footer .footer-top .common-center .intrduce-left .detail .tel-num {
        font-size: 20px
    }

    #footer .footer-top .common-center .qr-right {
        width: 250px;
        display: flex;
        justify-content: space-between;
        margin-top: 50px
    }

    #footer .footer-top .common-center .qr-right .qr-area {
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    #footer .footer-top .common-center .qr-right .qr-area img {
        width: 95px;
        height: 95px
    }

    #footer .footer-top .common-center .qr-right .c-name {
        margin-top: 10px;
        text-align: center;
        font-size: 14px;
        color: #fff
    }

    #footer .footer-bottom {
        height: 56px;
        background: #404040;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        color: #999
    }

    #footer .footer-bottom .item {
        margin-right: 20px;
        color: #999
    }

    #footer .footer-bottom .gang {
        margin-right: 20px;
        color: #656565
    }
    #footer .footer-bottom .beian_gongan img{
        width: 16px;
        height: 16px;
        margin-right: 2px;
    }
}