.el-message-box,
.el-message-box {
  width: 80%;
}
.addTool .addTool_content .each.upload .uploader .el-upload, .addTool .addTool_content .each.upload .uploader .el-upload-list__item{
  width: 1.6rem;
  height: 1.6rem;
}
.addTool .addTool_content .each.upload .uploader{
  width: 5.68rem;
  overflow-x: auto;
  white-space:nowrap;
}
.addTool .addTool_content .each.upload .el-upload-list{
  display: inline-block;
}
.addTool .addTool_content .each.upload .uploader .el-upload{
  display: inline-block;
}
.addTool .addTool_content .each.upload .uploader .el-upload--picture-card{
  border: none;
}
.el-dialog{
  width: 80%;
}
.el-dialog__body{
  padding: none;
}
.addTool .addTool_content .each.upload .uploader .uploader_icon{
  width: 1.6rem;
  height: 1.6rem;
  box-shadow: -4px 4px 10px #dee2e6;
  background-color: #d9dfe5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.addTool .addTool_content .each.upload .uploader .uploader_icon img{
  width: 0.63rem;
}
.el-switch{
  justify-content: center;
}

 /* switch按钮样式 */
 .switch .el-switch__label {
  position: absolute;
  display: none;
  color: #fff !important;
}
.el-switch__label * {
  line-height: 1.5;
}
/*打开时文字位置设置*/
.switch .el-switch__label--right {
  z-index: 1;
}
/* 调整打开时文字的显示位子 */
.switch .el-switch__label--right span{
  margin-right: 23px;
}
/*关闭时文字位置设置*/
.switch .el-switch__label--left {
  z-index: 1;
}
/* 调整关闭时文字的显示位子 */
.switch .el-switch__label--left span{
  margin-left: 26px;
}
/*显示文字*/
.switch .el-switch__label.is-active {
  display: block;
}

.addTool_content .buttons .el-loading-mask{
  border-radius: 0.4rem;
}

.el-message-box__wrapper .dialog1{
  transform: translateY(-100px);
}
.el-message-box__wrapper .dialog2{
  transform: translateY(-50px);
}


.enterprise .el-autocomplete{
  width: 100%;
  height: 100%;
}
.enterprise .el-input,.addTool .addTool_content .each .set-inp .el-input{
  width: 100%;
  height: 100%;
}
.enterprise .el-input__inner,.addTool .addTool_content .each .set-inp .el-input__inner{
  border-radius: 0;
  border: 0;
  outline: none;
  height: 100%;
}

.addTool .addTool_content .each.upload .uploader.upload-btn-hidden .el-upload--picture-card {
  display: none;
}
.upload-item .el-upload-list--picture-card .el-upload-list__item {
  margin: 0;
}