body {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑, MicrosoftYahei, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
pre,
table,
blockquote,
input,
button,
select,
em,
textarea {
    margin: 0;
    font-weight: normal;
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
}

html,
body,
.app {
    width: 100%;
    height: 100%;
}

html,
body {
    font-family: 微软雅黑, MicrosoftYahei, sans-serif;
    color: #fff;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

* {
    -moz-user-select: none;
    /* Firefox私有属性 */
    -webkit-user-select: none;
    /* WebKit内核私有属性 */
    -ms-user-select: none;
    /* IE私有属性(IE10及以后) */
    -khtml-user-select: none;
    /* Khtml内核私有属性 */
    -o-user-select: none;
    /* Opera私有属性 */
    user-select: none;
    /* CSS3属性 */
}

/*滚动条的宽度*/
/* ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
} */

/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/
/* ::-webkit-scrollbar-track {
    width: 6px;
    background-color: rgba(185, 227, 248, 0.562);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
} */

/*滚动条的设置*/
/* ::-webkit-scrollbar-thumb {
    background-color: #68D7FD;
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
} */

/*滚动条移上去的背景*/
/* ::-webkit-scrollbar-thumb:hover {
    background-color: #04b6f1;
} */

.imgbox {
    width: 100%;
    height: 100%;
}

.el-login-footer {
    height: 90px;
    line-height: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #000;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 1px;
    z-index: 5;
}