/**




*/
:root {
  background-color: #e8adbe; /*背景色*/
  --bg-color: #e8adbe;
  --md-color: #212121; /*原红色主色调*/
  --md-border: #6e6e6e;
  --md-color2: #e8adbe;
  --md-color3: #b1b0b5;
  --md-color4: #edcead;
  --md-color5: #444444;
  --md-color6: #FFF5EF;
  --md-bg: #e8adbe;
  --border-color: #FFF5EF;
  --a-color: #ffffff;
  --theme_color: #e8adbe;
  --theme_color_8: rgba(232, 173, 190, 0.8);
  --theme_color2: #ffffff;
  --theme_color3: #000000;
  --theme_color4: rgb(255, 255, 255);
  --theme_color4_8: rgba(251, 56, 124, 0.5);
  --theme_color5: #ffffff;
  --theme_color6: #ffffff;
  --theme_border_color: rgba(255, 255, 255, 0);
}
.van-popup.themeNMY {
  width: 90%;
  background-color: transparent;
  overflow-y: visible;
}

