.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    min-height: 100vh;
    background-color: #f5f5f5;
}

div,
navigator,
input,
button {
    font-size: 0;
    line-height: 1;
    box-sizing: border-box;
}
.container {
    background-color: #f5f5f5;
}

.box {
    width: 3.5rem;
    padding: 0.06rem 0.1rem 0.34rem;
    margin: 0.13rem 0 0.15rem;
    background-color: #ffffff;
    border-radius: 0.07rem;
}

.list-box .link a{
    display: flex;
    padding: 0.18rem 0;
    border-bottom: 1px solid #ebebeb;
}

.list-box .icon {
    width: 0.32rem;
    /* padding: 0.07rem; */
    border-radius: 50%;
    overflow: hidden;
    /* box-shadow: 0 3px 0.07rem rgba(0, 0, 0, .1); */
}

.list-box .r-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 0.32rem);
    padding-left: 0.15rem;
}

.list-box .text-box {
    width: calc(100% - 0.32rem);
}

.list-box .h1 {
    font-size: 0.14rem;
    color: #000000;
    margin-bottom: 0.15rem;
}

.list-box .time {
    font-size: 0.12rem;
    color: #888888;
}

.list-box .btn{
    position: relative;
}

.list-box .name{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0.13rem;
    color: #aaaaaa;
    text-align: center;
    line-height: 0.23rem;
}

.btn-box{
    margin-top: 0.26rem;
    text-align: center;
}

.btn-box .link{
    width: 1.44rem;
    height: 0.35rem;
    font-size: 0.15rem;
    color: #ffffff;
    line-height: 0.35rem;
    padding: 0;
    margin: 0 auto;
    background-color: #037ff3;
    border-radius: 0.18rem;
}