#mpOrderTabBanner{
  width:100%;
  margin:10px 0 16px;
}
.mp-order-banner-card{
  width:100%;
  height:82px;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  border:1.5px solid #d8bf26;
  box-shadow:0 8px 22px rgba(0,0,0,.10);
}
.mp-order-banner-card img,
.mp-order-banner-card video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.mp-order-banner-pop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.72);
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
}
.mp-order-banner-pop-box{
  position:relative;
  width:min(94vw,620px);
  max-height:88vh;
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  padding:12px;
  box-shadow:0 20px 70px rgba(0,0,0,.45);
}
.mp-order-banner-pop-box h2{
  margin:8px 46px 12px 8px;
  font-size:22px;
}
.mp-order-banner-pop-box img,
.mp-order-banner-pop-box video{
  width:100%;
  max-height:75vh;
  object-fit:contain;
  display:block;
  border-radius:16px;
  background:#000;
}
.mp-order-banner-x{
  position:absolute;
  top:10px;
  right:10px;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#111;
  color:#fff;
  font-size:24px;
  font-weight:900;
  z-index:2;
}
