.footer-wrap {
    width: 100%;
    min-width: 1200px;
    height: 290px;
    background-color: #307FE2;
}

.footer-wrap .footer {
    width: 1100px;
    margin: 0 auto;
}

.footer-wrap .footer-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.footer-wrap .footer-nav {
    display: flex;
    padding-top: 34px;
}

.footer-wrap .footer-nav .item {
    margin-right: 48px;
}

.footer-wrap .footer-nav .item:last-child {
    margin-right: 0;
}

.footer-wrap .footer-nav .item .item-title a {
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 18px;
    margin-bottom: 15px;
}

.footer-wrap .footer-nav .item li {
    margin-bottom: 15px;
}

.footer-wrap .footer-nav .item li:last-child {
    margin-bottom: 0;
}

.footer-wrap .footer-nav .item a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #FFFFFF;
}

.qrcode-wrap {
    display: flex;

}

.footer-wrap .qrcode {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 32px;
}

.footer-wrap .qrcodeRight {
    margin-right: 40px;
}

.footer-wrap .qrcode .codeImg {
    display: block;
    width: 92px;
    height: 92px;
    margin-bottom: 24px;
}

.footer-wrap .qrcode p {
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #FFFFFF;
}

.footer-wrap .footer-icp {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 12px;
    padding: 24px 0;
}