.trs_detail_label {
    font-weight: 500;
    font-size: 0.22rem;
    color: #30313F;
    text-align: center;
    margin-bottom: .3rem;
    background: url(./trs_ico_61.png) no-repeat center bottom;
    background-size: .4rem .02rem;
    padding-bottom: .1rem;
}


.trs_Contact .row {
    width: 100%;
    margin-bottom: .3rem;
    display: flex;
    gap: .3rem;
}

.trs_Contact .row .item {
    flex: 1;
    background: #F4F8FD;
    padding: .3rem;
    box-sizing: border-box;
    display: flex;
    gap: .23rem;
}

.trs_Contact .row .item i {
    width: 0.61rem;
    height: 0.61rem;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}

.trs_Contact .row .item i.add {
    background: url(./trs_ico_58.png), linear-gradient(180deg, #DDEAFA 0%, #A7CDFF 100%);
    background-repeat: no-repeat;
    background-size: .22rem .28rem, contain;
    background-position: center;
}

.trs_Contact .row .item i.tel {
    background: url(./trs_ico_42.png), linear-gradient(180deg, #DDEAFA 0%, #A7CDFF 100%);
    background-repeat: no-repeat;
    background-size: .28rem .29rem, contain;
    background-position: center;
}

.trs_Contact .row .item i.fax {
    background: url(./trs_ico_59.png), linear-gradient(180deg, #DDEAFA 0%, #A7CDFF 100%);
    background-repeat: no-repeat;
    background-size: .28rem .29rem, contain;
    background-position: center;
}

.trs_Contact .row .item i.mail {
    background: url(./trs_ico_60.png), linear-gradient(180deg, #DDEAFA 0%, #A7CDFF 100%);
    background-repeat: no-repeat;
    background-size: .25rem .15rem, contain;
    background-position: center;
}

.trs_Contact .row .item h3 {
    font-weight: 500;
    font-size: 0.2rem;
    color: #1D5198;
    line-height: 0.26rem;
}

.trs_Contact .row .item p {
    font-weight: normal;
    font-size: 0.24rem;
    color: #30313F;
    line-height: 0.25rem;
}

.trs_Contact .map {
    width: 100%;
    height: 6.68rem;
    margin-bottom: .6rem;
}

.trs_Contact .map img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 750px) {
    .trs_Contact {
        padding: 0 .2rem;
        box-sizing: border-box;
    }

    .trs_Contact .row {
        width: 100%;
        margin-bottom: .1rem;
        display: block;
        gap: .3rem;
    }

    .trs_Contact .row .item {
        flex: 1;
        background: #F4F8FD;
        padding: .18rem .2rem;
        box-sizing: border-box;
        display: flex;
        gap: .1rem;
        margin-bottom: .1rem;
    }

    .trs_Contact .row .item i {
        min-width: 0.44rem;
        max-width: 0.44rem;
        height: 0.44rem;
        display: block;
        border-radius: 0.15rem;
    }

    .trs_Contact .row .item i.add {
        background: url(./trs_ico_58.png), linear-gradient(180deg, #DDEAFA 0%, #A7CDFF 100%);
        background-repeat: no-repeat;
        background-size: .22rem .28rem, contain;
        background-position: center;
    }

    .trs_Contact .row .item i.tel {
        background: url(./trs_ico_42.png), linear-gradient(180deg, #DDEAFA 0%, #A7CDFF 100%);
        background-repeat: no-repeat;
        background-size: .28rem .29rem, contain;
        background-position: center;
    }

    .trs_Contact .row .item i.fax {
        background: url(./trs_ico_59.png), linear-gradient(180deg, #DDEAFA 0%, #A7CDFF 100%);
        background-repeat: no-repeat;
        background-size: .28rem .29rem, contain;
        background-position: center;
    }

    .trs_Contact .row .item i.mail {
        background: url(./trs_ico_60.png), linear-gradient(180deg, #DDEAFA 0%, #A7CDFF 100%);
        background-repeat: no-repeat;
        background-size: .25rem .15rem, contain;
        background-position: center;
    }

    .trs_Contact .row .item h3 {
        font-weight: 500;
        font-size: 0.14rem;
        color: #1D5198;
        line-height: 0.26rem;
    }

    .trs_Contact .row .item p {
        font-weight: normal;
        font-size: 0.16rem;
        color: #30313F;
        line-height: 0.25rem;
    }

    .trs_Contact .map {
        width: 100%;
        height: 1.8rem;
        margin-bottom: .3rem;
    }

    .trs_Contact .map img {
        width: 100%;
        height: 100%;
    }

}