.detail-box{
    padding: 6.4vmin 0;
}
.detail-header {
    text-align: center;
}
.detail-header .detail-top{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8.5vmin;
    margin-bottom: 1vmin;
    padding: 0 6.6vmin;
    box-sizing: border-box;
}
.detail-header .detail-top .avater{
    width: 8.5vmin;
    height: 8.5vmin;
    border-radius: 50%;
    margin-right: 1.6vmin;
    flex-shrink: 0;
}
.detail-header .detail-top .person{
    color: #333333;
    font-size: 4.8vmin;
    display: flex;
}
.detail-header .detail-top .name{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.detail-header .desc{
    font-size: 3.7vmin;
    color: #999;
    margin-bottom: 6.4vmin;
}
.detail-state{
    padding-left: 4.2vmin;
    font-size: 3.2vmin;
    color: #999999;
    margin-bottom: 1vmin;
}
.detail-list .detail-wrap{
    background: #fff;
    padding: 0 4.2vmin;
}
.detail-list .detail-wrap.active{
    margin-bottom: 4.2vmin;
}
.detail-list .detail-item{
    height: 20.2vmin;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 4.8vmin 0;
    box-sizing: border-box;
}
.detail-list .detail-item .avater{
    width: 10.66vmin;
    height: 10.66vmin;
    border-radius: 50%;
    margin-right: 2.1vmin;
}
.detail-list .detail-item .middle{
    display: flex;
}
.detail-list .detail-item .middle .nickname{
    font-size: 3.7vmin;
    width: 60vmin;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.detail-list .detail-item .middle .time{
    font-size: 3.7vmin;
    color: #999999;
}
.detail-list .detail-item .right {
    position: relative;
}
.detail-list .detail-item .right .money{
    font-size: 3.7vmin;
    color: #333333;
    font-weight: 400;
    text-align: right;
}
.detail-list .detail-item .right .best{
    color: #E6AE5B;
    white-space: nowrap;
    font-size: 3.7vmin;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}
.detail-list .detail-item .right .best .best_icon{
    width: 4.2vmin;
    height: 4.2vmin;
    margin-right: 1vmin;
}
.pin{
    display: inline-block;
    color: #fff;
    font-size: 2.66vmin;
    width: 4.8vmin;
    height: 4.2vmin;
    border-radius: 1vmin;
    opacity: 1;
    margin-left: 1vmin;
    border: 0 solid rgba(0.5920000076293945, 0.5920000076293945, 0.5920000076293945, 1);
    background: rgba(240,181,95,1);
    text-align: center;
    line-height: 4.2vmin;
    flex-shrink: 0;
}
.empty{
    width: 100%;
    height: calc(100% - 50vmin);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.empty .empty_icon{
    width: 23.46vmin;
    height: 23.46vmin;
    margin-bottom: 4.2vmin;
}
.empty_text{
    font-size: 4.2vmin;
    color: #999;
}