#footer {
    background: #D4BE95;
    max-width: 1920px;
    min-height: 260px;
    margin: 0 auto;
}

.footer-con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-con-left {
    width: 35.83%;
    padding-top: 46px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-con-left>div {
    width: 70px;
    font-family: Microsoft YaHei;
    text-align: center;
    color: #FFFBF3;
    line-height: 36px;
}

.footer-con-left p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.footer-con-left li a {
    font-size: 14px;
    color: #FFFBF3;
}

.footer-con-right {
    /* margin-right: 17.67%; */
    padding-top: 30px;
    display: flex; 
}

.footer-qcode-box{
    width: 130px;
    height: 130px;
    display: inline-block;
    padding: 10px 10px 8px 9px;
    background: #fff;
}
.footer-qcode-box:first-child{
    margin-right: 38px;
}
.footer-qcode-box img{
    width: 100%;
    height: 100%;
}

.footer-qrcode-txt {
    width: 210px;
    height: 62px;
    margin-top: 16px;
    margin-left: 15px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.7;
}
@media (min-width:970px) and (max-width:1200px) {
    .footer-con {
        width: 100%;
        padding: 0 10px 30px;

    } 
    /* .footer-con-left{
        width: 100%;
    }
    .footer-con-right{
        width: 100%;
        flex-direction: column-reverse;
    }
    .footer-qrcode-txt{
        margin-top: 0;
        margin-left: 0;
    }
    .footer-qrcode{
        margin-top: 30px;
    } */
}
@media (max-width:970px) {
    .footer-con {
        width: 100%;
        padding: 0 10px 30px;
        flex-direction: column;
    } 
    .footer-con-left p {
        font-size: 14px;
    }
    .footer-con-left li{
        height: 20px;
        line-height: 20px;
    }
    .footer-con-left li a{
        font-size: 12px;
    }
    .footer-con-left{
        justify-content: space-around;
    }
    .footer-qcode-box{
        width: 80px;
        height: 80px;
        padding: 5px;
    }
    
    .footer-con-left{
        width: 100%;
        padding-top: 20px;
    }
    .footer-con-right{
        width: 100%;
        padding-top: 20px;
        flex-direction: column-reverse;
    }
    .footer-qrcode-txt{
        margin-top: 0;
        margin-left: 0;
    }
    .footer-qrcode{
        margin-top: 30px;
    }
}