.con {
    display: flex;
    align-items: center;
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
}

/* 地图 */
.conL {
    width: 7.8rem;
    /* height: 4.5rem; */
    margin-right: 1.2rem;
    flex-shrink: 0;
}

.conL img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.mapBox {
    width: 100%;
    height: 100%;
}

.mapBox>div {
    width: 100%;
    height: 100%;
    margin: 0px;
}

.BMap_cpyCtrl,
.anchorBL {
    display: none;
}

.contactList li {
    display: flex;
    align-items: center;
}

.contactList li:nth-child(n+2) {
    margin-top: 0.5rem;
}

.contactList img {
    display: block;
    width: 0.65rem;
    height: 0.65rem;
    margin-right: 0.22rem;
    flex-shrink: 0;
}

.contactList span {
    display: block;
    color: #666;
}

.contactList p {
    margin-top: 0.1rem;
}

.contactList h3 {
    font-family: "manrope-medium";
    margin-top: 0.04rem;
}

@media (max-width: 800px) {
    .con {
        flex-wrap: wrap;
    }

    .conL,
    .conR {
        width: 100%;
    }

    .conL {
        /* height: 7rem; */
    }

    .conR {
        margin-top: 0.8rem;
    }

    .contactList img {
        width: 1rem;
        height: 1rem;
    }

    .contactList li:nth-child(n+2) {
        margin-top: 0.6rem;
    }
}