.pt10 {
    padding-top: 10px;
}

.common-list {
    max-height: 500px;
    overflow-y: auto;
}

.pt15 {
    padding: 15px 0;
}

.mt10 {
    margin-top: 10px;
}

.search-filter .el-select,
.search-filter .el-input {
    width: 130px;
}

.w100 {
    width: 100%;
}

.w90 {
    width: 90%;
}

.w80 {
    width: 80%;
}

.w50 {
    width: 50%;
}

.w30 {
    width: 30%;
}

.w20 {
    width: 20%;
}

.text-center {
    text-align: center;
}

.header40 {
    height: 40px !important;
}

.refresh {
    height: 32px;
    line-height: 32px;
    vertical-align: bottom;
    font-size: 18px;
    cursor: pointer;
}

.inline-block {
    display: inline-block;
}

.input-with-select-whatsup .el-select,
.input-with-select-whatsup .el-input {
    width: 130px;
}

.el-alert {
    padding: 0 10px;
}

.creator-pool .avatar {
    width: 80px;
    height: 80px;
}

.ft28 {
    font-size: 24px;
    margin-right: 10px;
    cursor: pointer;
}

.creator-pool-list {
    max-height: 650px;
    overflow-y: auto;
}

.creator-pool .name {
    font-size: 16px;
    font-weight: bold;
}

.creator-pool .numdata {
    font-weight: bold;
}

.creator-pool .el-tag {
    margin-right: 5px;
}

.ml10 {
    margin-left: 10px;
}

.al-tip {
    font-size: 12px;
    color: #909399;
}

.pool-status {
    line-height: 27px;
    font-size: 13px;
    color: #606266;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plan-cell{
    padding: 10px;
}

.plan-creator{
    line-height: 2rem;
}

.plan-creator .name {
    font-size: 16px;
    font-weight: bold;
}

.plan-creator .data {
    font-size: 12px;
    font-weight: bold;
}

.creator-cycle-primary{
    color: #409EFF;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    height: 29px;
    line-height: 24px;
}

.creator-cycle-success{
    color: #67C23A;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    height: 29px;
    line-height: 24px;
}

.mb10{
    margin-bottom: 10px;
}

.fl{
    float: right;;
}

.shop-type .el-radio.is-bordered+.el-radio.is-bordered{
    margin-left: 0px;
}

.shop-type .el-radio--medium.is-bordered{
    width: 140px;
    margin-bottom: 15px;
}

.ql-toolbar.ql-snow .ql-formats{
    line-height: 24px;
}

.quill-editor /deep/ .ql-container {
    min-height: 350px;
}

.ql-container {
    min-height: 350px;
}

.al-success {
    font-size: 12px;
    color: #67C23A;
}

.al-error {
    font-size: 12px;
    color: #F56C6C;
}

.el-dialog__body{
    padding: 20px;
}