.footer-wrap {
    padding: 40px 13.5% 0;
    box-sizing: border-box;
    width: 100%;
    background: #141C27;
    margin-top: 32px;
}
.footer-wrap .footer-title {
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 24px;
}
.footer-wrap .footer-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 8px;
    border-bottom: 1px solid #010509;
}
.footer-wrap .footer-info .footer-info-item {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,.7);
    line-height: 24px;
    width:50%;
    margin-bottom: 16px;
}
.footer-wrap .footer-mark {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,.7);
    line-height: 24px;
    text-align: center;
    padding: 32px 0;
    box-sizing: border-box;
    border-top: 1px solid #3A485D;
}
.footer-wrap .footer-mark>a {
    color: rgba(255,255,255,.7);
}
.footer-wrap .footer-mark>a:hover {
    color: rgba(255,255,255,.9);
}
