.footer_box {
    width: 100%;
    height: 4.25rem;
    background: #1E2B3C;
    display: flex;
    justify-content: center;
    padding: .525rem 6.675rem 0rem 6.675rem;
    position: relative;
    box-sizing: border-box;
}

.center_box {

}

.company_title {
    margin-bottom: .4125rem;
    padding-left: 1.575rem;
    display: flex;
    align-items: center;
}

.company_title img {
    width: .3625rem;
    height: .3625rem;
    margin-right: .2rem;
}

.company_title span {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: .35rem;
    color: #DDDDDD;
}

.menus {
    display: flex;
    justify-content: center;
}

.footer_type {
    margin-right: .75rem !important;
}

.row1 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: .2rem;
    color: #FFFFFF;
    margin-bottom: .25rem;
    white-space: nowrap;
}

.row2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: .175rem;
    color: #CCCCCC;
    margin-bottom: .25rem;
}

.erwei_code {
    margin-left: 1.3125rem;
}

.erwei_code img {
    width: 1.15rem;
    height: 1.175rem;
    margin-bottom: .175rem;
}

.words {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: .175rem;
    color: #FFFFFF;
    white-space: nowrap;
}

.record_number {
    position: absolute;
    overflow: hidden;
    bottom: 0rem;
    left: 0rem;
    height: .6375rem;
    width: 24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #162233;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: .175rem;
    color: #999999;
}
.filings {
    display: inline-block;
}
.jump {
    cursor: pointer;
}
.jump:hover {
    color: #FFFFFF;
}
.filings img {
    width: .25rem;
    height: .25rem;
    position: relative;
    top: .05rem;
}
.to_page {
    cursor: pointer;
}
.to_page:hover {
    font-weight: 600;
}