.my-inventory{width:100%;height:100vh;display:flex;flex-direction:column;background:#f8f8f8}.my-inventory-blank{width:100%;height:auto;flex:1;display:flex;justify-content:center;align-items:center}.my-inventory .my-inventory-box-content{display:flex;flex-direction:column;flex:1;padding:.26667rem;overflow-y:auto}.my-inventory .my-inventory-box-content-item{display:flex;flex-direction:column;width:100%;margin-bottom:.26667rem;border-radius:.32rem;padding:.26667rem;background:#fff;box-sizing:border-box;border:0}.my-inventory .my-inventory-box-content-item:first-child{margin-top:0}.my-inventory .my-inventory-box-content-item-title{font-size:.37333rem;font-weight:600;line-height:.48rem;color:#26262f;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.my-inventory .my-inventory-box-content-item-stat{display:flex;justify-content:space-between;align-items:center;padding:.26667rem 0;margin-top:.21333rem;border-radius:.16rem;background:#fafbfc;box-shadow:inset 0 0 .16rem rgba(2,86,255,.05)}.my-inventory .my-inventory-box-content-item-stat-cell{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0}.my-inventory .my-inventory-box-content-item-stat-cell-value{max-width:100%;font-size:.42667rem;font-weight:500;line-height:.48rem;color:#26262f;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.my-inventory .my-inventory-box-content-item-stat-cell-value-highlight{color:#0256ff}.my-inventory .my-inventory-box-content-item-stat-cell-label{max-width:100%;margin-top:.16rem;font-size:.34667rem;font-weight:400;line-height:.48rem;color:var(--adm-color-text-secondary);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.my-inventory .my-inventory-box-footer{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;padding:.26667rem;padding-bottom:calc(var(--hyb-safe-bottom) + .26667rem);background:#fff}.my-inventory .my-inventory-box-footer-btn{justify-content:center;align-items:center;width:9.46667rem;height:1.17333rem;border-radius:.32rem;display:flex;flex-direction:column;padding:.34667rem .26667rem;background:#0256ff;font-size:.37333rem;font-weight:500;line-height:.48rem;text-align:center;letter-spacing:0;color:#fff}
