.contact-us-con {
    display: flex;
    justify-content: space-between;
    padding: 45px 150px 45px 0;
    box-sizing: border-box;
}
.line{
    height: 1px;
    background-color: #E6E6E6;
}
.footer-left {
    display: flex;
    justify-content: space-between;
    width: 793px;
}

.footer-item {
    flex: 1;
    text-align: left;
}

.label {
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #2A2A2A;
    line-height: 14px;
}

.text {
    margin-top: 16px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

.logo-icon {
    display: block;
    /* width: 112px; */
    /* height: 60px; */
    height: 70px;
}

.beian {
    height: 60px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 60px;
}
