body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navigation-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 3.6rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;
}

.goback-box {
    display: flex;
    width: .75rem;
    height: 1.312rem;
    margin-left: 4%;

}

.baijia-title {
    font-size: 1.25rem;
    color: #333333;
    font-weight: bold;
    margin-left: 37%;
}

#list {
    width: 92%;
    margin-top: 13.5%;
}

.baijia-item {
    position: relative;
    height: 2.5rem;
    margin-top: 3%;
    display: flex;
    align-items: center;
    background: #FBF9F7;
    box-shadow: 0px 0px 2px 0px rgba(64, 64, 64, 0.35);
}

.baijia-item-title {
    font-weight: 400;
    color: #4B4B4B;
    margin-left: 11%;
}

.baijia-jump-button {
    position: absolute;
    right: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 80%;
    background: #3296FF;
    border-radius: 1.0625rem;
    text-decoration: none;
    /* font-size: 1.25rem; */
    font-weight: 500;
    color: #FFFFFF;
}

.loading {
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-bottom: 19%;
}