
.fr {
    float: right;
}

.fl {
    float: left;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.s16 {
    font-size: 16px;
}

.sidebar-avatar {
    height: 60px;
    line-height: 60px;
}

.middle {
    vertical-align: middle;
}

.blue-hover:hover {
    color: #409EFF;
    cursor: pointer;
}

.border-box {
    box-sizing: border-box;
}

.bold {
    font-weight: bold;
}

.el-textarea__inner {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

input[aria-hidden="true"] {
    display: none !important;
}

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
    box-shadow: none !important;
}

.el-avatar>img{
    width: 100%;
}
