.dg-footer {
    position: absolute;
    bottom: 0;
    height: 70px;
    background-color: #494949;
    z-index: 1000;
    transition: 0.5s all;
    font-family: 'Microsoft YaHei';
}

.footer-content {
    width: 1180px;
    margin: 0 auto;
    color: #fff;
    font-weight: normal;
}

.footer-content>*{
    vertical-align: top;
    display: inline-block;
}

.footer-sln {
    margin-top: 25px;
    margin-right: 80px;
    margin-left: 80px;
    width: 142px;
}

.footer-sln li {
    font-size: 13px;
    margin-bottom: 15px;
}

.footer-link li, .footer-sln li {
    list-style: none;

}

.footer-link li a, .footer-sln li a {
    color: #fff;
    text-decoration: none;
}


.footer-sln li:first-child {
    font-size: 16px;
    margin-bottom: 25px;
}

.dg-footer .footer-sln li:not(:first-child) {
    display: none;
}

.footer-link {
    margin-top: 25px;
    margin-right: 120px;
}

.footer-link li {
    font-size: 13px;
    margin-bottom: 15px;
}

.dg-footer .footer-link li:not(:first-child) {
    display: none;
}

.footer-link li:first-child {
    font-size: 16px;
    margin-bottom: 25px;
}

.qrcode-content {
    margin-top: 25px;
    width: 140px;
    margin-right: 110px;
}

.qrcode-content>p {
    margin-top: 0;
    text-align: center;
}

.footer-qrcode {
    width: 0;
    height: 0;
    transition: 0.5s all;
    position: absolute;
}

.company-info {
    margin-top: 25px;
    font-size: 13px;
}

.company-info p:first-child {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 25px;
}

.company-info p:not(:first-child) {
    display: none;
}

.register-info {
    position: absolute;bottom: 0;
    background-color: #444444;
    text-align: center;
    margin:0;
    width: 100%;
    color: #999898;
    font-weight: lighter;
    transition: 0.5s all;
    height: 0;
    font-weight: normal;
    font-size: 14px;
}

.dg-footer:hover {
    height: 300px;
}

.dg-footer:hover .footer-sln li:not(:first-child) {
    display: list-item;
}

.dg-footer:hover .footer-link li:not(:first-child) {
    display: list-item;
}

.dg-footer:hover .qrcode-content>p {
    margin-top: 16px;
    font-size: 14px;
    color: #999898;
    font-weight: normal;
}

.dg-footer:hover .footer-qrcode {
    width: 140px;
    height: auto;
    position: static;
}

.dg-footer:hover .company-info p:not(:first-child) {
    display: block;
}

.dg-footer:hover .register-info {
    display: block;
    padding:5px 0;
    height: auto;
}


.footer-fixed {
    height: 300px;
    position: relative;
}

.footer-fixed .footer-sln li:not(:first-child) {
    display: list-item;
}

.footer-fixed .footer-link li:not(:first-child) {
    display: list-item;
}

.footer-fixed .qrcode-content>p {
    margin-top: 16px;
    font-size: 14px;
    color: #999898;
    font-weight: normal;
}

.footer-fixed .footer-qrcode {
    width: 140px;
    height: auto;
    position: static;
}

.footer-fixed .company-info p:not(:first-child) {
    display: block;
}

.footer-fixed .register-info {
    display: block;
    padding:5px 0;
    height: auto;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-content {
        width: auto;
    }
    .footer-sln {
        margin-left: 200px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .footer-content {
        width: auto;
    }
    .qrcode-content {
        margin-left: 120px;
    }
}
@media screen and (min-width: 860px) and (max-width: 992px) {
    .footer-content {
        width: auto;
    }
    .qrcode-content {
        margin-left: 200px;
    }
}


@media screen and (max-width: 768px) {
    .footer-link {
        margin-top: 0;
    }
    .footer-wrapper {
        box-sizing: border-box;
        width: 100%;
        padding: .53333333rem .02666667rem;
        position: relative;
        background-color: #f1f1f1;
    }

    .footer-wrapper .footer-link {
        line-height: .4rem;
        height: .4rem;
        overflow: hidden;
        /*margin-left: 2.65625rem;*/
        margin-right: 0;
        text-align: center;
        font-family: 'Microsoft YaHei';
    }

    .footer-wrapper .footer-link a{
        padding: 0 .50666667rem;
        border-right: 1px #d8d8d8 solid;
        color: #383838;
        font-size: .42666667rem;
        float: left;
        text-decoration: none;
    }

    .footer-wrapper .footer-link a:last-child {
        border-right: 0;
    }

    .footer-wrapper .footer-copyright {
        padding: 0 .50666667rem;
    }

    .footer-wrapper .footer-copyright .copyright-text {
        line-height: .4rem;
        height: .4rem;
        font-size: .32rem;
        color: #999;
        margin-top: .26666667rem;
    }
}