.contact_title {
    font-family: ceb;
    font-size: 0.5rem;
    color: #1C1C1C;
    text-align: center;
    margin-top: 0.8rem;
    margin-bottom: 0.3rem;
}

.info {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.11);
    padding: 0.4rem 0.5rem;
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info_left {
    width: 6.2rem;
}

.info_title {
    font-family: ceb;
    font-size: 0.28rem;
    color: #1C1C1C;
    padding-bottom: 0.15rem;
    border-bottom: 0.01rem solid #C9C9C9;
    margin-bottom: 0.3rem;
}

.info_box {
    display: flex;
    gap: 0.12rem;
    margin-top: 0.2rem;
}

.info_box img {
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
    margin-top: 0.04rem;
}

.info_box * {
    font-family: cm;
    font-size: 0.16rem;
    color: #2E2E2E;
}

.info_right{
    width: 6rem;
    height: 3.02rem;
}

.map {
    width: 100%;
    height: 7rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.11);
    padding: 0.3rem;
    margin-bottom: 1.4rem;
}

.map img{
    object-fit: contain!important;
}