
  /* ::-webkit-scrollbar {
    display: none ; 
 } */
 /* ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #fff;
} */
.el-table th.gutter{
    display: table-cell!important;
}
.el-tooltip{
	padding-left: 0px !important;
}
/* ::-webkit-scrollbar-thumb {
    // border-radius:5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgba(0, 0, 0, .1)
} */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
      -webkit-appearance: none;
  }
  input[type="number"]{
      -moz-appearance: textfield;
  }
  .el-image-viewer__close{
    background-color: #000!important;
    color: white !important;
}
.el-submenu__title i{
    color: #fff !important ;
}
.el-dialog{
display: flex;
display: -ms-flex; /* 兼容IE */
flex-direction: column;
-ms-flex-direction: column; /* 兼容IE */
margin:0 !important;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
max-height:calc(100% - 30px);
max-width:calc(100% - 30px);
}
.el-dialog .el-dialog__body{
padding: 20px;  /*这个不重要*/
max-height: 75vh;
flex: 1;
-ms-flex: 1 1 auto; /* 兼容IE */
overflow-y: auto;
overflow-x: hidden;
}

.el-dialog__wrapper {
    overflow: hidden !important;/*隐藏ie和edge中遮罩的滚动条*/
}
.popup_box{
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
    text-align: center;
    z-index: 99999;
    display: none;
}
.popup_box .popup_box_top{
    margin-top: 20px;
}
.popup_box .popup_box_top input{
    padding: 5px 10px;
    border-radius: 6px;
}
.popup_box_tool{
    margin: 10px 0 ;
}
.box_content_img{
    width: 100%;
    text-align: center;
}
#dwtcontrolContainer{
    margin: 0 100px;
}
.popup_box_title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #000;
    background-color: #09f;
    color: #fff;
}
.popup_box_title_right{
    float: right;
    cursor: pointer;
    padding-right: 10px;
}
.popup_box_baba{
    position: fixed;	
    /* top: 50%;
    left: 50%; */
    width: 100%;
    height: 100vh;
    z-index: 9999;
    opacity:0.6;
    display: none;
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.9)
}
.pd{
    padding: 10px;
}
.mt-20{
    margin-top: 20px;
}
.pd-20{
    padding: 20px;
}
.form-box-heid{
    padding: 20px;
    margin-bottom: 15px;
    overflow: hidden;
}
/* .el-form-item{
    margin-bottom: 0px !important;
} */
.itemUeditor .el-form-item__content{
    line-height: 0px !important;
}
.el-input__inner{
    border: 1px solid #409eff !important;
}
.content-form{
    /* background: #f8f8f8; */
    border: 1px solid #f8f8f8;
    box-shadow: 0 0 2px 2px #e2e1e1;
    border-radius: 8px;
    margin: 8px 0;
}
.content-form .forbox{
    width: 100%;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding: 10px;
}
.content-form .forbox .el-form-item{
    width: 350px;
    margin-bottom: 5px !important;
}
.el-radio__inner{
    border: 1px solid #409EFF !important;
}
.mt-10{
    margin-top: 10px;
}
.tac{
    text-align: center;
}