body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
input,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, textarea, button {
  outline: none
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder, textarea:-moz-placeholder  {
  color: #999;
} /* Mozilla Firefox 4 to 18 */ 

input::-moz-placeholder, textarea::-moz-placeholder { 
  color: #999;
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}  /* Internet Explorer 10+ */ 

input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  margin: 0;
  /* -webkit-user-select: none; */
}

body * {
  /* -webkit-user-select: none; */
  font-family: Helvetica;
  -webkit-overflow-scrolling: touch;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #eee;
}

html body {
  margin: 0;
  padding: 0;
  width: 100%;  
  height: 100%;
  position: relative;  

}
.dialogMask{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0,  0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: scroll;
}
.left{
  float: left;
}
.right{
  float: right;
}
.clear{
  clear: both;
}
img{
  margin: 0;
  padding: 0;
  font-size: 0;
  vertical-align: bottom;
}
strong{
  font-weight: normal;
}
pre{
  white-space: normal;
}
.mint-msgbox-confirm{
  color:#E93F35 !important;
}
.mint-datetime-cancel{
  color: #333333 !important;
}
.mint-datetime-confirm{
  color: #E93F35 !important;
}
.toasts {
  background:rgba(0,0,0,0.8) !important;;
  border-radius:4px !important;
  padding: 12px 20px !important;  
}
.toasts  .mint-toast-text{
  font-size:15px !important;
  font-family:PingFang-SC-Regular,PingFang-SC !important;
  font-weight:400 !important;
  color:rgba(255,255,255,1) !important;
  line-height:24px !important;
  vertical-align: middle !important;
  white-space: pre-wrap;
}