.foot {
    background: rgba(31, 37, 50, 1);
    padding: 54px 400px 45px 400px;

}

.foot-company {
    height: 27px;
}

.foot-company-logo {
    margin-top: 2px;
    float: left;
    height: 27px;
}

.foot-company-logo img {
    width: 36px;
    height: 23px;
}

.foot-company-name {
    float: left;
    margin-left: 13px;
    width: 219px;
    height: 27px;
    font-size: 16px;
    /*font-family: PingFangSC-Semibold;*/
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 27px;
}

.foot-company-info {
    margin-top: 40px;
}

.second-info-div {
    margin-top: 16px;
}

.first-info-div span {
    height: 17px;
    font-size: 16px;
    margin-right: 40px;
    /*font-family: PingFangSC-Medium;*/
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 17px;
}

.first-info-div span:last-of-type {
    margin-right: 0px;
}

.second-info-div span {
    height: 17px;
    font-size: 16px;
    margin-right: 138px;
    /*font-family: PingFangSC-Medium;*/
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 17px;
}

.foot-hr {
    width: 972px;
    height: 0px;
    margin: 25px 0px;
    background-color: rgba(151, 151, 151, 1);
}

.copyright {
    height: 17px;
    font-size: 12px;
    /*font-family: PingFangSC-Medium;*/
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 17px;
    text-align: center;
}