[v-cloak] {
    display: none;
}

html, body {
    height: 100%;
    background-color: #F5F5F5;
    margin: 0;
    font-size: 14px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.two-ellipsis {
    overflow: hidden; /*文本超出隐藏*/
    display: -webkit-box; /*盒子模型微弹性伸缩模型*/
    -webkit-box-orient: vertical; /*伸缩盒子的子元素垂直排列*/
    -webkit-line-clamp: 2; /*文本显示3行*/
}

.ellipsis-two {
    overflow: hidden; /*文本超出隐藏*/
    display: -webkit-box; /*盒子模型微弹性伸缩模型*/
    -webkit-box-orient: vertical; /*伸缩盒子的子元素垂直排列*/
    -webkit-line-clamp: 2; /*文本显示3行*/
}

ul, ol, p, h1, h2, h3, h4, h5, h6, button, input {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    font-size: 14px;
    font-weight: normal;
    border: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

img, button {
    vertical-align: top;
}

.card {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.el-loading-mask .el-loading-spinner i {
    color: #fff;
}

.el-loading-mask .el-loading-spinner .el-loading-text {
    color: #fff;
}
