.map-container {
    margin-top: 80px;
}

.map {

    /* width: 100%;
    object-fit: contain;
    border-radius: 15px; */
    margin-top: 100px;
}



.com-container {
    margin-top: 33px;
}

.com-container .left .name {
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.com-container .left .item {
    font-size: 20px;
    font-weight: 500;
    color: #707070;
    margin: 5px 0;
}

.com-container .qrcode {
    width: 137px;
    height: 147px;
    object-fit: contain;
}

.tel-container {
    margin-top: 88px;
    background: url(/static/images/link-us/tel-bg.png);
    background-size: cover;
    padding: 70px 10%;
    box-sizing: border-box;
}

.tel-container .tel-item {
    margin: 15px 25px;
    padding: 25px 200px;
    box-sizing: border-box;

    border-radius: 8px;
    background: rgba(255, 255, 255, 0.68);

    box-shadow: 0px 0px 8px 0px rgba(8, 20, 30, 0.1);
}

.tel-container .tel-item .top {
    margin-bottom: 18px;
    font-size: 28px;
    font-weight: normal;
    color: #000000;
}

.tel-container .tel-item .bottom {
    font-size: 20px;
    font-weight: 500;
    color: #464646;
}<!--ºÄÊ±1755816700.7124Ãë-->