.footer-f1{
    background-color: #f4f5f6;
    width: 100%;
    height: 200px;
}
.footer-f1-all{
    display: flex;
    align-items: center;
    justify-content: space-between;/*靠边*/
    flex-direction: row;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 14px;
    padding-left: 6%;
    padding-right: 6%;
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}
.footer-f1 .footer-f1-img1{
    /* flex: 1; */
    width: 267px;
}
.footer-f1 dl dd{
    margin: 16px 0;
}
.footer-f1 dl dd a{
    margin-right: 7px;
}
.dl1 img{
    width: 13px;
}
.dl2 a{
color:#333;
}
.dl3 dt{
    width: 267px;
    padding-bottom: 7px;
    border-bottom: 1px solid black;
}
.dl3 dd{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-f2{
    background-image: url('../images/footer_background.png');
    background-size: 100% 100%;
    width: 100%;
    /* height:40px; */
}
.footer-f2{
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    color: #fff;
}


.dl3 .qr{
    width: 60px;
}

/* 放大的qr图，scale-qr */
.scale-qr{
    display: none;
    position: fixed;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
    left: 0;top: 0;bottom: 0;right: 0;
    margin: auto;
    width: 250px;
    height: 250px;
    z-index: 99;
    padding: 20px;
    background: #fff;
}
.scale-qr .x{
        /* width: 61px; */
        font-size: 24px;
        /* left: 190px; */
        top: 5px;
        position: absolute;
        right: 10px;
        cursor: pointer;
        /* 移动上去变为手指 */

}
.scale-qr p{
    font-size: 11px;
    margin-top: -8px;
    text-align: center;
}
.dl3 .wx{
    width: 26px;
}
.dl3 .wb{
    width: 26px;
}
.dl3 .qq{
    width: 22px;
}
.footer-f2 a{
    color: #fff;
}