.c2 {
    width: 100%;
    padding: 2% 5%;
    position: relative;
}


.c2>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 3% 3% 2% 3%;
}

.c2>div:nth-child(1) {
    border-bottom: 1px solid rgba(159, 159, 158, 0.37);

}

.c2>.C2Im>.wx>div:nth-child(1)>div {
    background-color: #28c445;
}

.C2Im {
    padding: 0 !important;
}

.c2InfoItem {
    display: flex;
    align-items: center;
    margin-right: 3%;
    margin-bottom: 1%;
}

.c2>div:nth-child(2)>.c2InfoItem:nth-child(1) {
    margin-bottom: 10px;
}

.c2InfoItem>div:nth-child(1) {
    margin-right: 20px;
}

.c2InfoItem>div:nth-child(1)>p {
    font-family: '思源黑体 CN Bold';
    text-align: center;
    font-size: var(--16px--);
    color: #03172E;
}

.c2InfoItem>div:nth-child(1)>div {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ef7700;
    /* margin-bottom: 10px; */
}

.c2InfoItem.wx>div:nth-child(2) {
    width: 90px;
    height: 90px;
}

.c2InfoItem.dy>div:nth-child(2) {
    width: 100px;
    height: 100px;
}

.c2InfoItem>div:nth-child(2) img {
    width: 100%;
    object-fit: contain;
}

.c2InfoItem>div:nth-child(2)>p,
.c2InfoItem>div:nth-child(2)>div>p {
    color: #03172E;
    font-size: var(--16px--);
    font-weight: 400;
}

/* .c2InfoItem>div:nth-child(2)>div>p {
    margin-bottom: 10px;
} */

.c2InfoItem>div:nth-child(2)>p:nth-child(2) {
    margin-top: 10px;
}

.c2InfoItem>div:nth-child(2)>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.c2InfoItem>div:nth-child(2)>div>p:nth-child(1) {
    margin-right: 29px;
}

.map {
    width: 100%;
    min-height: 100%;
    /* height: 500px; */
}

.c3 {
    /* width: 100%;
    display: flex;
    align-items: stretch;
    margin-bottom: 5%;
    overflow: hidden; */
    width: 100%;
    display: flex;
    align-items: stretch;
    margin-bottom: 5%;
    overflow: hidden;
    justify-content: space-between;
    padding: 0 3%;
}

.c4 {
    width: 45%;
    position: relative;
    padding: 0 5%;
}

.mapBox {
    width: 45%;
    min-height: 100%;
    padding-right: 5%;
}

.BMap_bubble_pop>img {
    width: auto !important;
    height: auto !important;

    /* left: 118px !important;
    bottom: 0px !important;
    top: 78px !important; */
    top: 100% !important;
    left: 38% !important;
    bottom: 0 !important;
    transform: translateY(-40%) !important;
}

.BMap_bubble_center,
.BMap_bubble_content {
    height: 40px !important;
}

.BMap_bubble_buttons {
    top: 5px !important;
}

.BMap_bubble_pop {
    padding-top: 10px !important;
}

@media (max-width: 768px) {
    .c3 {
        flex-direction: column-reverse;
    }

    .mapBox {
        width: 100%;
        height: 500px;
        margin-bottom: 5%;
    }

    .c4 {
        width: 100%;
        padding: 5%;
    }
}

@media (max-width: 480px) {
    .c2>div {
        padding: 3% 0;
    }
}