:root {
    font-size: calc(100vw / 1920 * 16);
}
.app-new-footer {
    background: #ea493f;
    padding: 2.5rem 12.5rem 0;
    color: #fff;
}
.new-footer-main {
    width: 100%;
}
.new-footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 9.875rem;
}

.new-footer-contact {
    padding-right: 6.25rem;
}
.new-footer-contact-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1.875rem;
}
.new-footer-contact-content {
    font-size: 1.0625rem;
    line-height: 1.875rem;
}

.new-footer-other {
    display: table-cell;
    padding: 1.5rem .625rem;
    color: #fff
}

.new-footer-qr {
    display: table-cell;
    vertical-align: middle;
    width: 9.375rem;
    text-align: center
}

.new-footer-qr > img {
    display: block;
    margin: 0 auto;
    width: 5rem;
}

.new-footer-qr p {
    font-size: .75rem;
    line-height: 1.875rem;
}
.new-footer-qr-wechat {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .375rem;
    font-size: .875rem;
}
.new-footer-qr-wechat img {
    width: 1.25rem;
    display: inline-block;
    margin-right: .375rem;
}

.new-footer-box {
    float: right
}

.new-footer-menu {
    display: inline-block;
    line-height: 1.375rem;
    padding: .625rem 0
}

.new-footer-menu a {
    color: #fff;
    font-size: 1rem;
    margin: 0 .75rem 0 1.25rem;
    display: inline-block;
    white-space: nowrap;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out
}

.new-footer-menu a i {
    display: inline-block;
    vertical-align: -0.375rem;
    margin-right: .1875rem;
}

.new-footer-menu a:last-child {
    margin-right: 0
}

.new-footer-menu a:hover {
    opacity: 0.8
}

.new-footer-phone {
    padding: .625rem;
    line-height: 1.375rem;
    white-space: nowrap;
    float: right;
}

.new-footer-phone i {
    display: inline-block;
    vertical-align: -0.375rem;
    margin-right: .1875rem
}

.new-footer-copr .copyright-divider {
    box-shadow: 0 -0.0625rem 0 #ff665c;
    height: .0625rem;
    width: 100%;
    background: #b8271e !important;
    box-sizing: border-box;
    margin-top: 1.875rem;
}

.new-footer-copyright {
    line-height: 1.25rem;
    padding: 1.25rem 12.5rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: .9375rem;
}

.new-footer-copyright span {
    display: inline-block;
}

.new-footer-copyright a {
    color: #fff;
}

.new-footer-copyright a:hover {
    opacity: 0.8;
}