html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #fff;
}

html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    /* background: #141414; */
    background: #000;
    -webkit-overflow-scrolling: touch;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

input[type='button']:focus,
input[type='submit']:focus,
button:focus {
    outline: none;
}

input:focus,
input:focus {
    outline: none;
}

button::-moz-focus-inner,
input[type='button']::-moz-focus-inner {
    outline: none;
}

img {
    display: block;
}


/* input默认字体颜色 */

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #E0E0E0;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #E0E0E0;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #E0E0E0;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #E0E0E0;
}


/* 消息提示样式 */

.el-message {
    top: 45% !important;
    min-width: inherit !important;
    z-index: 99999 !important;
}

.el-message--success {
    background-color: rgba(0, 0, 0, 0.57) !important;
    border-color: #1f1f1f !important;
}

.el-message .el-icon-success {
    display: none !important;
}

.el-message--success .el-message__content {
    color: #ffffff !important;
}


/* 弹窗背景色 */

.el-message-box {
    background-color: #222 !important;
    border-color: #222 !important;
}

.el-message-box__message p {
    color: #efefef !important;
    font-size: 16px !important;
}