body{
    background: #F7F7F7;
}
.bannerBox{
    background: #FF4760;
    padding-top:13%;
}
.avatarWrapper{
    display: flex;
    display:-webkit-flex;
    color:#fff;
    align-items: center;
    line-height: 1.9em;
    padding-left:4%;
}
.personIcon{
    width:1.42rem;
    display: flex;
    margin-right: 0.3rem;
    align-items: center;
    /* background-image: url(../img/person.png);
    background-repeat: no-repeat;
    background-size:50% 50%;
    background-position: center center;
    height: 2.5rem; */
}
.personIcon img{
    width:1.42rem;
    height: 1.42rem;
    vertical-align: top;
}
.personInfo{
    flex:8
}
.personInfo p:first-child{
    font-size:0.32rem;
}
.feeBox{
    margin-top:13%;
    text-align: center;
    background:rgba(52,52,52,0.2);
    display: flex;
    display:-webkit-flex;
    color:#fff;
    padding:4% 0;
}
.border-line{
    border-right: 1px solid #fff;
}
.feeItem{
    flex:1;
}
.amount{
    font-size:0.36rem;
}
.listBox{
    margin-top:3.5%;
}
.borderLine::after{
    content:'';
    display: block;
    border-bottom: 1px solid #CAC7C7;
}
.listBox ul{
    background:#fff;
    padding-left:4%;
}
.listBox ul li{
    height: 1rem;
    color:#000;
    line-height: 1rem;
    font-size:0.3rem;
    background:#fff;
    border-bottom:1px solid #CAC7C7;
    padding-left:0.6rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size:0.38rem 0.46rem;
}
.listBox ul li::after{
    content:'';
    display: block;
    clear: both;
}
.listBox ul li:last-child{
    border-bottom:none;
}

.moreBox{
    float: right;
    margin-right:0.28rem;
}
.moreBox small{
    color:RGBA(171, 170, 171, 1);
    font-size:0.24rem;
    display:inline-block;
    vertical-align: top;
    height: 100%;
    margin-right:0.2rem;
}
.more{
    display: inline-block;
    position: relative;
    height: 0px;
    width: 0px;
    border-top: 0.125rem solid transparent;
    border-left: 0.125rem solid RGBA(185, 185, 185, 1);
    border-bottom: 0.125rem solid transparent;
}
.more::after{
    content: '';
    position: absolute;
    top: -0.12rem;
    left: -0.15rem;
    border-top: 0.12rem solid transparent;
    border-left: 0.12rem solid #fff;
    border-bottom: 0.12rem solid transparent;
}