:root {
  --bgcolor: #020d1b;
  --lightenbgcolor: #0d2b4b;
  --fontcolor: #ccc;
}
body.darktheme {
  background-image: url('/assets/img/tech-bg.png'); /* 背景图路径 */
  background-size: cover; /* 背景图覆盖整个页面 */
  background-position: center; /* 背景图居中 */
  background-repeat: no-repeat; /* 背景图不重复 */
  background-attachment: fixed; /* 背景图固定 */
  background-color: #020d1b;
  color: #ccc;
  scrollbar-color: #091c30 #0d2b4b;
}
body.darktheme #toast-container > div,
body.darktheme #toast-container > div:hover {
  box-shadow: none;
}
body.darktheme hr {
  border-top-color: #020d1b;
}
body.darktheme .autocontent .autocontent-caret {
  background-color: #020d1b;
  color: #ccc;
}
body.darktheme .breadcrumb {
  background: #274557;
}
body.darktheme .nav-pills > li > a {
  color: #ccc;
}
body.darktheme .nav > li > a:hover,
body.darktheme .nav > li > a:active,
body.darktheme .nav > li > a:focus {
  background-color: #274557;
}
body.darktheme .pager li > a,
body.darktheme .pager li > span {
  background-color: #274557;
  border-color: #274557;
}
body.darktheme .pager .disabled > a,
body.darktheme .pager .disabled > a:hover,
body.darktheme .pager .disabled > a:focus,
body.darktheme .pager .disabled > span {
  background-color: #274557;
}
body.darktheme .jumbotron {
  background-color: #274557;
}
body.darktheme .panel-footer {
  border-top-color: #274557;
  background-color: #274557;
}
body.darktheme a.list-group-item,
body.darktheme button.list-group-item {
  color: #ccc;
}
body.darktheme a.list-group-item .list-group-item-heading,
body.darktheme button.list-group-item .list-group-item-heading {
  color: #eee;
}
body.darktheme .page-header {
  border-bottom-color: #274557;
}
body.darktheme .progress {
  background-color: #5b7499;
}
body.darktheme .nav-tabs {
  display: none;
}
body.darktheme .nav-tabs > li.active > a,
body.darktheme .nav-tabs > li.active > a:hover,
body.darktheme .nav-tabs > li.active > a:focus {
  background-color: #274557;
  border-color: #274557;
  color: #ccc;
}
body.darktheme .nav-tabs > li > a:hover {
  background-color: #020d1b;
  border-color: #020d1b;
  color: #ccc;
}
body.darktheme .main-header .navbar {
  border-top: 1px solid #469dff;
  min-height: 82px;
  background-color: transparent;
  /* background-image: url(./temp.png);
  background-position-y: -42px;
  background-position-x: -131px; */
  background-repeat: no-repeat;
  /* background-image: linear-gradient(to right, #10467c, #051727); */
  background-image: url('/assets/img/dark/header_bg.png');
  /* background-repeat: repeat-x; */
  /* border-bottom: 2px solid #355f97; */
  background-size: 100% 100%;
  margin-bottom: 3px;
  margin-left: 0;
}

body.darktheme .main-header .navbar .nav > li > a {
  color: #aaa;
}
body.darktheme .alert-info-light {
  background-color: #274557;
  border-color: #274557;
}
body.darktheme .alert-warning-light {
  background-color: #4397fd;
  color: #FFF;
  border-radius: 0;
}
body.darktheme .main-header .navbar .sidebar-toggle {
  color: #ccc;
}
body.darktheme .nav-addtabs > li > a {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
body.darktheme .main-header .navbar .nav > li > a:hover,
body.darktheme .main-header .navbar .nav > li > a:active,
body.darktheme .main-header .navbar .nav > li > a:focus,
body.darktheme .main-header .navbar .nav .open > a,
body.darktheme .main-header .navbar .nav .open > a:hover,
body.darktheme .main-header .navbar .nav .open > a:focus,
body.darktheme .main-header .navbar .nav > .active > a {
  background: transparent;
  color: #4397fd;
}
body.darktheme .content-wrapper,
body.darktheme .right-side {
  background-color: #333;
}
body.darktheme .panel {
  background-color: rgba(16, 38, 60, .5);
}
body.darktheme .panel-intro > .panel-heading {
  background-color: #274557;
  border-color: #274557;
  color: #ccc;
}
body.darktheme .panel-intro > .panel-heading .nav-tabs > li.active > a,
body.darktheme .panel-intro > .panel-heading .nav-tabs > li.active > a:hover,
body.darktheme .panel-intro > .panel-heading .nav-tabs > li.active > a:focus {
  background-color: #333;
  border-color: #333;
  color: #ccc;
}
body.darktheme .panel-intro > .panel-heading .nav-tabs > li > a {
  background-color: #020d1b;
  border-color: #020d1b;
}
body.darktheme .table > thead > tr > th {
  border-bottom-color: #2c4c7f;
}
body.darktheme .table-striped tbody > tr:nth-of-type(2n+1) {
  background-color: transparent;
}
body.darktheme .table > thead > tr > th,
body.darktheme .table > tbody > tr > th,
body.darktheme .table > tfoot > tr > th,
body.darktheme .table > thead > tr > td,
body.darktheme .table > tbody > tr > td,
body.darktheme .table > tfoot > tr > td {
  border-top: 1px solid #2c4c7f;
}
body.darktheme .table-bordered > thead > tr > th,
body.darktheme .table-bordered > tbody > tr > th,
body.darktheme .table-bordered > tfoot > tr > th,
body.darktheme .table-bordered > thead > tr > td,
body.darktheme .table-bordered > tbody > tr > td,
body.darktheme .table-bordered > tfoot > tr > td {
  border-color: #2c4c7f;
}
body.darktheme .table-bordered {
  border-color: #2c4c7f;
}
body.darktheme .fixed-table-loading {
  background-color: #2c4c7f;
  border-color: #2c4c7f;
}
body.darktheme .table-hover > tbody > tr:hover {
  background-color: rgba(44, 76, 127, 0.43);
}
body.darktheme .fixed-table-container tbody .selected td {
  background-color: #363d4f;
}
body.darktheme .fixed-columns,
body.darktheme .fixed-columns-right {
  background-color: rgba(16, 38, 60, .85) ;
  box-shadow: -1px 0 8px rgba(0, 0, 0, 0.18);
}
body.darktheme .pagination > li > a {
  background-color: #0d2136;
  border-color: #2c4c7f;
  color: #c2e2ff;
}
body.darktheme .pagination > li.active > a,
body.darktheme .pagination > li > a:hover {
  background: #2c4c7f;
  color: #fff;
}
body.darktheme .dropdown-menu > .active > a,
body.darktheme .dropdown-menu > .active > a:hover,
body.darktheme .dropdown-menu > .active > a:focus {
  background-color: #3476c7;
}
body.darktheme .bootstrap-tagsinput {
  background-color: #0d2136;
  border-color: #2c4c7f;
}
body.darktheme .form-control {
  background-color: #0d2136;
  border-color: #2c4c7f;
  color: #eee;
}
body.darktheme .city-picker-span {
  background-color: #0d2136;
  border-color: #2c4c7f;
  color: #eee;
}
body.darktheme .city-picker-span > .title > span {
  color: #ccc;
}
body.darktheme .city-select-tab > a {
  border-color: #555857;
  color: #ccc;
}
body.darktheme .city-select-tab > a.active {
  background-color: #555857;
}
body.darktheme .city-select-content {
  background-color: #555857;
  color: #eee;
}
body.darktheme .city-select-content .city-select a {
  color: #ccc;
}
body.darktheme .city-select-content .city-select a:hover,
body.darktheme .city-select-content .city-select a:focus {
  background-color: #2c4c7f;
}
body.darktheme .city-select-tab {
  background-color: #3c3e3d;
  border-color: #444;
  color: #eee;
}
body.darktheme .daterangepicker {
  background-color: #555857;
}
body.darktheme .ranges li,
body.darktheme .daterangepicker .calendar-table {
  background-color: #2c4c7f;
  border-color: rgba(22, 136, 241, 0.1);
  color: #ccc;
}
body.darktheme .mockup-bg {
  background-color: #020d1b;
}
body.darktheme .sm-st,
body.darktheme .stores {
  background: #020d1b !important;
}
body.darktheme .daterangepicker td.off,
body.darktheme .daterangepicker td.off.in-range,
body.darktheme .daterangepicker td.off.start-date,
body.darktheme .daterangepicker td.off.end-date {
  background-color: #494b4a;
}
body.darktheme .daterangepicker td.in-range {
  background-color: #555857;
  color: #ccc;
}
body.darktheme .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-top-color: #494b4a;
}
body.darktheme .input-group .input-group-addon {
  background-color: #3c3e3d;
  border-color: #444;
  color: #eee;
}
body.darktheme .sp_result_area,
body.darktheme .sp_results {
  background-color: #2c4c7f;
  border-color: rgba(22, 136, 241, 0.1);
}
body.darktheme .sp_result_area > li,
body.darktheme .sp_results > li {
  color: #ccc;
}
body.darktheme .sp_result_area > li.sp_selected,
body.darktheme .sp_results > li.sp_selected {
  background-color: #333333;
}
body.darktheme div.sp_result_area div.sp_pagination > ul > li > a {
  background-color: #2c4c7f;
  color: #ccc;
}
body.darktheme div.sp_result_area div.sp_pagination > ul > li > a:hover {
  color: #e6e6e6;
  background-color: #020d1b;
}
body.darktheme div.sp_result_area div.sp_pagination > ul > li.pageInfoBox > a {
  color: #ccc;
}
body.darktheme div.sp_result_area div.sp_pagination > ul > li.disabled > a {
  color: #999999;
}
body.darktheme div.sp_result_area div.sp_pagination > ul > li.disabled > a:hover {
  color: #999999;
  background-color: inherit;
}
body.darktheme .sp_control_box button {
  color: #ccc;
}
body.darktheme .sp_control_box:hover {
  background-color: #020d1b;
}
body.darktheme .sp_control_box:hover button {
  background-color: #020d1b;
  opacity: 1;
}
body.darktheme .sp_control_box:hover button:hover {
  background-color: #020d1b;
  color: black;
}
body.darktheme div.sp_container_combo {
  background-color: #3c3e3d;
  border-color: #444;
}
body.darktheme ul.sp_element_box li.selected_tag {
  background-color: dodgerblue;
  color: #fff;
  box-shadow: none;
  border: none;
}
body.darktheme .thumbnail {
  background-color: #0d2136;
  border-color: #2c4c7f;
  color: #1163ae;
}
body.darktheme .btn-default:active:hover,
body.darktheme .btn-default.active:hover,
body.darktheme .open > .dropdown-toggle.btn-default:hover,
body.darktheme .btn-default:active:focus,
body.darktheme .btn-default.active:focus,
body.darktheme .open > .dropdown-toggle.btn-default:focus,
body.darktheme .btn-default:active.focus,
body.darktheme .btn-default.active.focus,
body.darktheme .open > .dropdown-toggle.btn-default.focus,
body.darktheme .btn-default {
  background-color: #0d2136;
  border-color: #2c4c7f;
  color: #1163ae;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{
  background-color: #143252;
  border-color: #2c4c7f;
  color: #1163ae;
}
body.darktheme .dropdown .btn-default,
body.darktheme .dropdown .btn-default:hover {
  background-color: #0d2136;
  border-color: #2c4c7f;
  color: #1163ae;
}
body.darktheme .dropdown-menu {
  background-color: #2c4c7f;
  color: #1163ae;
}
body.darktheme .dropdown-menu label {
  color: #c2e2ff;
}
body.darktheme .dropdown-menu > .divider {
  background-color: #143252;
}
body.darktheme .dropdown-menu > li > a {
  color: #c2e2ff;
  padding: 10px;
}
body.darktheme .dropdown-menu > li > a:hover {
  color: #e0f0ff;
  background-color: #3268ab;
}
body.darktheme.is-dialog {
  background-color: #0d2237;
  background-image:unset;
}
body.darktheme.is-dialog #main {
  background-color: #0d2237;
}
body.darktheme .layui-layer-load {
  background-color: #0d2237;
}
body.darktheme .layui-layer-fast .layui-layer-footer,
body.darktheme .layui-layer-fast .layui-layer-btn {
  background-color: #0d2237;
  border-top: 1px solid #2c4c7f;
}
body.darktheme .layui-layer {
  background-color: #0d2237;
}
body.darktheme .layui-layer-fast .layui-layer-title {
  background-color: #0d2237 !important;
  border-bottom: 1px solid #2c4c7f !important;
}
body.darktheme .layui-layer-prompt .layui-layer-input {
  background-color: #3c3e3d;
  border-color: #444;
  color: #eee;
}
body.darktheme .text-primary {
  color: #ccc;
}
body.darktheme a.title {
  color: #47a0f2;
}
body.darktheme legend {
  color: #ccc;
}
body.darktheme canvas {
  filter: invert(1) hue-rotate(180deg);
}
body.darktheme .popover {
  background-color: #2c4c7f;
  border-color: rgba(22, 136, 241, 0.1);
}
body.darktheme .popover.top > .arrow:after {
  border-top-color: rgba(22, 136, 241, 0.1);
}
body.darktheme .list-group-item {
  background-color: #2c4c7f;
  border-color: #2a2a2a;
}
@media (max-width: 991px) {
  body.darktheme .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    border-color: rgba(22, 136, 241, 0.1);
    background-color: #2c4c7f;
    box-shadow: none;
  }
}
::-webkit-scrollbar,
body.darktheme::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-thumb,
body.darktheme::-webkit-scrollbar-thumb {
  background: #2c4c7f;
}
::-webkit-scrollbar-track,
body.darktheme::-webkit-scrollbar-track {
  background: #0d2b4b;
}
body.darktheme div,
body.darktheme ul,
body.darktheme textarea {
  /* scrollbar-color: #091c30 #0d2b4b; */
    scrollbar-color: #195a9e #0d2b4b;	
}
body.darktheme div::-webkit-scrollbar,
body.darktheme ul::-webkit-scrollbar,
body.darktheme textarea::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
body.darktheme div::-webkit-scrollbar-thumb,
body.darktheme ul::-webkit-scrollbar-thumb,
body.darktheme textarea::-webkit-scrollbar-thumb {
  background: #091c30;
}
body.darktheme div::-webkit-scrollbar-track,
body.darktheme ul::-webkit-scrollbar-track,
body.darktheme textarea::-webkit-scrollbar-track {
  background: #0d2b4b;
}
body.darktheme.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
  border-left-color: #020d1b;
}
body.darktheme .well,
body.darktheme .box {
  background-color: #0d2b4b;
  border-color: #0d2b4b;
}
body.darktheme #secondnav {
  background-color: #0d2b4b;
}
body.darktheme #secondnav .nav-addtabs > li {
  background-color: #3268ab;
  border-color: #3268ab;
  color: #ccc;
}
body.darktheme #secondnav .nav-addtabs > li > a {
  color: #ccc !important;
}
body.darktheme #secondnav .nav-addtabs > li > a:hover {
  color: #ffffff !important;
}
body.darktheme #secondnav .nav-addtabs > li.active {
  background-color: #2c4c7f;
  border-color: rgba(22, 136, 241, 0.1);
}
body.darktheme #secondnav .nav-addtabs > li.active > a {
  color: #ffffff !important;
}
body.darktheme .system-message {
  background-color: #2c4c7f;
}
body.darktheme .system-message h1 {
  color: #ccc;
}
body.darktheme .wipecache li a {
  color: #ccc !important;
}
body.darktheme .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  background-color: #2c4c7f !important;
  color: #ccc !important;
}
body.darktheme .navbar-nav > .user-menu > .dropdown-menu .user-body {
  background-color: #2c4c7f;
  border-color: #2c4c7f;
  border-radius: 0;
}
body.darktheme .navbar-nav > .user-menu > .dropdown-menu .user-footer {
  background-color: #2c4c7f;
  border-color: #2c4c7f;
}
body.darktheme .control-sidebar-dark,
body.darktheme .control-sidebar-dark + .control-sidebar-bg {
  background-color: #020d1b;
}
body.darktheme #configbody h2 {
  border-bottom-color: #2c4c7f;
}
body.darktheme .exception .source-code {
  background-color: #2c4c7f;
}
body.darktheme .panel-statistics h3 {
  color: #ccc;
}
body.darktheme .panel-default {
  border-color: rgba(22, 136, 241, 0.1);
  color: #ccc;
}
body.darktheme .panel-default > .panel-heading {
  background-color: rgba(16, 38, 60, .5);
  border-color: #2c4c7f;
  color: #ffffff;
}
body.darktheme .main-header {
  background: none;
}
body.darktheme .main-header .navbar .navbar-nav > li > a {
  border-right: none;
}
body.darktheme .main-header .navbar .navbar-custom-menu .navbar-nav > li > a,
body.darktheme .main-header .navbar .navbar-right > li > a {
  border-left: none;
  border-right-width: 0;
  color: #aecaf5;
  line-height: 50px;
  font-size: 18px;
}
body.darktheme .navbar-nav > .user-menu .userName span {
  background: url('/assets/img/dark/userinfo_bg.png') no-repeat ;
  display: inline-block;
  width: 150px;
  background-position-y: 8px;
  height: 50px;
  text-align: center;
}
body.darktheme .navbar-nav > .user-menu .userName .down {
  background: url('/assets/img/dark/down.png') no-repeat ;
  display: inline-block;
  width: 13px;
  height: 15px;
  background-position-y: 3px;
  text-align: center;
}
body.darktheme .navbar-nav > .user-menu .user-image{
  width: 50px;
  height: 52px;
  margin-right: 0;
}
body.darktheme .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img{
  border: none;
}
select.form-control {
    padding-right: 25px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-size: 12px 6px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA0ElEQVR4AYyLMQ6CMBiFf5gcHRw9g3dg9wSewUVPwOgNPAoDi0NPwWQcdAGL2NYWmiCvgynaEEk+8ve998W7vN/s8z79B2zJ+2JtKDMtWd0STeE2w9ZzKT6uIy6VZkJpmgIbbEcyHufFjDVK80YoCjJ02GDrE+NxSiJbPmVWD3IIdNhg6+NkBGy7LCopilII8kGGDptvPjKKR91llXjZu1QEcCNDF2IkXw4rfpOSXZUigBtZSEQ2khHQ3DLShjtwuzD8+5XTxFJnMgfusOfSNwAAAP//tFAjLQAAAAZJREFUAwARnOSVELlLIwAAAABJRU5ErkJggg==);
}
@media (max-width: 767px) {
  body.darktheme .main-header .navbar {
    background-color: #0c0c0c;
  }
  body.darktheme .main-header .navbar .nav > li > a {
    color: #fff;
  }
  body.darktheme .main-header .navbar .nav > li > a:hover,
  body.darktheme .main-header .navbar .nav > li > a:active,
  body.darktheme .main-header .navbar .nav > li > a:focus,
  body.darktheme .main-header .navbar .nav .open > a,
  body.darktheme .main-header .navbar .nav .open > a:hover,
  body.darktheme .main-header .navbar .nav .open > a:focus,
  body.darktheme .main-header .navbar .nav > .active > a {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
  }
  body.darktheme .main-header .navbar .nav-addtabs li > .close-tab {
    color: #f6f6f6;
  }
  body.darktheme .main-header .navbar .sidebar-toggle {
    color: #fff;
  }
  body.darktheme .main-header .navbar .sidebar-toggle:hover {
    color: #f6f6f6;
    background: rgba(0, 0, 0, 0.1);
  }
}
body.darktheme .main-header .logo {
  background-color: transparent;
  color: #fff;
  border-bottom: 0 solid transparent;
  border-right: none;
  width: auto;
  height: auto;
  line-height: 80px;
}
body.darktheme .main-header .logo:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-nav > li > a{
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  body.darktheme .main-header .logo {
    color: #fff;
    border-bottom: 0 solid transparent;
    border-right: none;
  }
  body.darktheme .main-header .logo:hover {
  }
}
body.darktheme .main-header li.user-header {
  background-color: #0c0c0c;
}
body.darktheme .main-header .nav-addtabs > li > a,
body.darktheme .main-header .nav-addtabs > li.active > a {
  border-right-color: transparent;
}
body.darktheme .content-header {
  background: transparent;
  box-shadow: none;
}
body.darktheme .wrapper,
body.darktheme .main-sidebar,
body.darktheme .left-side {
  background-color: transparent;
}
body.darktheme .user-panel > .info,
body.darktheme .user-panel > .info > a {
  color: #fff;
}
body.darktheme .sidebar-menu > li {
  margin: 0 0 5px 0;
}
body.darktheme .sidebar-menu .treeview-menu {
  padding-left: 3px;
}
body.darktheme .sidebar-menu > li.header {
  color: rgba(22, 136, 241, 0.1);
  background: #020202;
}
body.darktheme .sidebar-menu > li:hover > a,
body.darktheme .sidebar-menu > li.active > a {
  color: #fff;
  background: #070707;
  border-left-color: #fff;
  letter-spacing: 2px;
}
body.darktheme .sidebar-menu > li > .treeview-menu {
  background: #031630;
  padding: 0 5px;
}
body.darktheme .sidebar-menu > li > .treeview-menu li{
  border-bottom: 1px solid #2c4c7f;
}
body.darktheme .sidebar-menu > li > .treeview-menu li:last-child{
  border-bottom: 0 none;
}
body.darktheme .sidebar a:hover {
  text-decoration: none;
}

body.darktheme .sidebar-form {
  border-radius: 3px;
  border: 1px solid #020d1b;
  background-color: #020d1b;
  margin: 10px 10px;
}
body.darktheme .sidebar-form input[type="text"],
body.darktheme .sidebar-form .btn {
  box-shadow: none;
  background-color: #020d1b;
  border: 1px solid transparent;
  height: 35px;
}
body.darktheme .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
body.darktheme .sidebar-form input[type="text"]:focus,
body.darktheme .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
body.darktheme .sidebar-form input[type="text"]:focus + .input-group-btn {
  background: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
body.darktheme .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
body.darktheme .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
body.darktheme .treeview-menu > li > a {
  padding-left: 18px;
  color: #8da9e9;
  letter-spacing: 2px;
  text-indent: 28px;
}
body.darktheme .treeview-menu > li > a > i {
  display: none;
}
body.darktheme .treeview-menu > li > a:hover {
  color: #4267ac;
}
body.darktheme .treeview-menu > li.active > a {
  background-color: #031630;
  color: #61dffe;
}
body.darktheme .sidebar-menu > li > a {
  color: #cfdffc;
  background-color: #11233e;
  background-image: linear-gradient(to right, #11233e, #0e1d39);
  border-top-left-radius: none;
  position: relative;
  border-bottom: 1px solid #2c4c7f;
  letter-spacing: 2px;
  margin-left: 10px;
}

body.darktheme .sidebar-menu > li > a:before,
body.darktheme .sidebar-menu > li.active > a:before {
  content: '';
  height: 47px;
  width: 3px;
  background-color: #4576d2;
  left: -10px;
  top: 0;
  display: block;
  position: absolute;
}
body.darktheme .sidebar-menu li.treeview:hover > a,
.skin-black-blue .sidebar-menu li.treeview.active > a, .skin-black-blue .sidebar-menu li.treeview.treeview-open > a,
body.darktheme .sidebar-menu > li.active > a,
body.darktheme .sidebar-menu > li:hover > a
 {
  color: #cfdffc;
  background-color: #2a4065;
  background-image: linear-gradient(to right, #2a4065, #203460);
  position: relative;
  border-bottom: 1px solid #5f81ca;
}
body.darktheme .sidebar-menu li.treeview > a{
  color: #cfdffc;
  background: #091f3e;
  border-top-left-radius: none;
  position: relative;
  border-bottom: 1px solid #5f81ca;
}
/* body.darktheme .sidebar-menu li.treeview.active > a,
body.darktheme .sidebar-menu li.treeview.treeview-open > a {
  background-color: #191919;
  border-left-color: #191919;
} */
body.darktheme .sidebar-menu .treeview-menu {
  padding-left: 0;
}
body.darktheme .sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 0;
}
body.darktheme .sidebar-menu .treeview-menu .treeview-menu > li > a {
  padding-left: 30px;
}
body.darktheme .sidebar-menu .treeview-menu li.treeview > a {
  background: transparent;
  border-left-color: transparent;
}
body.darktheme.sidebar-collapse .sidebar-menu li:hover > a,
body.darktheme.sidebar-collapse .sidebar-menu li.active > a {
  color: #cfdffc;
  background: #4e73df;
}
body.darktheme.sidebar-collapse .sidebar-menu .treeview-menu li.active > a {
  color: #cfdffc;
  background: #4e73df;
}
body.darktheme.sidebar-collapse .sidebar-menu .treeview-menu li.treeview > a {
  background: transparent;
  border-left-color: transparent;
}
@media (max-width: 767px) {
  body.darktheme.multiplenav .sidebar .mobilenav a.btn-app {
    background: #020d1b;
    color: #fff;
  }
  body.darktheme.multiplenav .sidebar .mobilenav a.btn-app.active {
    background: #4e73df;
    color: #fff;
  }
}
body.darktheme .box-comments {
  background-color: #2a2a2a;
}
body.darktheme .nav-tabs-custom {
  background-color: #020d1b;
}
body.darktheme .nav-tabs-custom > .nav-tabs > li > a,
body.darktheme .nav-tabs-custom > .nav-tabs > li.header {
  color: #ccc;
}
body.darktheme .nav-tabs-custom > .tab-content {
  background-color: #2c4c7f;
}
body.darktheme .box-header {
  color: #ccc;
}
body.darktheme .box-header.with-border {
  border-bottom-color: rgba(22, 136, 241, 0.1);
}
body.darktheme .box-footer {
  background-color: #2c4c7f;
  border-color: #020d1b;
}
body.darktheme .box-comments .box-comment:first-of-type {
  border-color: rgba(22, 136, 241, 0.1);
}
body.darktheme .box-comments .username,
body.darktheme .box-comments .comment-text {
  color: #ccc;
}
body.darktheme .nav-stacked > li > a {
  color: #ccc;
}
body.darktheme .attachment-block {
  background-color: #274557;
  border-color: #274557;
  color: #ccc;
}
body.darktheme .attachment-block .attachment-text {
  color: #ccc;
}
body.darktheme .info-box {
  background-color: #274557;
}
body.darktheme .main-sidebar, body.darktheme .left-side{
  padding-top: 100px;
  left: 15px;
}
body.darktheme.fixed .content-wrapper, body.darktheme.fixed .right-side{
  padding-top: 85px;
  margin-left: 260px;
}
/* body.darktheme .slimScrollDiv {
  height: calc(100% - 40px) !important;
} */
body.darktheme .sidebar {
  height: 95% !important;
  background-color: rgba(16, 38, 60, .5) !important;
  border-bottom: 1px solid #265092;
}
body.darktheme .sidebar-menu > li > a > .fa.fa-fw:before {
  content: '';
  background: url('/assets/img/dark/sq0.png') no-repeat;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  left: 10px;
  top: 8px;
}
body.darktheme .sidebar-menu > li.active > a > .fa.fa-fw:before {
  background: url('/assets/img/dark/sq.png') no-repeat;
}
.sidebar-menu li.treeview-open > a > .fa-angle-left, .sidebar-menu li.treeview-open > a > .pull-right-container > .fa-angle-left {
transform: rotate(0deg);
}
body.darktheme .sidebar-menu li > a > .fa-angle-left:before,
body.darktheme .sidebar-menu li > a > .pull-right-container > .fa-angle-left:before{
  content: '';
  background: url('/assets/img/dark/up.png') no-repeat;
  width: 12px;
  height: 10px;
  display: block;
  position: absolute;
  left: -8px;
  top: 0;
}
body.darktheme .sidebar-menu li.active > a > .fa-angle-left:before,
body.darktheme .sidebar-menu li.active > a > .pull-right-container > .fa-angle-left:before{
  top: -13px;
}
body.darktheme .sidebar-menu li.treeview-open > a > .fa-angle-left:before,
body.darktheme .sidebar-menu li.treeview-open > a > .pull-right-container > .fa-angle-left:before{
  content: '';
  background: url('/assets/img/dark/down.png') no-repeat;
  width: 12px;
  height: 10px;
  display: block;
  position: absolute;
  left: -8px;
  top: -13px;
}
body.darktheme #firstnav {
  position: relative;
  height: 80px;
  z-index: 6;
}
body.darktheme .ani-light-box{
  height: 68px;
  position: absolute;
  bottom: -34px;
}
body.darktheme .ani-light {
  background: url(/assets/img/dark/light.png);
  background-size: 150% 100%;
  height: 68px;
  position: absolute;
  width: 100%;
  bottom: -34px;
  z-index: 1;
  left: 0;
  /* left: 0; */
  /* animation: moveGlow 10s linear infinite;
  left: 100%; */
}
body.darktheme .ani-light:nth-child(2) {
  animation: move 10s linear infinite;
  animation-delay: -5s;
}
/* 循环动画，首尾相接 */
@keyframes moveGlow {
  0% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: -100%;
  }
}

body.darktheme .form-control::-moz-placeholder {
    color: #6f97b3;
    opacity: 1;
}

body.darktheme .form-control:-ms-input-placeholder {
    color: #6f97b3;
}

body.darktheme .form-control::-webkit-input-placeholder {
    color: #6f97b3;
}