/* 同程文旅 - 全局提示弹窗 */
#msgBox.tc-mask,
.tc-mask{
  width:100%;height:100%;position:fixed;left:0;top:0;right:0;bottom:0;z-index:9999;
  font-size:.28rem;display:none;box-sizing:border-box;padding:.4rem;
  background:rgba(18,40,104,.48);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);
  align-items:center;justify-content:center;
}
#msgBox.tc-mask.show,
.tc-mask.show{display:flex !important;}
#msgBox .tc-dialog,
.tc-dialog{
  width:100%;max-width:6.4rem;background:#fff;border-radius:.28rem;overflow:hidden;
  box-shadow:0 .24rem .64rem rgba(18,40,104,.22);
}
#msgBox .tc-hd,
.tc-hd{
  padding:.28rem .36rem;background:linear-gradient(135deg,#1a3a8f 0%,#16307a 100%);
  color:#fff;font-size:.3rem;font-weight:600;letter-spacing:.5px;
}
#msgBox .tc-bd,
.tc-bd{
  padding:.44rem .36rem .24rem;text-align:center;line-height:1.65;color:#24335a;font-size:.3rem;
}
#msgBox .tc-ft,
.tc-ft{
  padding:.12rem .36rem .36rem;display:flex;justify-content:center;align-items:center;gap:.2rem;flex-wrap:wrap;
}
#msgBox .tc-btn,
.tc-btn,
input.tc-btn{
  display:inline-flex;align-items:center;justify-content:center;min-width:2.4rem;height:.76rem;padding:0 .42rem;
  border:none;border-radius:.4rem;cursor:pointer;outline:none;
  background:linear-gradient(135deg,#1a3a8f 0%,#2a4fad 55%,#16307a 100%);
  color:#fff !important;font-size:.3rem;font-weight:600;letter-spacing:1px;
  box-shadow:0 .1rem .24rem rgba(26,58,143,.28);-webkit-tap-highlight-color:transparent;
}
#msgBox .tc-btn:active,
.tc-btn:active,
input.tc-btn:active{opacity:.9;transform:scale(.97);}
#msgBox .tc-btn.ghost,
.tc-btn.ghost,
input.tc-btn.ghost{
  background:#fff;color:#1a3a8f !important;border:1px solid rgba(26,58,143,.28);box-shadow:none;
}
