.jinxi__footer {
    background-color: #f3efea;
    overflow: hidden;
}

.jinxi__footer__top {
    width: 1280px;
    margin: 60px auto 80px auto;
}

.jinxi__footer__top__1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.jinxi__brand__text {
    width: 298px;
    height: 26px;
    background: url(../img/jinxi-brand-text.png) no-repeat center;
    background-size: 100% 100%;
}

.jinxi__brand__line {
    width: 640px;
    height: 1px;
    background-color: #91172e;
}

.jinxi__footer__top__2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jinxi__footer__top__2 a {
    color: #595757;
    margin-left: 85px;
}

.jinxi__footer__bottom {
    height: 70px;
    background-color: #000000;
}

.jinxi__footer__bottom {
    color: #ffffff;
}

.jinxi__footer__bottom__main {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    width: 1280px;
    margin: 0 auto;
    font-size: 16px;
}