.contact-title{
    margin: 1rem 0 0.8rem 0;
}

.contact-list{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 1rem;
}
.contact-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-item img{
    height: 0.8rem;
    width: 0.8rem;
    object-fit: contain;
}
.contact-item p{
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #171616;
    margin-top: 0.4rem;
}

.contact-map{
    width: 100%;
    height: 8rem;
    padding-bottom: 0.56rem;
}
@media only screen and (max-width: 1024px) {
    .contact-list{
        flex-wrap: wrap;
    }
    .contact-item{
        justify-content: center;
        width: 100%;
        text-align: center;
        margin-bottom: 0.3rem;
    }
    .contact-item p{
        line-height: 1.5;
        margin-top: 0.2rem
    }
}