.bh-descriptions{position:relative;display:grid;grid-template-columns:var(--bh-descriptions-line);grid-gap:12px;gap:12px}.bh-descriptions .bh-descriptions-item{display:flex;align-items:center;gap:8px}.bh-descriptions .bh-descriptions-item-label{font-size:12px;color:#999}.bh-descriptions .bh-descriptions-item-value{font-size:14px;color:#000}.bh-dialog{width:100%;height:100%;margin:0 auto;outline:none;border:none;background-color:transparent;padding-top:50px}.bh-dialog-no-modal{position:fixed;top:0;left:0;z-index:99;padding-left:16px;padding-right:16px}.bh-dialog-no-modal:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.bh-dialog::-webkit-backdrop{background-color:rgba(0,0,0,.6)}.bh-dialog::backdrop{background-color:rgba(0,0,0,.6)}.bh-dialog-content{position:relative;background-color:#fff;border-radius:8px;margin-left:auto;margin-right:auto}.bh-dialog-close{position:absolute;top:12px;right:12px;cursor:pointer;width:24px;height:24px}.bh-dialog-header{height:48px;line-height:48px;padding:0 24px;box-sizing:border-box;border-bottom:1px solid #f0f1f2}.bh-dialog-title{font-size:16px;font-weight:600;color:#000}.bh-dialog-body{padding:24px}.bh-dialog-footer{margin-top:12px}.bh-dialog-size-small .bh-dialog-content{max-width:343px}.GlobalUserBar{position:fixed;right:24px;bottom:24px;z-index:88;display:flex;flex-direction:column;gap:8px;text-align:center}.GlobalUserBar .bh-link{display:flex;align-items:center;justify-content:center;padding:0 16px;height:32px;border-radius:16px;font-size:12px;line-height:14px;white-space:nowrap;cursor:pointer;background-color:#ffddba}