.c2 {
    width: 100%;
    padding: 5%;
    position: relative;
    padding-bottom: 0px;
}

.c2>.info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 5%;
}

.c2>.info>div {
    background: #F7F7F7;
    padding: 4%;
}

.c2>.info>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c2>.info>div>h3 {
    color: #03172E;
    font-size: var(--21px--);
}

.c2i {
    width: 80%;
    display: flex;
    justify-content: space-between;
}

.c2info {
    font-family: 苹方-简 常规体;
    font-size: var(--16px--);
    color: #03172E;
}

.c2info>span {
    font-family: Public Sans Regular;
    font-size: var(--16px--);
    color: #03172E;
}

.c2>.info>div:nth-child(1)>.c2i>div {
    width: 48%;
}

.c2i>div>p {
    white-space: nowrap;
    margin-bottom: 10px;
}

.c2>.info>div>.ico,
.c2>.info>div>h3 {
    margin-bottom: 20px;
}


.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 5%;
}

.c4 {
    width: 40%;
    position: relative;
    /* padding: 0 5%; */
}

.mapBox {
    width: 45%;
    min-height: 100%;
}



.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: 1444px) {
    .c2i {
        width: 100%;
    }
}

@media (max-width:1200px) {
    .co2 {
        padding: 5%;
    }

    .c2i {
        width: 80%;
        flex-wrap: wrap;
    }

    .c2i>div>p {
        text-align: center;
    }

    .c2>.info>div:nth-child(1)>.c2i>div {
        width: 100%;
    }
}

@media (max-width:768px) {
    .c2>.info {
        grid-template-columns: repeat(1, 1fr);
    }

    .c3 {
        flex-direction: column-reverse;
    }

    .mapBox {
        width: 100%;
        height: 500px;
        margin-bottom: 5%;
    }

    .c4 {
        width: 100%;
        padding: 5%;
    }
}

@media (max-width:480px) {

    .co2Item {
        width: 100%;
    }

    .co2Item>div:nth-child(2) {
        width: calc(100% - 100px);
    }
}