 .head {
    width: 100%;
    height: 141px;
    background: url(../mine/mine-bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-start;
    padding: 12px 17px 0 24px;
    box-sizing: border-box;
}
.head .imgBox {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
}
.head .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
}
.head .imgBox a {
    text-align: center;
    width: 100%;
    height: 19px;
    line-height: 19px;
    font-size: 11px;
    color: #775846;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #DCC8BD 0%, #D3B9A8 100%);
    border-radius: 19px;
}
.head .textBox {
    width: 80%;
    padding-top: 7px;
}
.head .textBox .nameBox {
    display: flex;
    justify-content: space-between;
}
.head .textBox .nameBox .nameLeft {
    width: 75%;
    display: flex;
    justify-content: flex-start;
}
.head .textBox .nameBox .nameLeft span {
    width: 60%;
    font-size: 15px;
    color: #fff;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.head .textBox .nameBox .nameLeft a {
    width: 35%;
    text-align: center;
    height: 19px;
    line-height: 19px;
    font-size: 11px;
    color: #775846;
    display: inline-block;
    background: linear-gradient(180deg, #DCC8BD 0%, #D3B9A8 100%);
    border-radius: 19px;
}
.head .textBox .nameBox span {
    width: 30%;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.head .textBox .nameBox span img {
    width: 11px;
    height: 11px;
    vertical-align: middle;
}
.head .textBox .serve {
    font-size: 12px;
    color: #fff;
    margin-top: 14px;
}
.bill {
    width: 95%;
    height: 149px;
    background: url(../mine/mine-bg-a.png) no-repeat;
    background-size: 100% 100%;
    margin: -65px auto 0;
}
.bill .topBox {
    display: flex;
    justify-content: space-between;
    height: 43px;
    line-height: 50px;
    padding: 0 25px;
    box-sizing: border-box;
}
.bill .topBox span {
    text-align: center;
    font-size: 14px;
    color: #656565;
}
.bill .botBox {
    width: 100%;
    padding: 5px 20px 0;
    box-sizing: border-box;
}
.bill .botBox .wallet {
    width: 60px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    background-color: #25221B;
    color: #fff;
    font-size: 11px;
    border-radius: 5px;
}
.bill .botBox .money {
    color: #35284A;
    font-size: 12px;
    margin: 8px 0 3px;
}
.bill .botBox .money b {
    font-size: 18px;
}
.bill .botBox .already {
    display: flex;
    justify-content: space-between;
}
.bill .botBox .already span {
    font-size: 12px;
    color: #35284A;
}
.bill .botBox .already .quMoney {
    width: 73px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background-color: #2F5AED;
    color: #fff;
    font-size: 12px;
    border-radius: 27px;
    margin-top: -5px;
}
.nav {
    width: 95%;
    height: 75px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 7px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.nav .item {
    width: 30%;
    text-align: center;
    font-size: 12px;
    color: #333333;
    position: relative;
}
.nav .item span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    background-color: #F43C2F;
}
.nav .item img {
    width: 36px;
    height: 36px;
    display: block;
    margin: 0 auto 9px;
  
}
.jiangBox {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 23px auto;
}
.jiangBox .friends {
    width: 49%;
    height: 65px;
    padding: 11px 17px 0 14px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}
.jiangBox .friends:nth-child(1){
    background: linear-gradient(90deg, #FFDF96, #FFBF62);
}
.jiangBox .friends:nth-child(2){
    background: linear-gradient(90deg, #FDA7A7, #FF6E6B);
}

.jiangBox .friends .leftBox h5{
    font-size: 13px;
    color: #ED2B0E;
    font-weight: bold;
}
.jiangBox .friends .leftBox .btn {
    width: 67px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #fff;
    font-size: 10px;
    color: #ED2B0E;
    border-radius: 22px;
    margin-top: 5px;
}
.jiangBox .friends .leftBox .btn img {
    width: 6px;
    height: 7px;
    margin-left: 5px;
    
}
.jiangBox .friends .imgBox {
    width: 47px;
    height: 47px;
}
.jiangBox .friends .imgBox img {
    width: 100%;
    height: 100%;
    display: block;
}
.navList {
    width: 95%;
    margin: 0 auto;
    padding: 0 20px 100px;
    box-sizing: border-box;
    background-color: #fff;
}
.navList li {
    width: 100%;
    height: 53px;
    line-height: 53px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
}
.navList li .leftBox {
    font-size: 14px;
    color: #333333;
    position: relative;
}
.navList li .leftBox img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.navList .leftBox span {
     position: absolute;
     top: 10px;
     right: -18px;
     display: block;
     width: 18px;
     height: 18px;
     text-align: center;
     line-height: 18px;
     border-radius: 50%;
     font-size: 12px;
     color: #fff;
     background-color: #F43C2F;
 }

.navList li .rightBox {
    width: 20px;
    height: 20px;
    margin-top: 15px;
}
.navList li .rightBox img {
    width: 100%;
    height: 100%;
    display: block;
}