.van-list {
    padding: 5.333vw 4vw 4vw;
    position: relative;
    padding-bottom: .5rem;
}

.van-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
}

.van-list ul li .imgbox {
    margin-right: .3rem;
    width: .96rem;
    height: 1.2rem;
}

.van-list ul li .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
}

.van-list ul li .info .title {
    margin-bottom: 0.1rem;
    width: 2rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .16rem;
    color: #666666;
    text-align: justify;
}

.van-list ul li .info a {
    display: block;
    width: fit-content;
    background: #49b849;
    color: #fff;
    border-radius: .05rem;
    padding: .03rem .09rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .13rem;
}

.loading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: none;
    font-family: PingFang SC, Noto Sans, Helvetica;
    color: #969799;
    font-size: 3.467vw;
    line-height: 13.333vw;
    text-align: center;
}