/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  height: 100vh;
}
#app .gl-loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(93, 94, 95, 0.77);
}
.main {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/assets/css/reset.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-decoration: none;
  outline: none;
  font-family: PingFang SC, Hiragino Sans GB, Arial, Microsoft YaHei, Verdana, Roboto, Noto, Helvetica Neue, sans-serif;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
button,
select,
textarea {
  outline: none;
}

textarea {
  resize: none;
}
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/assets/css/common.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html,
body {
  font-size: 14px;
}

:root {
  --el-form-label-font-size: 14px;
}

.flex {
  display: flex;
}

.flex-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-vc {
  display: flex;
  align-items: center;
}

.flex-hc {
  display: flex;
  justify-content: center;
}

.text-over-hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.split-line {
  width: 100%;
  height: 1px;
  background-color: #b0d5f9;
  margin: 20px 0px;
  display: block;
}

.tk-btn {
  text-align: center;
  padding: 8px 10px;
  background: linear-gradient(315deg, #6772FF 0, #00F9E5 100%);
  color: #fff;
  border-radius: 4px;
}
.tk-btn:active {
  background: #fcdd52;
}
.tk-btn i {
  margin-right: 5px;
}

.hz-message-box.el-message-box .el-button {
  width: 84px;
}

.hz-footer-button-box {
  width: 100%;
  min-width: 300px;
  display: flex;
  justify-content: center;
}
.hz-footer-button-box .el-button {
  width: 84px;
}

.search-form.el-form {
  padding: 0;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.search-form.el-form > * {
  display: inline-flex;
  vertical-align: middle;
}
.search-form.el-form .el-form-item {
  margin-bottom: 12px;
  margin-right: 24px;
}
.search-form.el-form .el-form-item .el-form-item__content {
  width: 200px;
}

#app ~ div .el-table, #app .el-table {
  color: rgba(0, 0, 0, 0.65);
}
#app ~ div .el-table.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell, #app .el-table.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: #ddf8fe;
}
#app ~ div .el-table thead, #app .el-table thead {
  color: #000;
}
#app ~ div .el-table thead th, #app .el-table thead th {
  font-weight: 500;
}
#app ~ div .el-table thead th.el-table__cell, #app .el-table thead th.el-table__cell {
  background-color: rgb(214, 236, 251);
}
#app ~ div .el-table .el-table__cell, #app .el-table .el-table__cell {
  padding: 10px 0px;
}
#app ~ div .el-button:not(.is-link), #app .el-button:not(.is-link) {
  padding: 8px 24px;
}

.el-form .el-select, .el-form .el-input {
  width: 200px;
}

.fixed-label-width .el-form-item__label {
  width: 100px;
}

.el-input.el-input-money .el-input__wrapper {
  padding: 0px 5px;
}
.el-input.el-input-money .el-input__inner {
  height: 26px;
  line-height: 26px;
}

.hx-pagination-box {
  margin-top: 20px;
}

.dialog-footer.my-dialog-foot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.search-btn-block > button {
  margin-bottom: 12px;
  margin-right: 12px;
}
.search-btn-block .el-button + .el-button {
  margin-left: 0px;
}

.my-dialog-form .el-form-item {
  display: flex;
  justify-content: center;
}
.my-dialog-form .el-form-item .el-form-item__content {
  flex: unset;
}

.el-dialog__header {
  margin-right: 0px !important;
  border-bottom: 1px solid #b3cbf7;
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-thumb {
  /*// 滑块颜色*/
  background: #ccc;
  border-radius: 5px;
}

/* // 兼容Firefox、IE */
* {
  scrollbar-width: 10px;
  scrollbar-base-color: green;
  scrollbar-track-color: red;
  scrollbar-arrow-color: blue;
}
