.contact {
    padding: .48rem .36rem;
}

.contact-item {
    padding-left: 1.2rem;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: .37rem;
    position: relative;
    padding-bottom: .32rem;
}

.contact-item::after {
    width: .86rem;
    height: .86rem;
    content: "";
    position: absolute;
    left: .07rem;
    top: 0;
    background: no-repeat center;
    background-size: .86rem .86rem;
}

.contact-item:nth-child(1):after {
    background-image: url(../images/lr@2x.png);
}

.contact-item:nth-child(2):after {
    background-image: url(../images/dh@2x.png);
}

.contact-item:nth-child(3):after {
    background-image: url(../images/yx@2x.png);
}

.contact-item .contact-item-title {
    font-size: .26rem;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: Medium;
    text-align: left;
    color: #9d9d9d;
    line-height: .37rem;
    letter-spacing: 0.01px;
    margin-bottom: .06rem;
}

.contact-item .contact-item-content ,.contact-item .contact-item-content a{

    font-size: .32rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: left;
    color: #191717;
    line-height: .45rem;
    letter-spacing: 0.01px;text-decoration: none;
}

.contact-item .contact-item-content.phone a{
    font-size: .32rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-decoration: underline;
    text-align: left;
    color: #31b1ff;
    line-height: .45rem;
    letter-spacing: 0.01px;
}