
*::-webkit-scrollbar{
  width: 10px;
  height: 10px;
  background-color: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.3);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgb(255 255 255 / 30%);
}
body {
  font-family: "微软雅黑" !important;
}
.table thead {
  background: #e9ecef;
}
.table thead th {
  border-right: 1px solid #fff;
}
.table tbody td{
  border-right: 1px solid #ebeef5;
  border-bottom: 1px solid #ebeef5;
}
.table tbody tr td:first-child {
  border-left: 1px solid #ebeef5;
}

.breadcrumb-wrap {
  position: relative;
}
.breadcrumb-btn-wrap {
  position: absolute;
  right: 10px;
  top: 8px;
  display: flex;
  align-items: center;
}

.particular-title {
  border-left: 3px solid #409eff;
  font-weight: bold;
  line-height: 18px;
  font-size: 16px;
}
.particular-label {
  min-height: 3rem;
  line-height: 3rem;
  color: #333;
  font-weight: bold;
  background: #ecf2f9;
  border-bottom: 1px solid #fff;
}
.particular-content {
  min-height: 3rem;
  line-height: 3rem;
  border-bottom: 1px solid #ecf2f9;
  max-height: 100px;
  overflow-y: auto;
}
.no-max-height {
  max-height: none !important;
}

.row {
  margin: 0;
}
.row > div {
  padding: 0;
}
input[type='text'],
input[type='password'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='datetime-local'] {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
input[type='number']{
  padding-right: 0;
}

input[type='text']:hover,
input[type='password']:hover,
input[type='date']:hover,
input[type='datetime-local']:hover,
input[type='search']:hover,
input[type='number']:hover,
label.upload:hover,
textarea:hover {
  border-color: #c0c4cc;
}
.upload input[type='file'] {
  position: relative;
  cursor: pointer;
}
.upload input[type='file']::before {
  content: '选择文件';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #409eff;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
}

.upload-add-btn {
  background-image: linear-gradient(to right,#dcdfe6,#dcdfe6),linear-gradient(to bottom,#dcdfe6,#dcdfe6);
  background-size: 20px 2px, 2px 20px;
  background-position: center;
  background-repeat: no-repeat;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='date']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='datetime-local']:focus,
textarea:focus {
  outline: none;
  border-color: #409eff;
}

input[type='text']:disabled,
input[type='password']:disabled,
input[type='date']:disabled,
input[type='search']:disabled,
input[type='number']:disabled,
input[type='datetime-local']:disabled .radio input:disabled,
.checkbox input:disabled,
textarea:disabled,
.radio input:disabled,
button:disabled {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  color: #c0c4cc;
  cursor: not-allowed;
  opacity: 0.6;
}
label {
  position: relative;
  color: #606266;
}
.search-input i {
  position: absolute;
  left: 15px;
  top: 30%;
}
label.upload {
  height: 3rem;
  border: 1px dashed #dcdfe6;
  border-radius: 5px;
  cursor: pointer;
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.search-input input {
  border-radius: 3rem;
  padding-left: 35px;
}
textarea {
  display: block;
  width: 100%;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  font-size: inherit;
  color: #606266;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

label.radio,
label.checkbox,
label.switch {
  display: table;
  border-radius: var(--border-radius, 12px) var(--border-radius-corner, 12px)
    var(--border-radius, 12px) var(--border-radius, 12px);
  position: relative;
  display: flex;
  align-items: center;
}

.radio input,
.checkbox input,
.switch input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  background: var(--input-background, none);
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  width: var(--input-width, 15px);
  height: var(--input-height, 15px);
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.radio input,
.checkbox input {
  --border-color: var(--c-default);
  --border-width: 1px;
  box-shadow: inset 0 0 0 var(--border-width) var(--border-color);
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.radio input:checked,
.checkbox input:checked {
  --border-color: var(--c-active);
}

.checkbox input::after {
  box-sizing: content-box;
  content: '';
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  position: absolute;
  left: calc(50% - 1.5px);
  top: calc(50% - 5px);
  transform: rotate(45deg);
  width: 3px;
  transition: opacity 0.15s ease-in 0.05s;
  opacity: 0;
}
.checkbox input:checked::after {
  opacity: 1;
}
.radio input:not(:checked):hover,
.checkbox input:not(:checked):hover {
  --border-width: 1px;
  --border-color: var(--c-active);
}
.radio input:disabled:hover,
.checkbox input:disabled:hover {
  --border-width: 1px;
  --border-color: #e4e7ed;
  cursor: not-allowed;
}
.radio input:checked:disabled:hover {
  --border-color: var(--c-active);
  --border-width: 5px;
}
.checkbox input:checked:disabled:hover {
  --border-color: var(--c-active);
  --border-width: 12px;
}
.radio input:checked {
  --border-width: 5px;
}
.checkbox {
  --border-radius: 3px;
  --border-radius-corner: 3px;
}
.checkbox input:checked {
  --border-width: 12px;
}
.switch {
  --input-width: 38px;
  --input-height: 20px;
}
.switch input {
  --input-background: var(--c-default);
}
.switch input:checked {
  --input-background: var(--c-active);
}
.switch input::before {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  background: #fff;
  width: calc(var(--input-height) - 2px);
  height: calc(var(--input-height) - 2px);
  border-radius: 50%;
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.switch input:checked::before {
  left: calc(100% - var(--input-height));
}
.no_max_height {
  max-height:none !important;
  line-height: 2rem;
  padding: 0.5rem 0;
}
.uploadBTN {
  overflow: hidden;
  position: relative;
}
.uploadBTN input[type="file"] {
  opacity: 0;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  cursor: pointer;
}
.dataTables_wrapper input[type="search"] {height: 35px !important ;}
select .btn {
  font-size: inherit;
}
.modal-body,
.dropdown .btn {
  font-size: inherit;
}
select{
  visibility: hidden;
}
.dataTables_wrapper select {
  visibility: visible;
}
input.small { height: 28px !important; }

