@charset "utf-8";
html,body {
    height: 100%;
}
#app {
    height: 100%;
}
.content {
    height: 100%;
}
.backtop {
    overflow: auto;
    height: 100%;
}
.el-back-top{
    height: 100%;
    width: 100%;
    background-color: #f2f5f6;
    box-shadow: 0 0 6px rgba(0,0,0, .12);
    text-align: center;
    line-height: 40px;
    color: #6cbf43;
    border-radius: 14px;
}
.con_tags{
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.con_tags .tags{
    display: inline-block;
    font-size: 14px;
    background: #3db7a0;
    padding: 2px 12px;
    border-radius: 2px;
    color: #FFF;
    margin: 2px 2px;
}