@charset "UTF-8";
.footer_wrap {
    width: 100%;
    background: #fff;
    padding: 0.4rem 0.3rem;
    position: relative;
}
.footer_wrap::after {
    content: '';
    width: 100%;
    height: 0.1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #E5000B 0%, #B7040D 100%, #000000 100%, #000000 100%);
}
.footer_box {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.footer-relation {}
.footer-relation-title {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #505050;
    margin-bottom: 0.25rem;
}
.footer-relation-p p {
    font-size: 0.22rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #505050;
    margin-bottom: 0.12rem;
}
.footer-relation-p p:last-of-type{
    margin-bottom: 0;
}
.footer-code {
    width: 1.54rem;
    height: 1.54rem;
    flex-shrink: 0;
    margin-left: 0.5rem;
}
.footer-code img {
    width: 100%;
    height: 100%;
}

.footer-bottom {
    /* margin-top: 0.1rem; */
}
.footer-bottom-p {
    font-size: 0.22rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #303030;
    margin-top: 0.25rem;
}