.footer{
    width: 100%;
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222222;
}
.footer-left{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-group{
    display: flex;
}
.footer-group-item{
    margin-left: 60px;
}
.footer-default{
    color: #757575;
    font-size: 16px;
}
.footer-action{
    color:#CECECE !important;
    font-size: 16px;
}
.footer-icp{
    margin-top: 62px;
}

.footer-right{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #C6C6C6;
    padding-left: 66px;
    box-sizing: border-box;
}
.footer-qrcode-list{
    display: flex;
}
.footer-qrcode{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 44px;
}
.footer-qrcode-title{
    margin-top: 24px;
    margin-bottom: 14px;
}
.footer-qrcode-img{
    width: 100px;
    height: 100px;
    margin-bottom: 14px;
}
.footer-qrcode-img img{
    width: 100px;
    height: 100px;
}
