body {
    width: 100vw;
    height: 100vh;
    margin: 0;
}

.navgation-box {
    position: fixed;
    top: 0;
    left: 2.6%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    height: 6%;
    font-size: 1.3rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #232323;
    background-color: #fff;
}

.back-home-a {
    position: absolute;
    top: 26%;
    left: 0;
    display: block;
    float: left;
}

.left-arrow-img {
    width: 90%;
    height: 70%;
}

.loading {
    line-height: 40px;
    border-top: #e5e5e5 solid 1px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

#list {
    width: 94%;
    height: auto;
    margin: 13% auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.item {
    width: 48%;
    height: 18vh;
    background: #E9B7B5;
    border-radius: 0.7rem;
    margin-top: 4%;
}

.empty-box {
    width: 100%;
    height: 60%;
    margin: 44% auto;
}

.empty-img-box {
    width: 100%;
    height: 60%;
    margin-top: 35%;
}

.empty-title {
    width: 100%;
    font-size: 1.25rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #b0afaf;
    text-align: center;
    margin-top: 5%;
}