@charset "utf-8";
.content {
    padding: 10px;
    height: 100%;
    background: #FFFFFF;
    overflow: scroll;
}

::-webkit-scrollbar-track{border-radius:0px;background-color:rgba(0,0,0,0)}
::-webkit-scrollbar{width:26px;
    height: 26px;
    background: #FFF;}
::-webkit-scrollbar-thumb{
    border-radius:13px;
    height: 6px;
    border: #FFFFFF 10px solid;
    background-color:rgba(145,147,153,0.3)
}
::-webkit-scrollbar-thumb:hover{
    background-color:rgba(145,147,153,0.8)
}


.operator-btn-group {
    width: 120px;
    margin: 0 auto;
}

.operator-btn {
    width: 100%;
    text-align: left;
    border: none;
}

.operator-btn-info {
    color: #909399;
}

.operator-btn-primary {
    color: #409EFF;
}

.operator-btn-success {
    color: #67C23A;
}

.operator-btn-warning {
    color: #E6A23C;
}

.operator-btn-danger {
    color: #F56C6C;
}

.el-tooltip__popper {
    width: 300px;
}

.inner-body {
    padding: 10px 15px 0 0 !important;
    border-radius: 10px;
    background: #ffffff;
    width: calc(100% - 40px) !important;
    height: calc(100% - 33px) !important;
}
.title25 {
    font-size: 25px;
}
.title28 {
    font-size: 28px;
}
.title32 {
    font-size: 32px;
}
.label-title13 {
    margin-top: 5px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
}
.color-blue {
    color: #409EFF;
}
.color-success {
    color: #67C23A;
}
.color-warning {
    color: #E6A23C;
}
.color-danger {
    color: #F56C6C;
}
.color-black {
    color: #000;
}
.color-red {
    color: #ff0000;
}
.bg-purple {
    background: #efefef;
    text-align: center;
    height: 75px;
    border-radius: 5px;
    padding-top: 15px;
}