.footer_wrap {
    width: 100%;
    background: #fff;
    border-top: 4px solid #b49f80;
}

.footer_box {
    width: 16rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0.3rem 0;
}

/* .footer_box::after {
    content: '';
    width: 100%;
    height: 0.06rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #E5000B 0%, #B7040D 100%, #000000 100%, #000000 100%);
} */

.footer-left {
    display: flex;
}

.footer-left-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.16rem;
    color: #303030;
    margin-right: 0.5rem;
}

.footer-right {
    display: flex;
}

.footer-relation {}

.footer-relation-title {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #505050;
    margin-bottom: 0.19rem;
}

.footer-relation-p p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #505050;
    margin-bottom: 0.12rem;
}

.footer-code {
    width: 1.38rem;
    height: 1.38rem;
    flex-shrink: 0;
    margin-left: 0.5rem;
}

.footer-code img {
    width: 100%;
    height: 100%;
}