@charset "utf-8";
:root {
  --min-width: 1400px;
}

@font-face {
  font-family: 'sy-text';
  font-style: normal;
  font-weight: normal;
  src: url('https://zjgy.ev-image.com:8056/fonts/syht.otf');
}

@font-face {
  font-family: 'ys-title';
  font-style: normal;
  font-weight: normal;
  src: url('https://zjgy.ev-image.com:8056/fonts/ys-title.ttf');
}

html,
body,
body div,
span,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  background: transparent;
}

html,
body {
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333333;
  font-family: 'sy-text';
  height: 100%;
  /*overflow: auto;*/
  overflow: hidden;
  box-sizing: border-box;
  min-width: var(--min-width);
  overflow-x: auto;
}

#g-loading {
  position: fixed;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

a,
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #1f76eb;
}

ul {
  list-style: none;
}

.d-login-wrapper {
  background: url('../image/bg.jpg') no-repeat;
  height: 100%;
  background-size: cover;
}
.d-login-form {
  background: #fff;
  width: 640px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -250px;
  padding: 50px;
}
.d-login-form .d-title {
  font-size: 30px;
  margin-bottom: 40px;
}
.d-login-form .d-l-label {
  font-size: 16px;
  margin-bottom: 10px;
}
.d-login-form .d-l-input {
  height: 40px;
  line-height: 40px;
  background-color: #ebebeb;
  width: 100%;
  text-indent: 1em;
  border: none;
}
.d-login-form .d-l-input:focus {
  outline: 1px solid #4d55c5;
  background: #fff;
}
.d-login-form .d-l-input:focus:hover {
  border-color: 1px solid #4d55c5;
}
.d-login-form .d-l-btn {
  color: #fff;
  background-color: #00688f;
  text-align: center;
  border: none;
  width: 100%;
  height: 50px;
  font-size: 18px;
  cursor: pointer;
}

.d-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.d-header {
  /* background: url(../../image/home/header-bg.png) no-repeat; */
  background-size: 100% 100%;
  /* height: 170px; */
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  min-width: var(--min-width);
}

.d-logo {
  background: url(../image/logo.png) no-repeat 30px 50%;
  padding: 0 0 0 230px;
  float: left;
  line-height: 60px;
}
.d-logo1 {
  font-family: 'Microsoft YaHei Bold';
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.03px;
  text-align: left;
  color: #fff;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
.d-logo2 {
  background: url(../image/logo.png) no-repeat 10px;
  height: 100px;
  padding-top: 15px;
  width: 613px;
}
.d-header-nav {
  /* float: left; */
  /* margin-right: 500px; */
  /* margin: 0 auto; */
  display: flex;
  justify-content: center;
  height: 50px;
  line-height: 50px;
  background: url(../../image/home/menu-bg.png) no-repeat;
}
.d-header-nav li {
  float: left;
  /* width: 160px; */
  letter-spacing: 2px;
  text-align: center;
  padding: 0 30px;
}
.d-header-nav li a {
  line-height: 50px;
  position: relative;
  /* width: 150px; */
  cursor: pointer;
  font-family: 'Microsoft YaHei';
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  /* opacity: 0.75; */
}
/* .d-header-nav li a:hover, */
.d-header-nav li.d-active {
  color: #40b2ea;
  /* width: 160px; */
  height: 49px;
  line-height: 49px;
  background: url(../../image/home/menu-item-select.png) no-repeat;
  background-size: 100% 100%;
  /* text-decoration: underline;
  text-underline-offset: 5px; */
  /* opacity: 0.95; */
}
.d-header-nav li.d-active a {
  color: #1e9fdc;
}
.d-main {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 0.2s;
  overflow: auto;
  min-width: var(--min-width);
}
.d-main-iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 0.2s;
  overflow: hidden;
}
.d-main-sidemenu {
  left: 200px;
}

.d-header-right {
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 40px;
  padding-right: 20px;
  color: #fff;
  font-size: 16px;
}

.d-header-right > div {
  float: left;
}

.d-nav-icon {
  position: relative;
  color: #e3e4f4;
  cursor: pointer;
  padding: 15px;
  font-size: 18px;
}

.d-aside {
  width: 200px;
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 0;
  transition: all 0.2s;
  z-index: 999;
  background: #fff;
  overflow-x: hidden;
}
.d-aside::after {
  content: '';
  position: absolute;
  width: 1px;
  background: #f0f0f0;
  right: 0;
  top: 0;
  bottom: 0;
}
.d-aside-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.d-aside-nav {
  display: none;
}
.d-aside-nav.d-active {
  display: block;
}
.d-aside-title {
  font-size: 16px;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  white-space: nowrap;
  font-weight: 700;
  border-bottom: 1px solid #f9f9f9;
}

.d-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 10px;
  box-sizing: content-box;
}
.d-nav a {
  display: block;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.d-nav a:hover {
  background: #f5f5f5;
}
.d-nav > li.d-active > a {
  color: #4b56ea;
}

.d-nav > li > a {
  position: relative;
  padding: 5px 0 5px 20px;
}
.d-nav > li > ul > li a {
  padding: 5px 0 5px 32px;
}
.d-nav > li > ul > li a::before {
  content: '';
  background-color: #888;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
  margin-top: 6px;
}
.d-nav > li > ul > li.d-active a {
  color: #4d55c5;
}

.d-icon {
  padding-right: 10px;
  font-size: 18px;
}
.d-icon-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  display: block;
  font-size: 18px;
}

/*page*/
.d-page {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
}
.d-page-header {
  padding: 10px 20px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.d-page-toolbar {
  background: #ffffff;
  margin: 10px 10px 0px 10px;
  padding: 10px;
}
.d-page-body {
  background: #ffffff;
  flex: auto;
  margin: 0px 10px 10px 10px;
  padding: 0px 10px 10px 10px;
  overflow: auto;
}

.d-page-body-notoolbar {
  background: #ffffff;
  flex: auto;
  margin: 10px 10px 10px 10px;
  padding: 10px;
  overflow: auto;
}

/*quasar*/
:root {
  --q-primary: #4d55c5;
  --q-negative: #c7000b;
}
.q-table th {
  font-weight: 900;
  font-size: 14px;
  user-select: none;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/*
.q-field--dense .q-field__control, .q-field--dense .q-field__marginal {
    height: 36px;
}*/

.q-field__control {
  height: 48px;
}

.q-field__marginal {
  height: 48px;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.q-field__bottom {
  padding: 4px 0 0 0;
}

.q-dialog__inner--minimized > div {
  max-width: 100%;
}

.q-dialog__backdrop {
  background-color: rgba(51, 51, 51, 0.7);
}

.q-toolbar__title {
  font-size: 14px;
  font-weight: 700;
}

.q-textarea .q-field__native {
  resize: none;
  padding-top: 5px;
  min-height: 52px;
}

/* 修改滚动条样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
