
@titleBg: #f3f8fe;
@menuBg: #333950;
@inputBg: #fffbe0;
@inputBorder: #fcad56;
@greenColor: #27d790;
@wrongBg: #fcefef;
@black: #222222;
@lightGray: #b6b6b6;
@normal: #646464;
@deepBorderColor: #999;
@mainColor: #4880FF;

@textColor: #333;
@textSubColor: #575757;
@57Color: #575757;
@textThirdColor: #bfbfbf;
@bfColor: #bfbfbf;
@82Color: #828282;

@bgColor: #f5f8ff;
@9cColor: #9c9c9c;


@f5f8ff: #f5f8ff;
@f0f2f5:#f5f8ff;


@borderColor: #d9d9d9;
@borderTable: #ebebeb;
@shadowColor: RGBA(0, 21, 41, .12);

@disabledColor: #f2f2f2;
@f2Color: #f2f2f2;
@wrongColor: #fa5555;

@successColor: #67c23a;
@warningColor: #e6a23c;


@maxFontSize:{
  font-size: 16px;
  line-height: 22px;
}
@normalFontSize:{
  font-size: 14px;
  line-height: 20px;
}
@minFontSize:{
  font-size: 12px;
  line-height: 18px;
}


@flex:{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@scrollBar:{
  &::-webkit-scrollbar{
    width: 15px;
    height: 12px;
  }
  &::-webkit-scrollbar-thumb{
    background-color: #9093994d;
    border-radius: 6px;
  }
}
.el-table .cell{
	word-break: keep-all !important;
	white-space: nowrap !important;
}
// 归口管理部门表格换行显示
.no-break .cell{
  word-break: break-all !important;
	white-space: normal !important;
}

.el-table-column--selection>.cell{
	padding-left: 0px !important;
	text-overflow: initial !important;
}



@maxFontSize: {
    font-size: 16px;
    line-height: 22px;
}

@normalFontSize: {
    font-size: 14px;
    line-height: 20px;
}

@minFontSize: {
    font-size: 12px;
    line-height: 18px;
}


@flex: {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@scrollBar: {
    &::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    &::-webkit-scrollbar-thumb {
        background-color: #9093994d;
        border-radius: 10px;
    }
}

a {
    text-decoration: none;
    color: #333;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@maxFontSize: {
    font-size: 16px;
    line-height: 22px;
}

@normalFontSize: {
    font-size: 14px;
    line-height: 20px;
}

@minFontSize: {
    font-size: 12px;
    line-height: 18px;
}

@scrollBarSingle: {
    &::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    &::-webkit-scrollbar-thumb {
        background-color: #9093994d;
        border-radius: 10px;
    }
}
@scrollBarTable: {
    &::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    &::-webkit-scrollbar-thumb {
        background-color: #9093994d;
        border-radius: 10px;
    }
}