/* reset */

html {
    /* -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; */
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
td,
th,
form,
label,
input,
textarea,
select,
button,
blockquote,
span,
img,
a img,
a,
pre,
hr {
    margin: 0;
    padding: 0;
}

img,
a img {
    border: none;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

/*h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;}*/

ul,
li,
ol,
dt,
dl,
dd {
    list-style: none;
}

em,
th,
i,
address,
cite,
code {
    font-style: normal;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

label,
input,
textarea,
select,
button {
    /* -webkit-appearance: none; */
    /*去除iphone输入框按钮等默认样式*/
    border: none;
    vertical-align: middle;
    line-height: normal;
    font-family: "microsoft yahei", Arial, Tahoma, STHeiTi, sans-serif;
    font-size: inherit;
}

textarea {
    overflow: auto;
    resize: none;
}

input:focus,
textarea:focus {
    outline-style: none;
    outline-color: invert;
    outline-width: 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

a:active,
a:focus,
a:hover {
    outline: none;
}

/*//a:active{star:expression(this.onFocus=this.blur())}*/

*:focus {
    outline: none;
}

* {
    box-sizing: border-box;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.default {
    background-color: #409EFF;
}

.success {
    background-color: #67C23A;
}

.Warning {
    background-color: #E6A23C;
}

.Danger {
    background-color: #F56C6C;
}

.Info {
    background-color: #909399;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.bold {
    font-weight: bold;
}
/* 
.one-line-overhidden {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.two-line-overhidden {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
} */

/* toast */

.mint-indicator-mas {
    position: absolute;
    z-index: 10;
}
