
.wallet-box{border-radius: 0.3rem;background-color: #efeff4;color: #000;width:92%;margin:auto ;margin-top:0.3rem;}
.user-picture{width:2rem;border-radius:50%;}
.not-login{
    background-color: #cc0000;
    width: 3rem;
    height: 1rem;
    font-size: 0.4rem;
    color: #fff;
    text-align: center;
    line-height: 1rem;
   /*  margin: 1rem auto; */
    display:none;

    position: fixed; /* 固定定位 */
    left: 50%;       /* 水平起点定位到屏幕中间 */
    top: 50%;        /* 垂直起点定位到屏幕中间 */
    transform: translate(-50%, -50%); /* 通过变形回拉50%尺寸 */
    margin: 0;       /* 清除原有margin */
  /*   display: block;  改为显示状态 */
}
.user-info-b{
    width: 92%;
    margin: 0.2rem auto;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    height: 3rem;
}
.user-b-em{
    font-size:0.5rem;
    font-weight: 700;
}
.asset_title,.b-em-t{font-size:0.4rem;font-weight: 400;}
.asset-val{font-size:0.55rem;font-weight: 700;}
.b-em-v{font-size:0.55rem;font-weight: 700;}

.info-b{display:flex;align-items: center;justify-content: space-around;padding: 0.3rem 0;}
.b-em{min-width:3rem;}
.info-c{width:92%;    margin: 0.3rem auto;background-color: #efeff4;border-radius:0.3rem;}
.c-li{display:flex;align-items: center;}
.c-li-n{width:90%;margin:auto ;display:flex;align-items: center;justify-content: space-between;height: 1.5rem;border-bottom: .026667rem solid #fff;}

.c-li-n .bb-l{font-size:0.4rem;font-weight: 400;color:#000;}
.c-li-n .bb-l .iconfont{font-size:20px;color:#cc0000;margin-right:0.1rem;}

.toolbar, .toolbar .title {
    font-size: .45rem;
    line-height: 1.5rem;
}
.toolbar .picker-button {
    color: #cc0000;
}
.weui-cells_radio .weui-check:checked+.weui-icon-checked:before {
    color: #cc0000;
}

.toolbar .toolbar-inner {
    height: 1.5rem;
}

.toolbar .picker-button {
    height: 1.5rem;
    line-height: 1.5rem;
}
