.footer {
    background: url('../images/footer_bg.jpg') no-repeat;
    background-size: cover;
}

.footer-icon {
    height: 48px;
    width: 48px;
}

.footer-one-icon01 {
    background: url('../images/footer-one-icon01.png') no-repeat;
    background-size: contain;
}

.footer-one-icon02 {
    background: url('../images/footer-one-icon02.png') no-repeat;
    background-size: contain;
}

.footer-one-icon03 {
    background: url('../images/footer-one-icon03.png') no-repeat;
    background-size: contain;
}

.footer-one-icon04 {
    background: url('../images/footer-one-icon04.png') no-repeat;
    background-size: contain;
}

.footer-one,
.footer-two {
    margin: 0 auto;
}

.footer-logo-bg {
    width: 185px;
    height: 45px;
    background: url('../images/logo.png') no-repeat;
    background-size: contain;
}


.footer-qrcode-01 {
    width: 120px;
    height: 120px;
    background: url('../images/footer-qrcode-01.jpg') no-repeat;
    background-size: contain;
    margin-right: 20px;
}

.footer-qrcode-02 {
    width: 120px;
    height: 120px;
    background: url('../images/footer-qrcode-01.jpg') no-repeat;
    background-size: contain;
}
.footer-two-desc{
    margin: 0;
    padding: 20px 0 50px 0;
    font-size: 20px;
    color:#333;
}
.footer .font-title{
    margin-bottom: 15px;
    font-size: 20px;
}
.footer .link-desc a{
   padding:5px 0;
   cursor: pointer;
   text-decoration: none;
}
.link-desc .font-16 {
        font-size: 14px;
}

/*适配*/
@media (min-width: 768px) {}

@media (max-width: 768px) {}

@media (max-width: 1200px) {

    .footer-icon {
        height: 45px;
        width: 45px;
    }

    .footer-one-title .font-24 {
        font-size: 16px;
    }

    .footer-one-title .font-16 {
        font-size: 10px;
    }
    .footer-two .font-12 {
        font-size: 9px;
    }
    .footer-two .font-title {
        font-size: 14px;
    }
    .footer-logo-bg {
        width: 80px;
        height: 38px;
    }

    .footer-qrcode-01,
    .footer-qrcode-02 {
        width: 60px;
        height: 60px;
    }
    .footer-two-desc{
        padding: 10px 0 20px 0;
        font-size: 16px;
    }
    .footer .font-14{
        font-size: 12px;
    }
    .footer .font-16{
        font-size: 10px;
    }
    .footer-link-icon img{
        width: 20px;
        height: 20px;
    }
}