@media screen and (min-width:768px) {
    .concat {
        display: flex;
        justify-content: space-between;
        height: 370px;
    }

    .concat .left div .phone{
        font-size: 50px;
        font-style: italic;
        color: red;
    }

    .concat .left{
        flex: 1;
        font-size: 16px;
    }


    .concat .left div img{
        margin-right: 10px;
    }

    .concat .right{
        flex: 1;
        height: 370px;
    }

    .otherItem{
        margin-top: 25px;
    }
}

@media screen and (max-width:768px) {
    .concat {
        display: flex;
        flex-direction: column;
    }
    .concat .left div {
        font-size: 14px;
    }
    .concat .left div .phone{
        font-size: 16px;
        font-style: italic;
        color: red;
    }

    .concat .left{
        line-height: 2.5;
        font-size: 16px;
    }


    .concat .left div img{
        margin-right: 10px;
    }

    .concat .right{
        height: 300px;
    }

    .otherItem{
        margin-top: 5px;
    }
}

.concat .left .towCode {
    display: flex;
}

.concat .left .towCode div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.concat .left .towCode div .saoyisao {
    font-size: 13px;
}

@media screen and (min-width:768px) {

    .concat .left .towCode {
        margin-top: 40px;
    }
    .concat .left .towCode div:first-child {
        margin: 0 60px 0 20px;
    }
    .concat .left .towCode div img {
        width: 180px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:768px) {
    .concat .left .towCode {
        justify-content: space-around;
    }
    .concat .left .towCode div img {
        width: 160px;
        margin-bottom: 10px;
    }
}

.concat .right #map{
    height: 100%;
}
.concat .right #map *{
    font-size: 14px !important;
}
.concat .right .BMapLabel {
    padding: 5px !important;
}