


/* 地图 */
.map {
    width: 100%;
    height: 4.37rem;
    margin-top: 0.15rem;
    overflow: hidden;
}
/* 联系信息 */
.contact {
    margin-top: 0.85rem;
    padding-left: 0.5rem;
}
.contact .item {
    margin-top: 0.1rem;
    padding-bottom: 0.1rem;
    display: flex;
    align-items: center;
}
.contact .icon {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.2rem;
    border-radius: 50%;
}
.contact .txt1 {
    width: 0.86rem;
    font-size: 0.14rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
}
.contact .txt2 {
    position: relative;
    flex: 1;
    font-size: 0.14rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #494949;
}
.contact .txt2::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 0.1rem);
    width: 100%;
    height: 0.01rem;
    background-color: #EEEEEE;
}



@media only screen and (max-width:1024px){
    .contact{
        padding: 0;
    }
    .contact .icon{
        width: 20px;
        height: 20px;
    }
    .contact .txt1{
        width: 1.3rem;
        font-size: 14px;
    }
    .contact .txt2{
        font-size: 12px;
    }
}




