/* 页面控制器class */
.controllerBox{
  margin:0px 10px;
  padding: 5px;
  background: white;
  min-width: 1400px;
}
/* 面包屑导航样式 */
.breadcrumbNavigation{
  color: #1890ff;
  margin-bottom: 5px;
}
.breadcrumbNavigation .next{
  color: #323232;
}
/* 页面页签样式 */
.secondaryMenu{
  margin-bottom: 5px;
}

.btn-list{
    padding-bottom: 10px;
}
.btn-list button{
    margin-right: 10px;
}
.box{
    padding: 10px;
}
.gutter-5 >div{
    padding-left:5px;
    padding-right:5px;
}
.form-list{
    margin-bottom: 10px;
}
.bg-white{
    background-color: #fff;
}
.title-tag{
    display: inline-block;
    height: 16px;
    width: 6px;
    background-color: #1890ff;
    vertical-align: text-bottom;
}

/* 宽度 */
.full-width{
  width: 100% !important;
}
.full-height{
  height: 100%;
}
.page-width{
  width: 1180px;
}
.page-center{
  margin: 0 auto;
}

/*  */
.vertical-middle{
  vertical-align:middle;
}

/*  */
.vertical-bottom{
  vertical-align:bottom;
}

/*  text-ellipsis 这是一段最多显示一行的文字，多余的内容会被省略
  text-ellipsis-l2  这是一段最多显示两行的文字，多余的内容会被省略
  text-ellipsis-l3  这是一段最多显示三行的文字，多余的内容会被省略 
*/
.text-ellipsis{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.text-ellipsis-l2{
  display:-webkit-box;
  overflow:hidden;
  text-overflow:ellipsis;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.text-ellipsis-l3{
  display:-webkit-box;
  overflow:hidden;
  text-overflow:ellipsis;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}

.pointer{
  cursor: pointer;
}

/* 边框 */
.b-1px{
  border: 1px solid #f1f1f1;
  border-collapse: collapse;
}
.b-1px-t{
  border-top: 1px solid #f1f1f1;
  border-collapse: collapse;
}
.b-1px-b{
  border-bottom: 1px solid #f1f1f1;
  border-collapse: collapse;
}
.b-1px-l{
  border-left: 1px solid #f1f1f1;
  border-collapse: collapse;
}
.b-1px-r{
  border-right: 1px solid #f1f1f1;
  border-collapse: collapse;
}


/*字体靠左*/
.text-left{
text-align: left;
}
/*字体靠右*/
.text-right{
text-align: right;
}
/* 禁止换行 */
.text-nowrap {
  white-space: nowrap;
}
.text-normal {
  white-space: normal !important;
}
.text-pre-line{
  white-space: pre-line;
}
.text-break-spaces{
  white-space: break-spaces;
}

.text-underline{
  text-decoration: underline;
}

.line-height-normal{
  line-height: normal;
}

/* 字体大小 */
.font12{
  font-size: 12px;
}
.font14{
  font-size: 14px;
}
.font16{
  font-size: 16px;
}
.font18{
  font-size: 18px;
}
.font20{
  font-size: 20px;
}
.font22{
  font-size: 22px;
}
.font24{
  font-size: 24px;
}
.font26{
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font36 {
  font-size: 36px;
}

/*字体加粗*/
.font-bold{
  font-weight: bold;
}
.font-normal{
  font-weight: normal;
}

/*相对定位*/
.relative{
position: relative;
}
/*行内块*/
.inline-block{
display: inline-block !important;
}


/* 字体颜色 */

.main-color{
  color:#0982df;
}
.white{
  color: #ffffff;
}
/*红色*/
.red{
  color:#F04134;
}
/*橘色*/
.orange {
  color: #F5A337;
}
/*灰色*/
.gray{
  color:#B1AFAF;;
}
/*蓝色*/
.blue{
  color:#0982df;
}
.money-color{
color: #FF8100;
}

/* 背景色 */
.bg-white{
  background-color: #ffffff;
}
.bg-main{
  background-color: #eff8ff;
}
.bg-red{
  background-color: #f32222 !important;
}
.bg-deep-blue{
  background-color: #2d7ef4;
}
.bg-orange{
  background-color: #f2be6a;
}

/* 虚线 */
.border-bottom-dashed{
  border-bottom: 1px dashed #108EE9;
}

/* 导出按钮 */
.seleBtnD{
  font-size: 12px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
  background-color: #ff923e !important;
  color: #FFFFFF !important;
}

.displayFlex{
  display: flex;
}

.shadow {
    box-shadow: 0px 2px 10px 0px  rgba(0, 0, 0, 0.08);
}

/* 二级菜单*/
.ejNavBox{
  height: 28px;
  line-height: 28px;
}
.ejNav{
  display: inline-block;
  text-align: center;
  width: 140px;
  cursor: pointer;
}
.ejNav:hover{
  background-color: #009bff;
  color: white;
}
.liActive{
  border-bottom: 1px solid #009bff;
  color: #009bff ;
  text-align: center;
}

/* meter */
meter {
    width: calc(3 * var(--size));
    border: 0; /* Safari */
    position: relative;
    --size: 60px;
    --gradient: linear-gradient(to right, red calc(var(--size) - 1px), transparent 0 calc(var(--size) + 1px), orange 0 calc(var(--size) * 2 - 1px), transparent 0 calc(var(--size) * 2 + 1px), green 0);
}
meter::after {
    content: '弱 中 强 aaaaaaaaaaaaaaaaaaaaaa';
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    left: calc(var(--size) / 2 - .5em);
    right: calc(var(--size) / 2 - .5em);
    text-align: justify;
    -webkit-text-fill-color: transparent;
    background: var(--gradient) calc(.5em - var(--size) / 2) / calc(3 * var(--size));
    -webkit-background-clip: text;
}
::-webkit-meter-bar {
    height: 12px;
    width: calc(3 * var(--size));
    border: 0;
    background: #eee;
    -webkit-mask: var(--gradient);
    mask: var(--gradient);
}
_::-moz-meter-bar,
meter {
    height: 12px;
    background: #eee;
}
::-webkit-meter-even-less-good-value {
    background: red;
}
::-webkit-meter-suboptimum-value {
    background: linear-gradient(to right, red var(--size), orange 0);
}
::-webkit-meter-optimum-value {
    background: linear-gradient(to right, red var(--size), orange 0 calc(2 * var(--size)), green 0);
}