.el-button {
  font-size: 12px;
}
.el-button:not(.is-link) {
  min-width: 96px;
}
.el-button:not(.is-link):not(:disabled) {
  border: 1px solid #c1c1c1;
  color: #1c1c1c;
  background: #fff;
}
.el-button:not(.is-link):not(:disabled):hover,
.el-button:not(.is-link):not(:disabled):focus {
  border: 1px solid #366bfc;
  color: #366bfc;
}
.el-button.el-button--primary:not(.is-link):not(:disabled) {
  background: #366bfc;
  color: #fff;
  border: 1px solid #366bfc;
}
.el-button.el-button--primary:not(.is-link):disabled {
  background: #e9e9e9;
  color: #a6a6a6;
  border: 1px solid #e9e9e9;
}
.el-button.el-button--primary:not(.is-link):not(:disabled):hover,
.el-button.el-button--primary:not(.is-link):not(:disabled):focus {
  background: #5a7dfd;
  color: #fff;
  border: 1px solid #5a7dfd;
}
.el-button.is-link {
  color: #366bfc;
}
.el-button.is-link:disabled {
  color: #a6a6a6;
}
.el-button.is-link:not(:disabled):focus,
.el-button.is-link:not(:disabled):hover {
  color: #5a7dfd;
}

.el-dialog__body {
  padding: 20px;
}
.el-dialog__header,
.el-dialog__body {
  text-align: left;
}
.el-tabs__nav-wrap::after {
  display: none;
}
.el-tabs__item.is-active,
.el-tabs__item:hover {
  color: #366bfc;
}
.el-tabs__active-bar {
  background-color: #366bfc;
}
.el-checkbox__label {
  font-size: 12px;
}
.el-checkbox__input.is-checked + .el-checkbox__label,
.el-checkbox__inner:hover {
  color: #366bfc;
}
.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #366bfc;
  border-color: #366bfc;
}
/* 其它 */
.el-message-box {
  width: 600px;
  padding: 20px;
}
.el-message-box .el-message-box__title {
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 600;
}
.el-popper[x-placement^='bottom'] {
  margin-top: 8px;
}

.el-divider{
  background-color: #366bfc;
  margin-top: 10px
}

.divider-title{
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
}
.login-form-row .el-select {
  width: 438px;
}
.login-form-row .el-textarea{
  width: 438px;
}

.el-select-dropdown{
  max-width: 1000px;
}
.error-tip{
  color: #f56c6c;
  font-size: 12px;
}