
  .dd-inline-block{
     display: inline-block;
     margin-bottom: 10px;
     margin-right: 10px;
  }


  .dd-inputBar{
    width: 160px;
  }

  .dd-inputBar .el-input__inner{
     border: 0px solid #dcdfe6;
     border-radius: 0px;
     border-bottom: 1px solid #dcdfe6;
  }

  .dd-selectBar{
    width: 260px!important;
    border: 0px solid #dcdfe6;
    border-radius: 0px;
    border-bottom: 1px solid #dcdfe6;
  }


  .dd-selectBar .el-range-separator{
    width: 25px!important;
  }


 /* lightbox2 Overlay z-index */
  .lightboxOverlay {
    z-index: 10000!important;
  }



  /* -- ueditor css----- */
  .edui-default .edui-editor-toolbarboxouter {
    background-image: none!important;
    background-color: white!important;
    border: 0!important;
    filter: none!important;
  }

  .edui-combox-body {
      height: 22px!important;
  }



  /* element-ui */
  .el-message-box__wrapper{
     z-index:20101!important;
  }

  .v-modal{
    z-index: 20100!important;
  }
  .el-loading-mask{
    z-index:100000!important;
  }
