body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { 
  background:#fff; color:#000;}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none;}
a:active{text-decoration: none}
a:hover { text-decoration:none; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button {
  font-size: 14px; }
table { border-collapse:collapse; }
/*html {overflow-y: scroll;}*//*0131注释掉,如需恢复,请联系long*/
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
input {outline:none 0;
  border:0;}
button{
  outline: none;border:0;cursor: pointer;
}
.text-over{
  text-overflow : ellipsis;
  white-space : nowrap;
  overflow : hidden;
}
.mint-msgbox-confirm {
  background-color: #3dc1fe;
  color: #fff;
}
.mint-button:not(.is-disabled):active:after,.mint-button:not(.is-disabled):hover:after {
  opacity: 0.1;
}
.loading_interceptors .el-loading-spinner i{
  /*font-size: 50px;*/
}
.loading_interceptors .el-loading-spinner .el-loading-text{
  /*font-size: 30px;*/
}
.el-loading-spinner i{
  font-size: 40px;
}
.el-loading-spinner .el-loading-text{
  font-size: 18px;
}
*{
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
/*.el-select-dropdown.el-popper .el-select-dropdown__empty{
  font-size: 0;
}*/



