body {
  font-size: 14px;
  height: 100%;
}
.app-main {
  min-height: calc(100vh - 50px);
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.flex-row-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-row-around-center {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.flex-row-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-row-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-column-start-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.flex-column-between-center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.mt-5 {
  margin-top: 0.3125rem;
}
.mt-10 {
  margin-top: 0.625rem;
}
.mt-15 {
  margin-top: 0.9375rem;
}
.mb-5 {
  margin-bottom: 0.3125rem;
}
.mb-10 {
  margin-bottom: 0.625rem;
}
.mb-15 {
  margin-bottom: 0.9375rem;
}
.mr-5 {
  margin-right: 0.3125rem;
}
.mr-10 {
  margin-right: 0.625rem;
}
.ml-5 {
  margin-left: 0.3125rem;
}
.ml-10 {
  margin-left: 0.625rem;
}
.pd-5 {
  padding: 0.3125rem;
}
.pd-10 {
  padding: 0.625rem;
}
.pd-15 {
  padding: 0.9375rem;
}
.pt-5 {
  padding-top: 0.3125rem;
}
.pb-5 {
  padding-bottom: 0.3125rem;
}
.pt-10 {
  padding-top: 0.625rem;
}
.pb-10 {
  padding-bottom: 0.625rem;
}
.pr-10 {
  padding-right: 0.625rem;
}
.pl-10 {
  padding-left: 0.625rem;
}
.pt-15 {
  padding-top: 0.9375rem;
}
.pb-15 {
  padding-bottom: 0.9375rem;
}
.pr-15 {
  padding-right: 0.9375rem;
}
.pl-15 {
  padding-left: 0.9375rem;
}
.color-white {
  color: #ffffff;
}
.color-grey {
  color: #a5a3a3;
}
.color-success {
  color: #4cd964;
}
.color-primary {
  color: #007aff;
}
.color-warning {
  color: #f0ad4e;
}
.color-error {
  color: #dd524d;
}
.color-custom {
  color: #308bff;
}
.navbar[data-v-d16d6306] {
  height: 5.5rem;
  overflow: hidden;
  position: relative;
  background: url(../../static/img/nav_bg.6cd1d675.png) no-repeat;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 21, 41, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .nav_content[data-v-d16d6306] {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  max-width: 100%;
}
.left-part[data-v-d16d6306] {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
}
.left-part .logo-link[data-v-d16d6306] {
  color: #fff;
}
.left-part .logo-link[data-v-d16d6306]:hover {
  cursor: pointer;
}
.left-part .logo-link .logo-part[data-v-d16d6306] {
  margin-right: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
}
.left-part .logo-link .logo-part .logo[data-v-d16d6306] {
  width: 5.1875rem;
  padding-bottom: 0.3125rem;
}
.left-part .logo-link .logo-part .split-line[data-v-d16d6306] {
  opacity: 0.55;
  height: 1.9375rem;
  border-left: 0.0625rem solid #fff;
  margin: 0 0.875rem;
}
.left-part .logo-link .logo-part .logo-desc[data-v-d16d6306] {
  color: #fff;
  opacity: 1;
}
.left-part .nav-list[data-v-d16d6306] {
  min-width: 30.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.left-part .nav-list .nav-item[data-v-d16d6306] {
  margin: 0 1.25rem;
  color: #fff;
  opacity: 0.55;
  height: 100%;
  line-height: 5.5rem;
  font-size: 1rem;
}
.left-part .nav-list .nav-item[data-v-d16d6306]:hover {
  color: #ffff;
  opacity: 1;
}
.left-part .nav-list .active[data-v-d16d6306] {
  color: #ffff;
  opacity: 1;
}
.right-part[data-v-d16d6306] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  font-size: 1rem;
}
.right-part .split-line[data-v-d16d6306] {
  opacity: 0.55;
  height: 1.25rem;
  border-left: 0.0625rem solid #fff;
  margin: 0 0.875rem;
}
.right-part .login[data-v-d16d6306] {
  margin-right: 1.25rem;
  color: #fff;
  opacity: 0.55;
}
.right-part .login[data-v-d16d6306]:hover {
  cursor: pointer;
}
.nav_btn[data-v-d16d6306] {
  white-space: nowrap;
  color: #fff;
  opacity: 0.55;
  line-height: 1;
}
.nav_btn[data-v-d16d6306]:hover {
  cursor: pointer;
  opacity: 1;
}
.nav-avator .user-btn[data-v-d16d6306] {
  display: inline-flex;
  height: 100%;
  text-align: center;
  cursor: pointer;
  justify-items: flex-start;
  align-items: center;
  padding-top: 0.0625rem;
}
.nav-avator .user-btn img[data-v-d16d6306] {
  width: 2rem;
  height: 2rem;
  display: block;
}
.nav-avator .user-btn .username[data-v-d16d6306] {
  color: #d8d8d8;
  display: inline-flex;
  text-align: left;
  margin-left: 0.625rem;
  flex-direction: flex-start;
  align-items: center;
}
.user-container .user-center[data-v-d16d6306] {
  cursor: pointer;
  line-height: 2;
}
.user-container .logout-btn[data-v-d16d6306] {
  cursor: pointer;
  line-height: 2;
}
.user-container .link[data-v-d16d6306]:hover {
  color: #308bff;
}

.app-main[data-v-078753dd] {
  /*60 = navbar  */
  min-height: calc(100vh - 5.5rem);
  width: 100%;
  position: relative;
  overflow: auto;
}
.fixed-header + .app-main[data-v-078753dd] {
  padding-top: 5.5rem;
}

.footer[data-v-f1ae6012] {
  background: #14172c;
}
.footer .footer-conter[data-v-f1ae6012] {
  padding-top: 4.375rem;
  padding-bottom: 3.75rem;
}
.footer .footer-conter .footer-title[data-v-f1ae6012] {
  display: flex;
  align-items: center;
}
.footer .footer-conter .footer-title span[data-v-f1ae6012] {
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
}
.footer .footer-conter .footer-title .line[data-v-f1ae6012] {
  border-right: 0.0625rem solid #acacac;
  height: 1.5rem;
  margin: 0 1rem;
}
.footer .footer-conter .footer-title i[data-v-f1ae6012] {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
.footer .footer-conter .company-info[data-v-f1ae6012] {
  margin-top: 2.8125rem;
  display: flex;
  justify-content: space-between;
}
.footer .footer-conter .company-info .left[data-v-f1ae6012] {
  width: 48.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 0.0625rem solid #d8d8d8;
}
.footer .footer-conter .company-info .left div[data-v-f1ae6012] {
  height: 2.875rem;
  display: flex;
  align-items: center;
}
.footer .footer-conter .company-info .left div img[data-v-f1ae6012] {
  width: 1.125rem;
  margin-right: 0.625rem;
}
.footer .footer-conter .company-info .left div span[data-v-f1ae6012] {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}
.footer .footer-conter .company-info .right[data-v-f1ae6012] {
  width: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-conter .company-info .right .qr[data-v-f1ae6012] {
  position: relative;
}
.footer .footer-conter .company-info .right .qr span[data-v-f1ae6012] {
  position: absolute;
  top: -1.875rem;
  text-align: center;
  width: 100%;
  color: #ffffff;
}
.footer .footer-conter .company-info .right .qr img[data-v-f1ae6012] {
  width: 8.375rem;
  height: 8.375rem;
}
.fixed-header[data-v-13877386] {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}

.sub-el-icon[data-v-f8fde194] {
  color: currentColor;
  width: 1em;
  height: 1em;
}

[data-v-71667e42] .el-main {
  padding: 0;
}
[data-v-71667e42] .el-menu {
  border: none;
  width: 15rem;
}
[data-v-71667e42] .el-menu-item {
  text-align: center;
  font-size: 1rem;
  height: 3.375rem;
  line-height: 3.375rem;
}
[data-v-71667e42] .el-menu-item.is-active {
  background-color: #eef6ff !important;
}
@charset "UTF-8";
/* fade */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.28s;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

/* fade-transform */
.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all 0.5s;
}

.fade-transform-enter {
  opacity: 0;
  transform: translateX(-30px);
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translateX(30px);
}

/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all 0.5s;
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translateX(20px);
}

.breadcrumb-move {
  transition: all 0.5s;
}

.breadcrumb-leave-active {
  position: absolute;
}

.el-breadcrumb__inner,
.el-breadcrumb__inner a {
  font-weight: 400 !important;
}

.el-upload input[type=file] {
  display: none !important;
}

.el-upload__input {
  display: none;
}

.el-dialog {
  transform: none;
  left: 0;
  position: relative;
  margin: 0 auto;
}

.upload-container .el-upload {
  width: 100%;
}
.upload-container .el-upload .el-upload-dragger {
  width: 100%;
  height: 200px;
}

.el-dropdown-menu a {
  display: block;
}

.el-range-separator {
  box-sizing: content-box;
}

.search-form .el-button {
  width: 120px;
}
.search-form .el-select {
  width: 100%;
}
.search-form .el-date-editor--daterange.el-input__inner {
  width: 100%;
}

.table .el-button {
  margin-right: 10px;
}

.btn-dialog {
  display: flex;
  justify-content: space-around;
}
.btn-dialog .el-button {
  width: 100px;
}

* {
  padding: 0;
  margin: 0;
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

label {
  font-weight: 700;
}

html {
  height: 100%;
  box-sizing: border-box;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

#app {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

i {
  font-style: normal;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  border-radius: 6px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.2);
}

.main-container {
  background-color: #fff;
}

.app-container {
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1439px) {
  .app-container {
    width: 80rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .app-container {
    width: 78.75rem;
  }
}
@media (min-width: 1920px) {
  .app-container {
    width: 87.5rem;
  }
}
.sub-navbar {
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  transition: 600ms ease position;
  background: linear-gradient(90deg, #20b6f9 0%, #20b6f9 0%, #2178f1 100%, #2178f1 100%);
}
.sub-navbar .subtitle {
  font-size: 20px;
  color: #fff;
}
.sub-navbar.draft {
  background: #d0d0d0;
}
.sub-navbar.deleted {
  background: #d0d0d0;
}
