* {
  box-sizing: border-box;
}

body{
  padding: 0 !important;
  margin: 0 !important;
}

/* 不支持`::-webkit-scrollbar-*`的浏览器 */
@supports not selector(::-webkit-scrollbar) {

  /* 火狐浏览器滚动条样式 */
  * {
    scrollbar-color: #b4b4b4 #b4b4b4;
    /* 滑块颜色  滚动条背景颜色 */
    scrollbar-width: thin;
    /* 滚动条宽度有三种：thin、auto、none */
  }
}

/* 谷歌浏览器滚动条样式 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #b4b4b4;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #b4b4b4;
}

a {
  text-decoration: none !important;
}

.el-popup-parent--hidden {
  padding-right: 0 !important;
}

.el-breadcrumb__item {
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #7b89a1;
}

.el-breadcrumb__inner a:hover,
.el-breadcrumb__inner.is-link:hover {
  color: #457ef8 !important;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: #457ef8 !important;
}

.el-form-item.is-error .el-input__inner,
.el-form-item.is-error .el-input__inner:focus,
.el-form-item.is-error .el-textarea__inner,
.el-form-item.is-error .el-textarea__inner:focus,
.el-message-box__input input.invalid,
.el-message-box__input input.invalid:focus {
  border-color: #F56C6C !important;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #457ef8 !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #457ef8 !important;
  color: #ffffff !important;
}

.el-submenu.is-active .el-submenu__title {
  border-bottom-color: #457ef8 !important;
}

.el-submenu__title:hover {
  background: rgba(0, 53, 145, .1) !important
}

.el-message {
  min-width: 280px !important;
}

.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #ffffff !important;
  color: #457ef8 !important;
}

.hevue-imgpreview-wrap .he-img-wrap {
  background: rgba(0, 0, 0, .6) !important;
}

.hevue-imgpreview-wrap .he-control-bar-wrap {
  bottom: 25px !important;
}

.hevue-imgpreview-wrap .he-control-num {
  bottom: 80px !important;
}

@media only screen and (max-width: 992px) {
  .hevue-imgpreview-wrap .arrow-left {
    left: 20px !important;
  }

  .hevue-imgpreview-wrap .arrow-right {
    right: 20px !important;
  }

  .hevue-imgpreview-wrap .arrow {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 18px !important;
  }

  .hevue-imgpreview-wrap .he-close-icon {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 18px !important;
    top: 20px !important;
    right: 20px !important
  }

}
