/**
 * 第三方外链离开提示弹窗（PC/M 共用）
 * URL: https://branddoctor.miaoshoucdn.com/common/third-party-leave-prompt/third-party-leave-prompt.css
 */
.tp-leave-mask{position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.55);z-index:99998;align-items:center;justify-content:center;}
.tp-leave-mask.tp-leave-show{display:flex!important;}
.tp-leave-dialog{background:#fff;border-radius:8px;padding:20px 18px;max-width:90%;width:400px;box-shadow:0 4px 20px rgba(0,0,0,.15);}
.tp-leave-dialog.tp-leave-layout-mobile{width:320px;}
.tp-leave-title{font-size:18px;font-weight:bold;margin:0 0 10px;color:#333;}
.tp-leave-msg{font-size:14px;color:#666;line-height:1.5;margin:0 0 8px;}
.tp-leave-url-wrap{margin-bottom:12px;}
.tp-leave-url-line{margin:0;padding:0;font-size:12px;line-height:1.5;}
.tp-leave-url{color:#999;word-break:break-all;}
.tp-leave-url-toggle{font-size:12px;color:#1a8cff;cursor:pointer;margin-left:6px;white-space:nowrap;display:inline;vertical-align:baseline;}
.tp-leave-url-toggle:hover{text-decoration:underline;}
.tp-leave-btns{display:flex;gap:12px;justify-content:flex-end;}
.tp-leave-btn{padding:8px 20px;border-radius:4px;font-size:14px;cursor:pointer;border:1px solid #ccc;background:#fff;color:#333;}
.tp-leave-btn.tp-leave-agree{background:#1a8cff;border-color:#1a8cff;color:#fff;}
