.contact_detail_box {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.amap_box {
    margin-top: calc(74px + 15rem);
}

.contact_list_box {
    max-width: 1420px;
    width: 85%;
    height: calc(148px + 20rem);
    background: #FFFFFF;
    box-shadow: 0px 0px 26px 2px rgba(121, 121, 121, 0.2);
    position: absolute;
    top: calc(30px + 5rem);
    left: 0;
    right: 0;
    margin: auto;
    /* transform: translate(-50%); */
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(0px + 2rem);
}

.contact_list_title {
    font-family: PINGFANG;
    font-weight: 400;
    font-size: calc(10px + 2rem);
    color: #333333;
    text-align: center;
}
.contact_list_list_card{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.contact_list{
    width: calc(100px + 10rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: calc(1px + 0.25rem);
    margin-top: calc(0px + 3rem);
}

.contact_list img {
    width: calc(5px + 4rem);
    height: calc(5px + 4rem);
}

.contact_list p:nth-of-type(1) {
    font-family: PINGFANG;
    font-weight: 400;
    font-size: calc(4px + 1rem);
    color: #333333;
}

.contact_list p:nth-of-type(2) {
    font-family: PINGFANG;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    margin-top: calc(5px + 0.25rem);
    text-align: center;
}