.pay-address {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;

    margin-top: 10px;
    margin-bottom: 10px;
}
.pay-address > span {
    color: #f80a0a;
}
.pay-title {
    position: relative;

    padding-top: 10px;
    padding-bottom: 10px;

    background-color: #f9f9f9;
}
.pay-title::before {
    content: "";

    position: absolute;
    top: 11px;
    left: 0;

    width: 7px;
    height: 18px;

    background-color: #fc9336;
}
.pay-title > span:nth-child(1) {
    padding-left: 20px;
    padding-right: 5px;

    font-size: 18px;
}
.pay-title > span:nth-child(2) {
    color: #999;
}
.pay-qrCode {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;

    margin: 20px;
}
.pay-qrCode > img {
    width: 25%;
    margin: 24px;
}
.pay-footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;

    margin-top: 20px;
    margin-bottom: 20px;
    padding: 55px 80px 20px 80px;

    color: #fff;
    background-image: url('/static/web/img/footer_bg.png');
    background-size: cover;
}
.pay-footer-company {
    margin-right: 80px;

    font-size: 20px;
}
.pay-footer-message {
    margin-bottom: 20px;

    font-size: 17px;
}
.pay-footer-message > div {
    margin-bottom: 10px;
}
.pay-attention {
    padding: 50px;

    background-color: #f7fbfc;
}
.pay-attention-title {
    position: relative;

    margin-bottom: 50px;

    font-size: 20px;
    text-align: center;
}
.pay-attention-title::after {
    content: "";

    position: absolute;
    top: 130%;
    left: 50%;

    display: inline-block;

    transform: translateX(-50%);

    width: 3rem;
    height: 1px;

    background-color: #f80a0a;
}
.pay-attention-title + div {
    font-size: 14px;
    line-height: 20px;
}
.pay-attention-phone {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;

    width: 100%;
}
.pay-attention-phone > div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;

    margin-left: 50px;
}
.pay-attention-phone > div > img {
    margin-right: 10px;
}
.pay-attention-text > div {
    margin-bottom: 5px;
}
@media (max-width: 768px) {
    .pay-footer {
        justify-content: center;
        align-items: center;

        padding: 20px 0;

        background-size: auto;
    }
    .pay-footer-company {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .pay-footer-message {
        margin-bottom: 0;
    }
    .pay-attention {
        padding: 25px;
    }
    .pay-attention-title {
        margin-bottom: 25px;
    }
    .pay-attention-phone > div{
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
.content-image {
    width: 100%;
    height: 200px;
    
    background-image: url(/static/web/img/548-contact.png);
    background-size: cover;
    background-position: center;
}
@media (max-width: 768px) {
    .content-image {
        height: 150px;
    }
}

/* new */
.lxfs-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;

    padding: 10px;
}
.zbz-title {
    height: 40px;

    font-size: 25px;
    font-weight: 600;
}
.zbz-title + div > div {
    margin: 5px 0;
}
.qr-code {
    width: 150px;
    height: 150px;
}
.qr-code + div {
    text-align: center;
}
#myMap {
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
}
@media (max-width: 640px) {
    .lxfs-box > div {
        width: 100%;
        text-align: center;
    }
}