.gc-copy-dialog{display:none;position:fixed;z-index:99;left:0;top:0;background:rgba(0,0,0,.4);height:100%;width:100%}.gc-copy-dialog-panel{border-radius:.2rem;position:absolute;top:50%;left:50%;height:3.36rem;width:5.4rem;transform:translate(-50%,-50%);background:#fff}.gc-copy-dialog-content{padding:.4rem 0 .2rem;height:2.35rem;box-sizing:border-box}.gc-copy-dialog-num{padding:0 .14rem;overflow:hidden;width:4.2rem;margin:0 auto;color:#999;background:#f6f6f6;border-radius:.08rem;line-height:.68rem}.gc-copy-dialog-num,.gc-copy-dialog-text{font-family:PingFangSC-Regular;font-size:.28rem}.gc-copy-dialog-text{line-height:1.08rem;color:#333;text-align:center}.gc-copy-dialog-bar{display:flex}.gc-copy-dialog-btn{flex:1;height:1rem;font-size:.32rem;color:#333;text-align:center}.gc-copy-dialog-btn.copy{color:#409bef}html[data-theme=dark] .gc-copy-dialog-panel{background:#121212}html[data-theme=dark] .gc-copy-dialog-num{color:#666;background:#1c1c1c}html[data-theme=dark] .gc-copy-dialog-btn,html[data-theme=dark] .gc-copy-dialog-text{color:#f2f2f2}