/* 合作案例 */
.contact {

    padding-top: 40px;
    padding-bottom: 40px;
}

.contact .tab {
    line-height: 40px;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 18px;
}

.contact .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.contact .row {
    display: flex;
    align-items: center;
    width: 36%;
    margin-bottom: 22px;
    font-size: 20px;
}

.contact .row:last-child {
    width: 80%;
}

.contact .row img {
    width: 16px;
    height: 16px;
}

.contact .row .label {
    padding: 0px 20px 0px 10px;
    font-weight: bold;
}



.contact .map img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 800px) {
    .contact {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .contact .tab {
        text-align: center;
    }

    .contact .list {
        flex-direction: column;
    }

    .contact .list .row {
        width: 100%;
    }

    .contact .list .row .address {
        flex: 1;
        padding-right: 10px;
    }

    .contact .map {
        height: 160px;
    }

}
