:root {
  --light-main-color: #00527E;
  --light-main-color-hover: #0078D7;
  --dark-main-color: #0078D7;
  --light-default-color: #030A12;
  --light-default-bgcolor: #030A12;
  --dark-default-color: #E8F0F7;
  --nav-default-bgcolor: #000000;
  /* 导航背景 */
  --light-nav-bgcolor: #ffffff;
  --dark-nav-bgcolor: rgba(0, 0, 0, 0.68);
  --nav-default-color: #E8F0F7;
  /* 导航文字 */
  --light-nav-color: #030A12;
  --dark-nav-color: #E8F0F7;
  --nav-default-hover-color: #666666;
  --light-nav-hover-color: #8C949B;
  --dark-nav-hover-color: #666666;
  --main-nav-bar-default-color: #0078D7;
  /* 主导航文字和三线背景 */
  --light-main-nav-bar-color: #00527E;
  --dark-main-nav-bar-color: #0078D7;
  --light-modal-bgcolor: #E5E5E5;
  /* 模块背景 */
  --dark-modal-bgcolor: #030A12;
  --light-modal-color: #030A12;
  /* 模块文字 */
  --dark-modal-color: #E5E5E5;
  --header-height: 80px;
  --light-banner-text-bg: #E8F0F7;
  --dark-banner-text-bg: #030A12;
  --light-banner-text-color: #00527E;
  --dark-banner-text-color: #F0FAFF;
  --light-news-color: #030A12;
  /* 新闻文字 */
  --light-bullet-bgcolor: #E8F0F7;
  /* 轮播分页器背景 */
  --light-product-color: #E8F0F7;
}


@media screen and (max-width: 991px) {
  :root {
    --header-height: 60px;
  }
}

@media screen and (max-width: 575px) {
  :root {
    --header-height: 52px;
  }
}

*:active,
*:hover,
*:focus {
  outline: none !important;
}

button.btn {
  border-radius: 4px !important;
}

.btn-primary {
  color: #F0FAFF !important;
  background-color: var(--light-main-color) !important;
  border-color: var(--light-main-color) !important;
}

.btn-primary:hover {
  color: #F0FAFF !important;
  background-color: var(--light-main-color-hover) !important;
  border-color: var(--light-main-color-hover) !important;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  color: #F0FAFF;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--light-main-color);
}

.nav-link,
.nav-link:hover,
.nav-link:focus,
.nav-link:active {
  color: var(--light-main-color);
}

.alert {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1400;
  margin: 0px auto;
  display: none;
  min-width: 200px;
  max-width: 350px;
}

.panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #393e46;
  color: white;
  border-radius: 8px;
  padding: 0 15px;
  margin-bottom: 20px;
}

.panel-body {
  font-size: 14px;
}

.panel-heading h1 {
  margin: 12px;
  padding: 0;
  color: white;
}

form,
.form-control {
  font-size: 14px !important;
}

input[type=checkbox],
input[type=radio] {
  margin: .35em 0 0;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
  display: none;
}

.list-group li {
  margin-bottom: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  color: #323233 !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 4px !important;
  min-width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  text-align: center !important;
  padding: 0px !important;
  margin: 0px 3px !important;
  vertical-align: top;
  font-size: 14px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #323233 !important;
  background: #F5F5F7 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  background: #00527E !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  font-weight: bold;
  text-decoration: underline solid currentColor 3px !important;
  border: none !important;
  text-decoration: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #DCDEE0 !important;
  background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous i,
.dataTables_wrapper .dataTables_paginate .paginate_button.next i {
  font-size: 20px;
  line-height: 32px !important;
}

.dataTables_wrapper .dataTables_paginate > span {
  display: inline-block;
  height: auto;
  vertical-align: top;
}