.page-label, .page-title {
    font-weight: 700;
    color: #354054
}

.px-20 {
    padding-left: .2rem;
    padding-right: .2rem
}

.py-20 {
    padding-top: .2rem;
    padding-bottom: .2rem
}

.banner-wrap {
    height: 1.24rem;
    background: url(/statics/images/mobile/contact_banner.jpg) center no-repeat;
    background-size: contain
}

.page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .2rem;
    margin-top: .15rem;
    font-size: .18rem
}

.address, .page-content {
    padding: 0 .2rem
}

.page-title svg {
    margin-right: 2px
}

.page-content > div + div {
    margin-top: .3rem
}

.page-label {
    font-size: .14rem
}

.page-email, .page-phone {
    color: #2f65b5;
    font-weight: 700
}

.page-phone {
    font-size: 12px;
    margin-right: .2rem
}

.page-email {
    font-size: 14px
}

.qrcode-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    font-size: 12px;
    color: #7b828f
}

.qrcode-wrap img {
    width: 1rem;
    height: 1rem
}

.address {
    font-size: 12px;
    font-weight: 700;
    color: #2f65b5
}

.map-wrap {
    padding: .2rem
}