@charset "UTF-8";
*{
  padding: 0;
  margin: 0;
}
div,
view,
scroll-view,
swiper,
button,
input,
textarea,
label,
navigator,
image {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
}
p{
  margin-block-start: 0em;
  margin-block-end: 0em;
}
ul,ol, li{
  list-style:none; 
  margin:0px; 
  padding:0px;
  box-sizing: border-box;
}
.alert-text {
  font-size: 32px !important;
}