.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

:root {
  --el-color-white: #ffffff;
  --el-color-black: #000000;
  --el-color-primary: #0062A8;
  --el-color-primary-light-1: #1a72b1;
  --el-color-primary-light-2: #3381b9;
  --el-color-primary-light-3: #4d91c2;
  --el-color-primary-light-4: #66a1cb;
  --el-color-primary-light-5: #80b1d4;
  --el-color-primary-light-6: #99c0dc;
  --el-color-primary-light-7: #b3d0e5;
  --el-color-primary-light-8: #cce0ee;
  --el-color-primary-light-9: #e6eff6;
  --el-color-success: #67c23a;
  --el-color-success-light: #e1f3d8;
  --el-color-success-lighter: #f0f9eb;
  --el-color-warning: #e6a23c;
  --el-color-warning-light: #faecd8;
  --el-color-warning-lighter: #fdf6ec;
  --el-color-danger: #f56c6c;
  --el-color-danger-light: #fde2e2;
  --el-color-danger-lighter: #fef0f0;
  --el-color-error: #f56c6c;
  --el-color-error-light: #fde2e2;
  --el-color-error-lighter: #fef0f0;
  --el-color-info: #909399;
  --el-color-info-light: #e9e9eb;
  --el-color-info-lighter: #f4f4f5;
  --el-bg-color-base: #f5f7fa;
  --el-border-width-base: 1px;
  --el-border-style-base: solid;
  --el-border-color-hover: var(--el-text-color-placeholder);
  --el-border-base: var(--el-border-width-base) var(--el-border-style-base) var(--el-border-color-base);
  --el-svg-monochrome-grey: #dcdde0;
  --el-fill-base: var(--el-color-white);
  --el-font-size-extra-large: 20px;
  --el-font-size-large: 18px;
  --el-font-size-medium: 16px;
  --el-font-size-base: 14px;
  --el-font-size-small: 13px;
  --el-font-size-extra-small: 12px;
  --el-font-weight-primary: 500;
  --el-font-line-height-primary: 24px;
  --el-text-color-disabled-base: #bbb;
  --el-index-normal: 1;
  --el-index-top: 1000;
  --el-index-popper: 2000;
  --el-text-color-primary: #303133;
  --el-text-color-regular: #606266;
  --el-text-color-secondary: #909399;
  --el-text-color-placeholder: #c0c4cc;
  --el-border-color-base: #dcdfe6;
  --el-border-color-light: #e4e7ed;
  --el-border-color-lighter: #ebeef5;
  --el-border-color-extra-light: #f2f6fc;
  --el-border-radius-base: 4px;
  --el-border-radius-small: 2px;
  --el-border-radius-round: 20px;
  --el-border-radius-circle: 100%;
  --el-box-shadow-base: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
  --el-box-shadow-light: 0 2px 12px 0 rgba(0, 0, 0, .1);
  --el-disabled-bg-color: var(--el-bg-color-base);
  --el-disabled-text-color: var(--el-text-color-placeholder);
  --el-disabled-border-color: var(--el-border-color-light);
  --el-transition-duration: .3s;
  --el-transition-duration-fast: .2s;
  --el-transition-function-ease-in-out-bezier: cubic-bezier(.645, .045, .355, 1);
  --el-transition-function-fast-bezier: cubic-bezier(.23, 1, .32, 1);
  --el-transition-all: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
  --el-transition-fade: opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
  --el-transition-md-fade: transform var(--el-transition-duration) var(--el-transition-function-fast-bezier), opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
  --el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear;
  --el-transition-border: border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
  --el-transition-color: color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier)
}

.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
  transition: var(--el-transition-fade-linear)
}

.fade-in-linear-enter-from,
.fade-in-linear-leave-to {
  opacity: 0
}

.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
  transition: var(--el-transition-fade-linear)
}

.el-fade-in-linear-enter-from,
.el-fade-in-linear-leave-to {
  opacity: 0
}

.el-fade-in-enter-active,
.el-fade-in-leave-active {
  transition: all var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

.el-fade-in-enter-from,
.el-fade-in-leave-active {
  opacity: 0
}

.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
  transition: all var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

.el-zoom-in-center-enter-from,
.el-zoom-in-center-leave-active {
  opacity: 0;
  transform: scaleX(0)
}

.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: var(--el-transition-md-fade);
  transform-origin: center top
}

.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
  transform-origin: center bottom
}

.el-zoom-in-top-enter-from,
.el-zoom-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0)
}

.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: var(--el-transition-md-fade);
  transform-origin: center bottom
}

.el-zoom-in-bottom-enter-from,
.el-zoom-in-bottom-leave-active {
  opacity: 0;
  transform: scaleY(0)
}

.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
  opacity: 1;
  transform: scale(1);
  transition: var(--el-transition-md-fade);
  transform-origin: top left
}

.el-zoom-in-left-enter-from,
.el-zoom-in-left-leave-active {
  opacity: 0;
  transform: scale(.45)
}

.collapse-transition {
  transition: var(--el-transition-duration) height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out
}

.horizontal-collapse-transition {
  transition: var(--el-transition-duration) width ease-in-out, var(--el-transition-duration) padding-left ease-in-out, var(--el-transition-duration) padding-right ease-in-out
}

.el-list-enter-active,
.el-list-leave-active {
  transition: all 1s
}

.el-list-enter-from,
.el-list-leave-active {
  opacity: 0;
  transform: translateY(-30px)
}

.el-opacity-transition {
  transition: opacity var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

.el-icon-loading {
  animation: rotating 2s linear infinite
}

.el-icon--right {
  margin-left: 5px
}

.el-icon--left {
  margin-right: 5px
}

@keyframes rotating {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.el-icon {
  --color: inherit;
  --font-size: 14px;
  height: 1em;
  width: 1em;
  line-height: 1em;
  text-align: center;
  display: inline-block;
  position: relative;
  fill: currentColor;
  color: var(--color);
  font-size: var(--font-size)
}

.el-icon.is-loading {
  animation: rotating 2s linear infinite
}

.el-icon svg {
  height: 1em;
  width: 1em
}

.el-affix--fixed {
  position: fixed
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-popover {
  --el-popover-bg-color: var(--el-color-white);
  --el-popover-font-size: var(--el-font-size-base);
  --el-popover-border-color: var(--el-border-color-lighter);
  --el-popover-padding: 12px;
  --el-popover-padding-large: 18px 20px;
  --el-popover-title-font-size: 16px;
  --el-popover-title-text-color: var(--el-text-color-primary);
  --el-popover-border-radius: 4px
}

.el-popover.el-popper {
  background: var(--el-popover-bg-color);
  min-width: 150px;
  border-radius: var(--el-popover-border-radius);
  border: 1px solid var(--el-popover-border-color);
  padding: var(--el-popover-padding);
  z-index: var(--el-index-popper);
  color: var(--el-text-color-regular);
  line-height: 1.4;
  text-align: justify;
  font-size: var(--el-popover-font-size);
  box-shadow: var(--el-box-shadow-light);
  word-break: break-all
}

.el-popover.el-popper--plain {
  padding: var(--el-popover-padding-large)
}

.el-popover__title {
  color: var(--el-popover-title-text-color);
  font-size: var(--el-popover-title-font-size);
  line-height: 1;
  margin-bottom: 12px
}

.el-popover__reference:focus:not(.focusing),
.el-popover__reference:focus:hover {
  outline-width: 0
}

.el-popover.el-popper:focus:active,
.el-popover.el-popper:focus {
  outline-width: 0
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-popper {
  --el-popper-border-radius: var(--el-popover-border-radius, 4px)
}

.el-popper {
  position: absolute;
  border-radius: var(--el-popper-border-radius);
  padding: 10px;
  z-index: 2000;
  font-size: 12px;
  line-height: 1.2;
  min-width: 10px;
  word-wrap: break-word;
  visibility: visible
}

.el-popper.is-dark {
  color: var(--el-color-white);
  background: var(--el-text-color-primary)
}

.el-popper.is-dark .el-popper__arrow:before {
  background: var(--el-text-color-primary);
  right: 0
}

.el-popper.is-light {
  background: var(--el-color-white);
  border: 1px solid var(--el-border-color-light)
}

.el-popper.is-light .el-popper__arrow:before {
  border: 1px solid var(--el-border-color-light);
  background: var(--el-color-white);
  right: 0
}

.el-popper.is-pure {
  padding: 0
}

.el-popper__arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: -1
}

.el-popper__arrow:before {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: -1;
  content: " ";
  transform: rotate(45deg);
  background: var(--el-text-color-primary);
  box-sizing: border-box
}

.el-popper>.el-popper__arrow {
  bottom: -5px
}

.el-popper>.el-popper__arrow {
  top: -5px
}

.el-popper>.el-popper__arrow {
  right: -5px
}

.el-popper>.el-popper__arrow {
  left: -5px
}

.el-popper.is-light .el-popper__arrow:before {
  border-top-color: transparent;
  border-left-color: transparent
}

.el-popper.is-light .el-popper__arrow:before {
  border-bottom-color: transparent;
  border-right-color: transparent
}

.el-popper.is-light .el-popper__arrow:before {
  border-left-color: transparent;
  border-bottom-color: transparent
}

.el-popper.is-light .el-popper__arrow:before {
  border-right-color: transparent;
  border-top-color: transparent
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box
}

.el-row.is-justify-center {
  justify-content: center
}

.el-row.is-justify-end {
  justify-content: flex-end
}

.el-row.is-justify-space-between {
  justify-content: space-between
}

.el-row.is-justify-space-around {
  justify-content: space-around
}

.el-row.is-align-middle {
  align-items: center
}

.el-row.is-align-bottom {
  align-items: flex-end
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

 {
  float: left;
  box-sizing: border-box
}

.is-guttered {
  display: block;
  min-height: 1px
}

.el-col-0,
.el-col-0.is-guttered {
  display: none
}

.el-col-0 {
  max-width: 0%;
  flex: 0 0 0%
}

.el-col-offset-0 {
  margin-left: 0%
}

.el-col-pull-0 {
  position: relative;
  right: 0%
}

.el-col-push-0 {
  position: relative;
  left: 0%
}

.el-col-1 {
  max-width: 4.1666666667%;
  flex: 0 0 4.1666666667%
}

.el-col-offset-1 {
  margin-left: 4.1666666667%
}

.el-col-pull-1 {
  position: relative;
  right: 4.1666666667%
}

.el-col-push-1 {
  position: relative;
  left: 4.1666666667%
}

.el-col-2 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%
}

.el-col-offset-2 {
  margin-left: 8.3333333333%
}

.el-col-pull-2 {
  position: relative;
  right: 8.3333333333%
}

.el-col-push-2 {
  position: relative;
  left: 8.3333333333%
}

.el-col-3 {
  max-width: 12.5%;
  flex: 0 0 12.5%
}

.el-col-offset-3 {
  margin-left: 12.5%
}

.el-col-pull-3 {
  position: relative;
  right: 12.5%
}

.el-col-push-3 {
  position: relative;
  left: 12.5%
}

.el-col-4 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%
}

.el-col-offset-4 {
  margin-left: 16.6666666667%
}

.el-col-pull-4 {
  position: relative;
  right: 16.6666666667%
}

.el-col-push-4 {
  position: relative;
  left: 16.6666666667%
}

.el-col-5 {
  max-width: 20.8333333333%;
  flex: 0 0 20.8333333333%
}

.el-col-offset-5 {
  margin-left: 20.8333333333%
}

.el-col-pull-5 {
  position: relative;
  right: 20.8333333333%
}

.el-col-push-5 {
  position: relative;
  left: 20.8333333333%
}

.el-col-6 {
  max-width: 25%;
  flex: 0 0 25%
}

.el-col-offset-6 {
  margin-left: 25%
}

.el-col-pull-6 {
  position: relative;
  right: 25%
}

.el-col-push-6 {
  position: relative;
  left: 25%
}

.el-col-7 {
  max-width: 29.1666666667%;
  flex: 0 0 29.1666666667%
}

.el-col-offset-7 {
  margin-left: 29.1666666667%
}

.el-col-pull-7 {
  position: relative;
  right: 29.1666666667%
}

.el-col-push-7 {
  position: relative;
  left: 29.1666666667%
}

.el-col-8 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%
}

.el-col-offset-8 {
  margin-left: 33.3333333333%
}

.el-col-pull-8 {
  position: relative;
  right: 33.3333333333%
}

.el-col-push-8 {
  position: relative;
  left: 33.3333333333%
}

.el-col-9 {
  max-width: 37.5%;
  flex: 0 0 37.5%
}

.el-col-offset-9 {
  margin-left: 37.5%
}

.el-col-pull-9 {
  position: relative;
  right: 37.5%
}

.el-col-push-9 {
  position: relative;
  left: 37.5%
}

.el-col-10 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%
}

.el-col-offset-10 {
  margin-left: 41.6666666667%
}

.el-col-pull-10 {
  position: relative;
  right: 41.6666666667%
}

.el-col-push-10 {
  position: relative;
  left: 41.6666666667%
}

.el-col-11 {
  max-width: 45.8333333333%;
  flex: 0 0 45.8333333333%
}

.el-col-offset-11 {
  margin-left: 45.8333333333%
}

.el-col-pull-11 {
  position: relative;
  right: 45.8333333333%
}

.el-col-push-11 {
  position: relative;
  left: 45.8333333333%
}

.el-col-12 {
  max-width: 50%;
  flex: 0 0 50%
}

.el-col-offset-12 {
  margin-left: 50%
}

.el-col-pull-12 {
  position: relative;
  right: 50%
}

.el-col-push-12 {
  position: relative;
  left: 50%
}

.el-col-13 {
  max-width: 54.1666666667%;
  flex: 0 0 54.1666666667%
}

.el-col-offset-13 {
  margin-left: 54.1666666667%
}

.el-col-pull-13 {
  position: relative;
  right: 54.1666666667%
}

.el-col-push-13 {
  position: relative;
  left: 54.1666666667%
}

.el-col-14 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%
}

.el-col-offset-14 {
  margin-left: 58.3333333333%
}

.el-col-pull-14 {
  position: relative;
  right: 58.3333333333%
}

.el-col-push-14 {
  position: relative;
  left: 58.3333333333%
}

.el-col-15 {
  max-width: 62.5%;
  flex: 0 0 62.5%
}

.el-col-offset-15 {
  margin-left: 62.5%
}

.el-col-pull-15 {
  position: relative;
  right: 62.5%
}

.el-col-push-15 {
  position: relative;
  left: 62.5%
}

.el-col-16 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%
}

.el-col-offset-16 {
  margin-left: 66.6666666667%
}

.el-col-pull-16 {
  position: relative;
  right: 66.6666666667%
}

.el-col-push-16 {
  position: relative;
  left: 66.6666666667%
}

.el-col-17 {
  max-width: 70.8333333333%;
  flex: 0 0 70.8333333333%
}

.el-col-offset-17 {
  margin-left: 70.8333333333%
}

.el-col-pull-17 {
  position: relative;
  right: 70.8333333333%
}

.el-col-push-17 {
  position: relative;
  left: 70.8333333333%
}

.el-col-18 {
  max-width: 75%;
  flex: 0 0 75%
}

.el-col-offset-18 {
  margin-left: 75%
}

.el-col-pull-18 {
  position: relative;
  right: 75%
}

.el-col-push-18 {
  position: relative;
  left: 75%
}

.el-col-19 {
  max-width: 79.1666666667%;
  flex: 0 0 79.1666666667%
}

.el-col-offset-19 {
  margin-left: 79.1666666667%
}

.el-col-pull-19 {
  position: relative;
  right: 79.1666666667%
}

.el-col-push-19 {
  position: relative;
  left: 79.1666666667%
}

.el-col-20 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%
}

.el-col-offset-20 {
  margin-left: 83.3333333333%
}

.el-col-pull-20 {
  position: relative;
  right: 83.3333333333%
}

.el-col-push-20 {
  position: relative;
  left: 83.3333333333%
}

.el-col-21 {
  max-width: 87.5%;
  flex: 0 0 87.5%
}

.el-col-offset-21 {
  margin-left: 87.5%
}

.el-col-pull-21 {
  position: relative;
  right: 87.5%
}

.el-col-push-21 {
  position: relative;
  left: 87.5%
}

.el-col-22 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%
}

.el-col-offset-22 {
  margin-left: 91.6666666667%
}

.el-col-pull-22 {
  position: relative;
  right: 91.6666666667%
}

.el-col-push-22 {
  position: relative;
  left: 91.6666666667%
}

.el-col-23 {
  max-width: 95.8333333333%;
  flex: 0 0 95.8333333333%
}

.el-col-offset-23 {
  margin-left: 95.8333333333%
}

.el-col-pull-23 {
  position: relative;
  right: 95.8333333333%
}

.el-col-push-23 {
  position: relative;
  left: 95.8333333333%
}

.el-col-24 {
  max-width: 100%;
  flex: 0 0 100%
}

.el-col-offset-24 {
  margin-left: 100%
}

.el-col-pull-24 {
  position: relative;
  right: 100%
}

.el-col-push-24 {
  position: relative;
  left: 100%
}

@media only screen and (max-width: 768px) {

  .el-col-xs-0,
  .el-col-xs-0.is-guttered {
    display: none
  }

  .el-col-xs-0 {
    max-width: 0%;
    flex: 0 0 0%
  }

  .el-col-xs-offset-0 {
    margin-left: 0%
  }

  .el-col-xs-pull-0 {
    position: relative;
    right: 0%
  }

  .el-col-xs-push-0 {
    position: relative;
    left: 0%
  }

  .el-col-xs-1 {
    display: block;
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%
  }

  .el-col-xs-offset-1 {
    margin-left: 4.1666666667%
  }

  .el-col-xs-pull-1 {
    position: relative;
    right: 4.1666666667%
  }

  .el-col-xs-push-1 {
    position: relative;
    left: 4.1666666667%
  }

  .el-col-xs-2 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%
  }

  .el-col-xs-offset-2 {
    margin-left: 8.3333333333%
  }

  .el-col-xs-pull-2 {
    position: relative;
    right: 8.3333333333%
  }

  .el-col-xs-push-2 {
    position: relative;
    left: 8.3333333333%
  }

  .el-col-xs-3 {
    display: block;
    max-width: 12.5%;
    flex: 0 0 12.5%
  }

  .el-col-xs-offset-3 {
    margin-left: 12.5%
  }

  .el-col-xs-pull-3 {
    position: relative;
    right: 12.5%
  }

  .el-col-xs-push-3 {
    position: relative;
    left: 12.5%
  }

  .el-col-xs-4 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%
  }

  .el-col-xs-offset-4 {
    margin-left: 16.6666666667%
  }

  .el-col-xs-pull-4 {
    position: relative;
    right: 16.6666666667%
  }

  .el-col-xs-push-4 {
    position: relative;
    left: 16.6666666667%
  }

  .el-col-xs-5 {
    display: block;
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%
  }

  .el-col-xs-offset-5 {
    margin-left: 20.8333333333%
  }

  .el-col-xs-pull-5 {
    position: relative;
    right: 20.8333333333%
  }

  .el-col-xs-push-5 {
    position: relative;
    left: 20.8333333333%
  }

  .el-col-xs-6 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%
  }

  .el-col-xs-offset-6 {
    margin-left: 25%
  }

  .el-col-xs-pull-6 {
    position: relative;
    right: 25%
  }

  .el-col-xs-push-6 {
    position: relative;
    left: 25%
  }

  .el-col-xs-7 {
    display: block;
    max-width: 29.1666666667%;
    flex: 0 0 29.1666666667%
  }

  .el-col-xs-offset-7 {
    margin-left: 29.1666666667%
  }

  .el-col-xs-pull-7 {
    position: relative;
    right: 29.1666666667%
  }

  .el-col-xs-push-7 {
    position: relative;
    left: 29.1666666667%
  }

  .el-col-xs-8 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%
  }

  .el-col-xs-offset-8 {
    margin-left: 33.3333333333%
  }

  .el-col-xs-pull-8 {
    position: relative;
    right: 33.3333333333%
  }

  .el-col-xs-push-8 {
    position: relative;
    left: 33.3333333333%
  }

  .el-col-xs-9 {
    display: block;
    max-width: 37.5%;
    flex: 0 0 37.5%
  }

  .el-col-xs-offset-9 {
    margin-left: 37.5%
  }

  .el-col-xs-pull-9 {
    position: relative;
    right: 37.5%
  }

  .el-col-xs-push-9 {
    position: relative;
    left: 37.5%
  }

  .el-col-xs-10 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%
  }

  .el-col-xs-offset-10 {
    margin-left: 41.6666666667%
  }

  .el-col-xs-pull-10 {
    position: relative;
    right: 41.6666666667%
  }

  .el-col-xs-push-10 {
    position: relative;
    left: 41.6666666667%
  }

  .el-col-xs-11 {
    display: block;
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%
  }

  .el-col-xs-offset-11 {
    margin-left: 45.8333333333%
  }

  .el-col-xs-pull-11 {
    position: relative;
    right: 45.8333333333%
  }

  .el-col-xs-push-11 {
    position: relative;
    left: 45.8333333333%
  }

  .el-col-xs-12 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%
  }

  .el-col-xs-offset-12 {
    margin-left: 50%
  }

  .el-col-xs-pull-12 {
    position: relative;
    right: 50%
  }

  .el-col-xs-push-12 {
    position: relative;
    left: 50%
  }

  .el-col-xs-13 {
    display: block;
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%
  }

  .el-col-xs-offset-13 {
    margin-left: 54.1666666667%
  }

  .el-col-xs-pull-13 {
    position: relative;
    right: 54.1666666667%
  }

  .el-col-xs-push-13 {
    position: relative;
    left: 54.1666666667%
  }

  .el-col-xs-14 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%
  }

  .el-col-xs-offset-14 {
    margin-left: 58.3333333333%
  }

  .el-col-xs-pull-14 {
    position: relative;
    right: 58.3333333333%
  }

  .el-col-xs-push-14 {
    position: relative;
    left: 58.3333333333%
  }

  .el-col-xs-15 {
    display: block;
    max-width: 62.5%;
    flex: 0 0 62.5%
  }

  .el-col-xs-offset-15 {
    margin-left: 62.5%
  }

  .el-col-xs-pull-15 {
    position: relative;
    right: 62.5%
  }

  .el-col-xs-push-15 {
    position: relative;
    left: 62.5%
  }

  .el-col-xs-16 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%
  }

  .el-col-xs-offset-16 {
    margin-left: 66.6666666667%
  }

  .el-col-xs-pull-16 {
    position: relative;
    right: 66.6666666667%
  }

  .el-col-xs-push-16 {
    position: relative;
    left: 66.6666666667%
  }

  .el-col-xs-17 {
    display: block;
    max-width: 70.8333333333%;
    flex: 0 0 70.8333333333%
  }

  .el-col-xs-offset-17 {
    margin-left: 70.8333333333%
  }

  .el-col-xs-pull-17 {
    position: relative;
    right: 70.8333333333%
  }

  .el-col-xs-push-17 {
    position: relative;
    left: 70.8333333333%
  }

  .el-col-xs-18 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%
  }

  .el-col-xs-offset-18 {
    margin-left: 75%
  }

  .el-col-xs-pull-18 {
    position: relative;
    right: 75%
  }

  .el-col-xs-push-18 {
    position: relative;
    left: 75%
  }

  .el-col-xs-19 {
    display: block;
    max-width: 79.1666666667%;
    flex: 0 0 79.1666666667%
  }

  .el-col-xs-offset-19 {
    margin-left: 79.1666666667%
  }

  .el-col-xs-pull-19 {
    position: relative;
    right: 79.1666666667%
  }

  .el-col-xs-push-19 {
    position: relative;
    left: 79.1666666667%
  }

  .el-col-xs-20 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%
  }

  .el-col-xs-offset-20 {
    margin-left: 83.3333333333%
  }

  .el-col-xs-pull-20 {
    position: relative;
    right: 83.3333333333%
  }

  .el-col-xs-push-20 {
    position: relative;
    left: 83.3333333333%
  }

  .el-col-xs-21 {
    display: block;
    max-width: 87.5%;
    flex: 0 0 87.5%
  }

  .el-col-xs-offset-21 {
    margin-left: 87.5%
  }

  .el-col-xs-pull-21 {
    position: relative;
    right: 87.5%
  }

  .el-col-xs-push-21 {
    position: relative;
    left: 87.5%
  }

  .el-col-xs-22 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%
  }

  .el-col-xs-offset-22 {
    margin-left: 91.6666666667%
  }

  .el-col-xs-pull-22 {
    position: relative;
    right: 91.6666666667%
  }

  .el-col-xs-push-22 {
    position: relative;
    left: 91.6666666667%
  }

  .el-col-xs-23 {
    display: block;
    max-width: 95.8333333333%;
    flex: 0 0 95.8333333333%
  }

  .el-col-xs-offset-23 {
    margin-left: 95.8333333333%
  }

  .el-col-xs-pull-23 {
    position: relative;
    right: 95.8333333333%
  }

  .el-col-xs-push-23 {
    position: relative;
    left: 95.8333333333%
  }

  .el-col-xs-24 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%
  }

  .el-col-xs-offset-24 {
    margin-left: 100%
  }

  .el-col-xs-pull-24 {
    position: relative;
    right: 100%
  }

  .el-col-xs-push-24 {
    position: relative;
    left: 100%
  }
}

@media only screen and (min-width: 768px) {

  .el-col-sm-0,
  .el-col-sm-0.is-guttered {
    display: none
  }

  .el-col-sm-0 {
    max-width: 0%;
    flex: 0 0 0%
  }

  .el-col-sm-offset-0 {
    margin-left: 0%
  }

  .el-col-sm-pull-0 {
    position: relative;
    right: 0%
  }

  .el-col-sm-push-0 {
    position: relative;
    left: 0%
  }

  .el-col-sm-1 {
    display: block;
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%
  }

  .el-col-sm-offset-1 {
    margin-left: 4.1666666667%
  }

  .el-col-sm-pull-1 {
    position: relative;
    right: 4.1666666667%
  }

  .el-col-sm-push-1 {
    position: relative;
    left: 4.1666666667%
  }

  .el-col-sm-2 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%
  }

  .el-col-sm-offset-2 {
    margin-left: 8.3333333333%
  }

  .el-col-sm-pull-2 {
    position: relative;
    right: 8.3333333333%
  }

  .el-col-sm-push-2 {
    position: relative;
    left: 8.3333333333%
  }

  .el-col-sm-3 {
    display: block;
    max-width: 12.5%;
    flex: 0 0 12.5%
  }

  .el-col-sm-offset-3 {
    margin-left: 12.5%
  }

  .el-col-sm-pull-3 {
    position: relative;
    right: 12.5%
  }

  .el-col-sm-push-3 {
    position: relative;
    left: 12.5%
  }

  .el-col-sm-4 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%
  }

  .el-col-sm-offset-4 {
    margin-left: 16.6666666667%
  }

  .el-col-sm-pull-4 {
    position: relative;
    right: 16.6666666667%
  }

  .el-col-sm-push-4 {
    position: relative;
    left: 16.6666666667%
  }

  .el-col-sm-5 {
    display: block;
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%
  }

  .el-col-sm-offset-5 {
    margin-left: 20.8333333333%
  }

  .el-col-sm-pull-5 {
    position: relative;
    right: 20.8333333333%
  }

  .el-col-sm-push-5 {
    position: relative;
    left: 20.8333333333%
  }

  .el-col-sm-6 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%
  }

  .el-col-sm-offset-6 {
    margin-left: 25%
  }

  .el-col-sm-pull-6 {
    position: relative;
    right: 25%
  }

  .el-col-sm-push-6 {
    position: relative;
    left: 25%
  }

  .el-col-sm-7 {
    display: block;
    max-width: 29.1666666667%;
    flex: 0 0 29.1666666667%
  }

  .el-col-sm-offset-7 {
    margin-left: 29.1666666667%
  }

  .el-col-sm-pull-7 {
    position: relative;
    right: 29.1666666667%
  }

  .el-col-sm-push-7 {
    position: relative;
    left: 29.1666666667%
  }

  .el-col-sm-8 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%
  }

  .el-col-sm-offset-8 {
    margin-left: 33.3333333333%
  }

  .el-col-sm-pull-8 {
    position: relative;
    right: 33.3333333333%
  }

  .el-col-sm-push-8 {
    position: relative;
    left: 33.3333333333%
  }

  .el-col-sm-9 {
    display: block;
    max-width: 37.5%;
    flex: 0 0 37.5%
  }

  .el-col-sm-offset-9 {
    margin-left: 37.5%
  }

  .el-col-sm-pull-9 {
    position: relative;
    right: 37.5%
  }

  .el-col-sm-push-9 {
    position: relative;
    left: 37.5%
  }

  .el-col-sm-10 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%
  }

  .el-col-sm-offset-10 {
    margin-left: 41.6666666667%
  }

  .el-col-sm-pull-10 {
    position: relative;
    right: 41.6666666667%
  }

  .el-col-sm-push-10 {
    position: relative;
    left: 41.6666666667%
  }

  .el-col-sm-11 {
    display: block;
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%
  }

  .el-col-sm-offset-11 {
    margin-left: 45.8333333333%
  }

  .el-col-sm-pull-11 {
    position: relative;
    right: 45.8333333333%
  }

  .el-col-sm-push-11 {
    position: relative;
    left: 45.8333333333%
  }

  .el-col-sm-12 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%
  }

  .el-col-sm-offset-12 {
    margin-left: 50%
  }

  .el-col-sm-pull-12 {
    position: relative;
    right: 50%
  }

  .el-col-sm-push-12 {
    position: relative;
    left: 50%
  }

  .el-col-sm-13 {
    display: block;
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%
  }

  .el-col-sm-offset-13 {
    margin-left: 54.1666666667%
  }

  .el-col-sm-pull-13 {
    position: relative;
    right: 54.1666666667%
  }

  .el-col-sm-push-13 {
    position: relative;
    left: 54.1666666667%
  }

  .el-col-sm-14 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%
  }

  .el-col-sm-offset-14 {
    margin-left: 58.3333333333%
  }

  .el-col-sm-pull-14 {
    position: relative;
    right: 58.3333333333%
  }

  .el-col-sm-push-14 {
    position: relative;
    left: 58.3333333333%
  }

  .el-col-sm-15 {
    display: block;
    max-width: 62.5%;
    flex: 0 0 62.5%
  }

  .el-col-sm-offset-15 {
    margin-left: 62.5%
  }

  .el-col-sm-pull-15 {
    position: relative;
    right: 62.5%
  }

  .el-col-sm-push-15 {
    position: relative;
    left: 62.5%
  }

  .el-col-sm-16 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%
  }

  .el-col-sm-offset-16 {
    margin-left: 66.6666666667%
  }

  .el-col-sm-pull-16 {
    position: relative;
    right: 66.6666666667%
  }

  .el-col-sm-push-16 {
    position: relative;
    left: 66.6666666667%
  }

  .el-col-sm-17 {
    display: block;
    max-width: 70.8333333333%;
    flex: 0 0 70.8333333333%
  }

  .el-col-sm-offset-17 {
    margin-left: 70.8333333333%
  }

  .el-col-sm-pull-17 {
    position: relative;
    right: 70.8333333333%
  }

  .el-col-sm-push-17 {
    position: relative;
    left: 70.8333333333%
  }

  .el-col-sm-18 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%
  }

  .el-col-sm-offset-18 {
    margin-left: 75%
  }

  .el-col-sm-pull-18 {
    position: relative;
    right: 75%
  }

  .el-col-sm-push-18 {
    position: relative;
    left: 75%
  }

  .el-col-sm-19 {
    display: block;
    max-width: 79.1666666667%;
    flex: 0 0 79.1666666667%
  }

  .el-col-sm-offset-19 {
    margin-left: 79.1666666667%
  }

  .el-col-sm-pull-19 {
    position: relative;
    right: 79.1666666667%
  }

  .el-col-sm-push-19 {
    position: relative;
    left: 79.1666666667%
  }

  .el-col-sm-20 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%
  }

  .el-col-sm-offset-20 {
    margin-left: 83.3333333333%
  }

  .el-col-sm-pull-20 {
    position: relative;
    right: 83.3333333333%
  }

  .el-col-sm-push-20 {
    position: relative;
    left: 83.3333333333%
  }

  .el-col-sm-21 {
    display: block;
    max-width: 87.5%;
    flex: 0 0 87.5%
  }

  .el-col-sm-offset-21 {
    margin-left: 87.5%
  }

  .el-col-sm-pull-21 {
    position: relative;
    right: 87.5%
  }

  .el-col-sm-push-21 {
    position: relative;
    left: 87.5%
  }

  .el-col-sm-22 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%
  }

  .el-col-sm-offset-22 {
    margin-left: 91.6666666667%
  }

  .el-col-sm-pull-22 {
    position: relative;
    right: 91.6666666667%
  }

  .el-col-sm-push-22 {
    position: relative;
    left: 91.6666666667%
  }

  .el-col-sm-23 {
    display: block;
    max-width: 95.8333333333%;
    flex: 0 0 95.8333333333%
  }

  .el-col-sm-offset-23 {
    margin-left: 95.8333333333%
  }

  .el-col-sm-pull-23 {
    position: relative;
    right: 95.8333333333%
  }

  .el-col-sm-push-23 {
    position: relative;
    left: 95.8333333333%
  }

  .el-col-sm-24 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%
  }

  .el-col-sm-offset-24 {
    margin-left: 100%
  }

  .el-col-sm-pull-24 {
    position: relative;
    right: 100%
  }

  .el-col-sm-push-24 {
    position: relative;
    left: 100%
  }
}

@media only screen and (min-width: 992px) {

  .el-col-md-0,
  .el-col-md-0.is-guttered {
    display: none
  }

  .el-col-md-0 {
    max-width: 0%;
    flex: 0 0 0%
  }

  .el-col-md-offset-0 {
    margin-left: 0%
  }

  .el-col-md-pull-0 {
    position: relative;
    right: 0%
  }

  .el-col-md-push-0 {
    position: relative;
    left: 0%
  }

  .el-col-md-1 {
    display: block;
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%
  }

  .el-col-md-offset-1 {
    margin-left: 4.1666666667%
  }

  .el-col-md-pull-1 {
    position: relative;
    right: 4.1666666667%
  }

  .el-col-md-push-1 {
    position: relative;
    left: 4.1666666667%
  }

  .el-col-md-2 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%
  }

  .el-col-md-offset-2 {
    margin-left: 8.3333333333%
  }

  .el-col-md-pull-2 {
    position: relative;
    right: 8.3333333333%
  }

  .el-col-md-push-2 {
    position: relative;
    left: 8.3333333333%
  }

  .el-col-md-3 {
    display: block;
    max-width: 12.5%;
    flex: 0 0 12.5%
  }

  .el-col-md-offset-3 {
    margin-left: 12.5%
  }

  .el-col-md-pull-3 {
    position: relative;
    right: 12.5%
  }

  .el-col-md-push-3 {
    position: relative;
    left: 12.5%
  }

  .el-col-md-4 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%
  }

  .el-col-md-offset-4 {
    margin-left: 16.6666666667%
  }

  .el-col-md-pull-4 {
    position: relative;
    right: 16.6666666667%
  }

  .el-col-md-push-4 {
    position: relative;
    left: 16.6666666667%
  }

  .el-col-md-5 {
    display: block;
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%
  }

  .el-col-md-offset-5 {
    margin-left: 20.8333333333%
  }

  .el-col-md-pull-5 {
    position: relative;
    right: 20.8333333333%
  }

  .el-col-md-push-5 {
    position: relative;
    left: 20.8333333333%
  }

  .el-col-md-6 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%
  }

  .el-col-md-offset-6 {
    margin-left: 25%
  }

  .el-col-md-pull-6 {
    position: relative;
    right: 25%
  }

  .el-col-md-push-6 {
    position: relative;
    left: 25%
  }

  .el-col-md-7 {
    display: block;
    max-width: 29.1666666667%;
    flex: 0 0 29.1666666667%
  }

  .el-col-md-offset-7 {
    margin-left: 29.1666666667%
  }

  .el-col-md-pull-7 {
    position: relative;
    right: 29.1666666667%
  }

  .el-col-md-push-7 {
    position: relative;
    left: 29.1666666667%
  }

  .el-col-md-8 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%
  }

  .el-col-md-offset-8 {
    margin-left: 33.3333333333%
  }

  .el-col-md-pull-8 {
    position: relative;
    right: 33.3333333333%
  }

  .el-col-md-push-8 {
    position: relative;
    left: 33.3333333333%
  }

  .el-col-md-9 {
    display: block;
    max-width: 37.5%;
    flex: 0 0 37.5%
  }

  .el-col-md-offset-9 {
    margin-left: 37.5%
  }

  .el-col-md-pull-9 {
    position: relative;
    right: 37.5%
  }

  .el-col-md-push-9 {
    position: relative;
    left: 37.5%
  }

  .el-col-md-10 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%
  }

  .el-col-md-offset-10 {
    margin-left: 41.6666666667%
  }

  .el-col-md-pull-10 {
    position: relative;
    right: 41.6666666667%
  }

  .el-col-md-push-10 {
    position: relative;
    left: 41.6666666667%
  }

  .el-col-md-11 {
    display: block;
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%
  }

  .el-col-md-offset-11 {
    margin-left: 45.8333333333%
  }

  .el-col-md-pull-11 {
    position: relative;
    right: 45.8333333333%
  }

  .el-col-md-push-11 {
    position: relative;
    left: 45.8333333333%
  }

  .el-col-md-12 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%
  }

  .el-col-md-offset-12 {
    margin-left: 50%
  }

  .el-col-md-pull-12 {
    position: relative;
    right: 50%
  }

  .el-col-md-push-12 {
    position: relative;
    left: 50%
  }

  .el-col-md-13 {
    display: block;
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%
  }

  .el-col-md-offset-13 {
    margin-left: 54.1666666667%
  }

  .el-col-md-pull-13 {
    position: relative;
    right: 54.1666666667%
  }

  .el-col-md-push-13 {
    position: relative;
    left: 54.1666666667%
  }

  .el-col-md-14 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%
  }

  .el-col-md-offset-14 {
    margin-left: 58.3333333333%
  }

  .el-col-md-pull-14 {
    position: relative;
    right: 58.3333333333%
  }

  .el-col-md-push-14 {
    position: relative;
    left: 58.3333333333%
  }

  .el-col-md-15 {
    display: block;
    max-width: 62.5%;
    flex: 0 0 62.5%
  }

  .el-col-md-offset-15 {
    margin-left: 62.5%
  }

  .el-col-md-pull-15 {
    position: relative;
    right: 62.5%
  }

  .el-col-md-push-15 {
    position: relative;
    left: 62.5%
  }

  .el-col-md-16 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%
  }

  .el-col-md-offset-16 {
    margin-left: 66.6666666667%
  }

  .el-col-md-pull-16 {
    position: relative;
    right: 66.6666666667%
  }

  .el-col-md-push-16 {
    position: relative;
    left: 66.6666666667%
  }

  .el-col-md-17 {
    display: block;
    max-width: 70.8333333333%;
    flex: 0 0 70.8333333333%
  }

  .el-col-md-offset-17 {
    margin-left: 70.8333333333%
  }

  .el-col-md-pull-17 {
    position: relative;
    right: 70.8333333333%
  }

  .el-col-md-push-17 {
    position: relative;
    left: 70.8333333333%
  }

  .el-col-md-18 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%
  }

  .el-col-md-offset-18 {
    margin-left: 75%
  }

  .el-col-md-pull-18 {
    position: relative;
    right: 75%
  }

  .el-col-md-push-18 {
    position: relative;
    left: 75%
  }

  .el-col-md-19 {
    display: block;
    max-width: 79.1666666667%;
    flex: 0 0 79.1666666667%
  }

  .el-col-md-offset-19 {
    margin-left: 79.1666666667%
  }

  .el-col-md-pull-19 {
    position: relative;
    right: 79.1666666667%
  }

  .el-col-md-push-19 {
    position: relative;
    left: 79.1666666667%
  }

  .el-col-md-20 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%
  }

  .el-col-md-offset-20 {
    margin-left: 83.3333333333%
  }

  .el-col-md-pull-20 {
    position: relative;
    right: 83.3333333333%
  }

  .el-col-md-push-20 {
    position: relative;
    left: 83.3333333333%
  }

  .el-col-md-21 {
    display: block;
    max-width: 87.5%;
    flex: 0 0 87.5%
  }

  .el-col-md-offset-21 {
    margin-left: 87.5%
  }

  .el-col-md-pull-21 {
    position: relative;
    right: 87.5%
  }

  .el-col-md-push-21 {
    position: relative;
    left: 87.5%
  }

  .el-col-md-22 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%
  }

  .el-col-md-offset-22 {
    margin-left: 91.6666666667%
  }

  .el-col-md-pull-22 {
    position: relative;
    right: 91.6666666667%
  }

  .el-col-md-push-22 {
    position: relative;
    left: 91.6666666667%
  }

  .el-col-md-23 {
    display: block;
    max-width: 95.8333333333%;
    flex: 0 0 95.8333333333%
  }

  .el-col-md-offset-23 {
    margin-left: 95.8333333333%
  }

  .el-col-md-pull-23 {
    position: relative;
    right: 95.8333333333%
  }

  .el-col-md-push-23 {
    position: relative;
    left: 95.8333333333%
  }

  .el-col-md-24 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%
  }

  .el-col-md-offset-24 {
    margin-left: 100%
  }

  .el-col-md-pull-24 {
    position: relative;
    right: 100%
  }

  .el-col-md-push-24 {
    position: relative;
    left: 100%
  }
}

@media only screen and (min-width: 1200px) {

  .el-col-lg-0,
  .el-col-lg-0.is-guttered {
    display: none
  }

  .el-col-lg-0 {
    max-width: 0%;
    flex: 0 0 0%
  }

  .el-col-lg-offset-0 {
    margin-left: 0%
  }

  .el-col-lg-pull-0 {
    position: relative;
    right: 0%
  }

  .el-col-lg-push-0 {
    position: relative;
    left: 0%
  }

  .el-col-lg-1 {
    display: block;
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%
  }

  .el-col-lg-offset-1 {
    margin-left: 4.1666666667%
  }

  .el-col-lg-pull-1 {
    position: relative;
    right: 4.1666666667%
  }

  .el-col-lg-push-1 {
    position: relative;
    left: 4.1666666667%
  }

  .el-col-lg-2 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%
  }

  .el-col-lg-offset-2 {
    margin-left: 8.3333333333%
  }

  .el-col-lg-pull-2 {
    position: relative;
    right: 8.3333333333%
  }

  .el-col-lg-push-2 {
    position: relative;
    left: 8.3333333333%
  }

  .el-col-lg-3 {
    display: block;
    max-width: 12.5%;
    flex: 0 0 12.5%
  }

  .el-col-lg-offset-3 {
    margin-left: 12.5%
  }

  .el-col-lg-pull-3 {
    position: relative;
    right: 12.5%
  }

  .el-col-lg-push-3 {
    position: relative;
    left: 12.5%
  }

  .el-col-lg-4 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%
  }

  .el-col-lg-offset-4 {
    margin-left: 16.6666666667%
  }

  .el-col-lg-pull-4 {
    position: relative;
    right: 16.6666666667%
  }

  .el-col-lg-push-4 {
    position: relative;
    left: 16.6666666667%
  }

  .el-col-lg-5 {
    display: block;
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%
  }

  .el-col-lg-offset-5 {
    margin-left: 20.8333333333%
  }

  .el-col-lg-pull-5 {
    position: relative;
    right: 20.8333333333%
  }

  .el-col-lg-push-5 {
    position: relative;
    left: 20.8333333333%
  }

  .el-col-lg-6 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%
  }

  .el-col-lg-offset-6 {
    margin-left: 25%
  }

  .el-col-lg-pull-6 {
    position: relative;
    right: 25%
  }

  .el-col-lg-push-6 {
    position: relative;
    left: 25%
  }

  .el-col-lg-7 {
    display: block;
    max-width: 29.1666666667%;
    flex: 0 0 29.1666666667%
  }

  .el-col-lg-offset-7 {
    margin-left: 29.1666666667%
  }

  .el-col-lg-pull-7 {
    position: relative;
    right: 29.1666666667%
  }

  .el-col-lg-push-7 {
    position: relative;
    left: 29.1666666667%
  }

  .el-col-lg-8 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%
  }

  .el-col-lg-offset-8 {
    margin-left: 33.3333333333%
  }

  .el-col-lg-pull-8 {
    position: relative;
    right: 33.3333333333%
  }

  .el-col-lg-push-8 {
    position: relative;
    left: 33.3333333333%
  }

  .el-col-lg-9 {
    display: block;
    max-width: 37.5%;
    flex: 0 0 37.5%
  }

  .el-col-lg-offset-9 {
    margin-left: 37.5%
  }

  .el-col-lg-pull-9 {
    position: relative;
    right: 37.5%
  }

  .el-col-lg-push-9 {
    position: relative;
    left: 37.5%
  }

  .el-col-lg-10 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%
  }

  .el-col-lg-offset-10 {
    margin-left: 41.6666666667%
  }

  .el-col-lg-pull-10 {
    position: relative;
    right: 41.6666666667%
  }

  .el-col-lg-push-10 {
    position: relative;
    left: 41.6666666667%
  }

  .el-col-lg-11 {
    display: block;
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%
  }

  .el-col-lg-offset-11 {
    margin-left: 45.8333333333%
  }

  .el-col-lg-pull-11 {
    position: relative;
    right: 45.8333333333%
  }

  .el-col-lg-push-11 {
    position: relative;
    left: 45.8333333333%
  }

  .el-col-lg-12 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%
  }

  .el-col-lg-offset-12 {
    margin-left: 50%
  }

  .el-col-lg-pull-12 {
    position: relative;
    right: 50%
  }

  .el-col-lg-push-12 {
    position: relative;
    left: 50%
  }

  .el-col-lg-13 {
    display: block;
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%
  }

  .el-col-lg-offset-13 {
    margin-left: 54.1666666667%
  }

  .el-col-lg-pull-13 {
    position: relative;
    right: 54.1666666667%
  }

  .el-col-lg-push-13 {
    position: relative;
    left: 54.1666666667%
  }

  .el-col-lg-14 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%
  }

  .el-col-lg-offset-14 {
    margin-left: 58.3333333333%
  }

  .el-col-lg-pull-14 {
    position: relative;
    right: 58.3333333333%
  }

  .el-col-lg-push-14 {
    position: relative;
    left: 58.3333333333%
  }

  .el-col-lg-15 {
    display: block;
    max-width: 62.5%;
    flex: 0 0 62.5%
  }

  .el-col-lg-offset-15 {
    margin-left: 62.5%
  }

  .el-col-lg-pull-15 {
    position: relative;
    right: 62.5%
  }

  .el-col-lg-push-15 {
    position: relative;
    left: 62.5%
  }

  .el-col-lg-16 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%
  }

  .el-col-lg-offset-16 {
    margin-left: 66.6666666667%
  }

  .el-col-lg-pull-16 {
    position: relative;
    right: 66.6666666667%
  }

  .el-col-lg-push-16 {
    position: relative;
    left: 66.6666666667%
  }

  .el-col-lg-17 {
    display: block;
    max-width: 70.8333333333%;
    flex: 0 0 70.8333333333%
  }

  .el-col-lg-offset-17 {
    margin-left: 70.8333333333%
  }

  .el-col-lg-pull-17 {
    position: relative;
    right: 70.8333333333%
  }

  .el-col-lg-push-17 {
    position: relative;
    left: 70.8333333333%
  }

  .el-col-lg-18 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%
  }

  .el-col-lg-offset-18 {
    margin-left: 75%
  }

  .el-col-lg-pull-18 {
    position: relative;
    right: 75%
  }

  .el-col-lg-push-18 {
    position: relative;
    left: 75%
  }

  .el-col-lg-19 {
    display: block;
    max-width: 79.1666666667%;
    flex: 0 0 79.1666666667%
  }

  .el-col-lg-offset-19 {
    margin-left: 79.1666666667%
  }

  .el-col-lg-pull-19 {
    position: relative;
    right: 79.1666666667%
  }

  .el-col-lg-push-19 {
    position: relative;
    left: 79.1666666667%
  }

  .el-col-lg-20 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%
  }

  .el-col-lg-offset-20 {
    margin-left: 83.3333333333%
  }

  .el-col-lg-pull-20 {
    position: relative;
    right: 83.3333333333%
  }

  .el-col-lg-push-20 {
    position: relative;
    left: 83.3333333333%
  }

  .el-col-lg-21 {
    display: block;
    max-width: 87.5%;
    flex: 0 0 87.5%
  }

  .el-col-lg-offset-21 {
    margin-left: 87.5%
  }

  .el-col-lg-pull-21 {
    position: relative;
    right: 87.5%
  }

  .el-col-lg-push-21 {
    position: relative;
    left: 87.5%
  }

  .el-col-lg-22 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%
  }

  .el-col-lg-offset-22 {
    margin-left: 91.6666666667%
  }

  .el-col-lg-pull-22 {
    position: relative;
    right: 91.6666666667%
  }

  .el-col-lg-push-22 {
    position: relative;
    left: 91.6666666667%
  }

  .el-col-lg-23 {
    display: block;
    max-width: 95.8333333333%;
    flex: 0 0 95.8333333333%
  }

  .el-col-lg-offset-23 {
    margin-left: 95.8333333333%
  }

  .el-col-lg-pull-23 {
    position: relative;
    right: 95.8333333333%
  }

  .el-col-lg-push-23 {
    position: relative;
    left: 95.8333333333%
  }

  .el-col-lg-24 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%
  }

  .el-col-lg-offset-24 {
    margin-left: 100%
  }

  .el-col-lg-pull-24 {
    position: relative;
    right: 100%
  }

  .el-col-lg-push-24 {
    position: relative;
    left: 100%
  }
}

@media only screen and (min-width: 1920px) {

  .el-col-xl-0,
  .el-col-xl-0.is-guttered {
    display: none
  }

  .el-col-xl-0 {
    max-width: 0%;
    flex: 0 0 0%
  }

  .el-col-xl-offset-0 {
    margin-left: 0%
  }

  .el-col-xl-pull-0 {
    position: relative;
    right: 0%
  }

  .el-col-xl-push-0 {
    position: relative;
    left: 0%
  }

  .el-col-xl-1 {
    display: block;
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%
  }

  .el-col-xl-offset-1 {
    margin-left: 4.1666666667%
  }

  .el-col-xl-pull-1 {
    position: relative;
    right: 4.1666666667%
  }

  .el-col-xl-push-1 {
    position: relative;
    left: 4.1666666667%
  }

  .el-col-xl-2 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%
  }

  .el-col-xl-offset-2 {
    margin-left: 8.3333333333%
  }

  .el-col-xl-pull-2 {
    position: relative;
    right: 8.3333333333%
  }

  .el-col-xl-push-2 {
    position: relative;
    left: 8.3333333333%
  }

  .el-col-xl-3 {
    display: block;
    max-width: 12.5%;
    flex: 0 0 12.5%
  }

  .el-col-xl-offset-3 {
    margin-left: 12.5%
  }

  .el-col-xl-pull-3 {
    position: relative;
    right: 12.5%
  }

  .el-col-xl-push-3 {
    position: relative;
    left: 12.5%
  }

  .el-col-xl-4 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%
  }

  .el-col-xl-offset-4 {
    margin-left: 16.6666666667%
  }

  .el-col-xl-pull-4 {
    position: relative;
    right: 16.6666666667%
  }

  .el-col-xl-push-4 {
    position: relative;
    left: 16.6666666667%
  }

  .el-col-xl-5 {
    display: block;
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%
  }

  .el-col-xl-offset-5 {
    margin-left: 20.8333333333%
  }

  .el-col-xl-pull-5 {
    position: relative;
    right: 20.8333333333%
  }

  .el-col-xl-push-5 {
    position: relative;
    left: 20.8333333333%
  }

  .el-col-xl-6 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%
  }

  .el-col-xl-offset-6 {
    margin-left: 25%
  }

  .el-col-xl-pull-6 {
    position: relative;
    right: 25%
  }

  .el-col-xl-push-6 {
    position: relative;
    left: 25%
  }

  .el-col-xl-7 {
    display: block;
    max-width: 29.1666666667%;
    flex: 0 0 29.1666666667%
  }

  .el-col-xl-offset-7 {
    margin-left: 29.1666666667%
  }

  .el-col-xl-pull-7 {
    position: relative;
    right: 29.1666666667%
  }

  .el-col-xl-push-7 {
    position: relative;
    left: 29.1666666667%
  }

  .el-col-xl-8 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%
  }

  .el-col-xl-offset-8 {
    margin-left: 33.3333333333%
  }

  .el-col-xl-pull-8 {
    position: relative;
    right: 33.3333333333%
  }

  .el-col-xl-push-8 {
    position: relative;
    left: 33.3333333333%
  }

  .el-col-xl-9 {
    display: block;
    max-width: 37.5%;
    flex: 0 0 37.5%
  }

  .el-col-xl-offset-9 {
    margin-left: 37.5%
  }

  .el-col-xl-pull-9 {
    position: relative;
    right: 37.5%
  }

  .el-col-xl-push-9 {
    position: relative;
    left: 37.5%
  }

  .el-col-xl-10 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%
  }

  .el-col-xl-offset-10 {
    margin-left: 41.6666666667%
  }

  .el-col-xl-pull-10 {
    position: relative;
    right: 41.6666666667%
  }

  .el-col-xl-push-10 {
    position: relative;
    left: 41.6666666667%
  }

  .el-col-xl-11 {
    display: block;
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%
  }

  .el-col-xl-offset-11 {
    margin-left: 45.8333333333%
  }

  .el-col-xl-pull-11 {
    position: relative;
    right: 45.8333333333%
  }

  .el-col-xl-push-11 {
    position: relative;
    left: 45.8333333333%
  }

  .el-col-xl-12 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%
  }

  .el-col-xl-offset-12 {
    margin-left: 50%
  }

  .el-col-xl-pull-12 {
    position: relative;
    right: 50%
  }

  .el-col-xl-push-12 {
    position: relative;
    left: 50%
  }

  .el-col-xl-13 {
    display: block;
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%
  }

  .el-col-xl-offset-13 {
    margin-left: 54.1666666667%
  }

  .el-col-xl-pull-13 {
    position: relative;
    right: 54.1666666667%
  }

  .el-col-xl-push-13 {
    position: relative;
    left: 54.1666666667%
  }

  .el-col-xl-14 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%
  }

  .el-col-xl-offset-14 {
    margin-left: 58.3333333333%
  }

  .el-col-xl-pull-14 {
    position: relative;
    right: 58.3333333333%
  }

  .el-col-xl-push-14 {
    position: relative;
    left: 58.3333333333%
  }

  .el-col-xl-15 {
    display: block;
    max-width: 62.5%;
    flex: 0 0 62.5%
  }

  .el-col-xl-offset-15 {
    margin-left: 62.5%
  }

  .el-col-xl-pull-15 {
    position: relative;
    right: 62.5%
  }

  .el-col-xl-push-15 {
    position: relative;
    left: 62.5%
  }

  .el-col-xl-16 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%
  }

  .el-col-xl-offset-16 {
    margin-left: 66.6666666667%
  }

  .el-col-xl-pull-16 {
    position: relative;
    right: 66.6666666667%
  }

  .el-col-xl-push-16 {
    position: relative;
    left: 66.6666666667%
  }

  .el-col-xl-17 {
    display: block;
    max-width: 70.8333333333%;
    flex: 0 0 70.8333333333%
  }

  .el-col-xl-offset-17 {
    margin-left: 70.8333333333%
  }

  .el-col-xl-pull-17 {
    position: relative;
    right: 70.8333333333%
  }

  .el-col-xl-push-17 {
    position: relative;
    left: 70.8333333333%
  }

  .el-col-xl-18 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%
  }

  .el-col-xl-offset-18 {
    margin-left: 75%
  }

  .el-col-xl-pull-18 {
    position: relative;
    right: 75%
  }

  .el-col-xl-push-18 {
    position: relative;
    left: 75%
  }

  .el-col-xl-19 {
    display: block;
    max-width: 79.1666666667%;
    flex: 0 0 79.1666666667%
  }

  .el-col-xl-offset-19 {
    margin-left: 79.1666666667%
  }

  .el-col-xl-pull-19 {
    position: relative;
    right: 79.1666666667%
  }

  .el-col-xl-push-19 {
    position: relative;
    left: 79.1666666667%
  }

  .el-col-xl-20 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%
  }

  .el-col-xl-offset-20 {
    margin-left: 83.3333333333%
  }

  .el-col-xl-pull-20 {
    position: relative;
    right: 83.3333333333%
  }

  .el-col-xl-push-20 {
    position: relative;
    left: 83.3333333333%
  }

  .el-col-xl-21 {
    display: block;
    max-width: 87.5%;
    flex: 0 0 87.5%
  }

  .el-col-xl-offset-21 {
    margin-left: 87.5%
  }

  .el-col-xl-pull-21 {
    position: relative;
    right: 87.5%
  }

  .el-col-xl-push-21 {
    position: relative;
    left: 87.5%
  }

  .el-col-xl-22 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%
  }

  .el-col-xl-offset-22 {
    margin-left: 91.6666666667%
  }

  .el-col-xl-pull-22 {
    position: relative;
    right: 91.6666666667%
  }

  .el-col-xl-push-22 {
    position: relative;
    left: 91.6666666667%
  }

  .el-col-xl-23 {
    display: block;
    max-width: 95.8333333333%;
    flex: 0 0 95.8333333333%
  }

  .el-col-xl-offset-23 {
    margin-left: 95.8333333333%
  }

  .el-col-xl-pull-23 {
    position: relative;
    right: 95.8333333333%
  }

  .el-col-xl-push-23 {
    position: relative;
    left: 95.8333333333%
  }

  .el-col-xl-24 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%
  }

  .el-col-xl-offset-24 {
    margin-left: 100%
  }

  .el-col-xl-pull-24 {
    position: relative;
    right: 100%
  }

  .el-col-xl-push-24 {
    position: relative;
    left: 100%
  }
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-badge {
  --el-badge-bg-color: var(--el-color-danger);
  --el-badge-radius: 10px;
  --el-badge-font-size: 12px;
  --el-badge-padding: 6px;
  --el-badge-size: 18px;
  position: relative;
  vertical-align: middle;
  display: inline-block
}

.el-badge__content {
  background-color: var(--el-badge-bg-color);
  border-radius: var(--el-badge-radius);
  color: var(--el-color-white);
  display: inline-block;
  font-size: var(--el-badge-font-size);
  height: var(--el-badge-size);
  line-height: var(--el-badge-size);
  padding: 0 var(--el-badge-padding);
  text-align: center;
  white-space: nowrap;
  border: 1px solid var(--el-color-white)
}

.el-badge__content.is-fixed {
  position: absolute;
  top: 0;
  right: calc(1px + var(--el-badge-size) / 2);
  transform: translateY(-50%) translate(100%)
}

.el-badge__content.is-fixed.is-dot {
  right: 5px
}

.el-badge__content.is-dot {
  height: 8px;
  width: 8px;
  padding: 0;
  right: 0;
  border-radius: 50%
}

.el-badge__content--primary {
  background-color: var(--el-color-primary)
}

.el-badge__content--success {
  background-color: var(--el-color-success)
}

.el-badge__content--warning {
  background-color: var(--el-color-warning)
}

.el-badge__content--info {
  background-color: var(--el-color-info)
}

.el-badge__content--danger {
  background-color: var(--el-color-danger)
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-tooltip {
  --el-tooltip-fill: var(--el-text-color-primary);
  --el-tooltip-text-color: var(--el-color-white);
  --el-tooltip-font-size: 12px;
  --el-tooltip-border-color: var(--el-text-color-primary);
  --el-tooltip-arrow-size: 6px;
  --el-tooltip-padding: 10px
}

.el-tooltip:focus:not(.focusing),
.el-tooltip:focus:hover {
  outline-width: 0
}

.el-tooltip__popper {
  position: absolute;
  border-radius: 4px;
  padding: var(--el-tooltip-padding);
  z-index: var(--el-index-popper);
  font-size: var(--el-tooltip-font-size);
  line-height: 1.2;
  min-width: 10px;
  word-wrap: break-word
}

.el-tooltip__popper .popper__arrow,
.el-tooltip__popper .popper__arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.el-tooltip__popper .popper__arrow {
  border-width: var(--el-tooltip-arrow-size)
}

.el-tooltip__popper .popper__arrow:after {
  content: " ";
  border-width: 5px
}

.el-tooltip__popper {
  margin-bottom: calc(var(--el-tooltip-arrow-size) + 6px)
}

.el-tooltip__popper .popper__arrow {
  bottom: calc(0px - var(--el-tooltip-arrow-size));
  border-top-color: var(--el-tooltip-border-color);
  border-bottom-width: 0
}

.el-tooltip__popper .popper__arrow:after {
  bottom: 1px;
  border-top-color: var(--el-tooltip-fill);
  border-bottom-width: 0
}

.el-tooltip__popper {
  margin-top: calc(var(--el-tooltip-arrow-size) + 6px)
}

.el-tooltip__popper .popper__arrow {
  top: calc(0px - var(--el-tooltip-arrow-size));
  border-bottom-color: var(--el-tooltip-border-color);
  border-top-width: 0
}

.el-tooltip__popper .popper__arrow:after {
  top: 1px;
  border-bottom-color: var(--el-tooltip-fill);
  border-top-width: 0
}

.el-tooltip__popper {
  margin-right: calc(var(--el-tooltip-arrow-size) + 6px)
}

.el-tooltip__popper .popper__arrow {
  right: calc(0px - var(--el-tooltip-arrow-size));
  border-left-color: var(--el-tooltip-border-color);
  border-right-width: 0
}

.el-tooltip__popper .popper__arrow:after {
  right: 1px;
  border-left-color: var(--el-tooltip-fill);
  border-right-width: 0
}

.el-tooltip__popper {
  margin-left: calc(var(--el-tooltip-arrow-size) + 6px)
}

.el-tooltip__popper .popper__arrow {
  left: calc(0px - var(--el-tooltip-arrow-size));
  border-right-color: var(--el-tooltip-border-color);
  border-left-width: 0
}

.el-tooltip__popper .popper__arrow:after {
  left: 1px;
  border-right-color: var(--el-tooltip-fill);
  border-left-width: 0
}

.el-tooltip__popper.is-dark {
  background: var(--el-tooltip-fill);
  color: var(--el-tooltip-color)
}

.el-tooltip__popper.is-light {
  background: var(--el-tooltip-color);
  border: 1px solid var(--el-tooltip-fill)
}

.el-tooltip__popper.is-light .popper__arrow {
  border-top-color: var(--el-tooltip-fill)
}

.el-tooltip__popper.is-light .popper__arrow:after {
  border-top-color: var(--el-tooltip-color)
}

.el-tooltip__popper.is-light .popper__arrow {
  border-top-color: var(--el-tooltip-fill)
}

.el-tooltip__popper.is-light .popper__arrow:after {
  border-top-color: var(--el-tooltip-color)
}

.el-tooltip__popper.is-light .popper__arrow {
  border-top-color: var(--el-tooltip-fill)
}

.el-tooltip__popper.is-light .popper__arrow:after {
  border-top-color: var(--el-tooltip-color)
}

.el-tooltip__popper.is-light .popper__arrow {
  border-top-color: var(--el-tooltip-fill)
}

.el-tooltip__popper.is-light .popper__arrow:after {
  border-top-color: var(--el-tooltip-color)
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-tag {
  --el-tag-font-size: 12px;
  --el-tag-border-radius: 4px;
  --el-tag-padding: 0 10px
}

.el-tag {
  --el-tag-bg-color: #e6eff6;
  --el-tag-border-color: #cce0ee;
  --el-tag-text-color: #0062a8;
  --el-tag-hover-color: #0062a8;
  background-color: var(--el-tag-bg-color);
  border-color: var(--el-tag-border-color);
  color: var(--el-tag-text-color);
  display: inline-block;
  height: 32px;
  padding: var(--el-tag-padding);
  line-height: 30px;
  font-size: var(--el-tag-font-size);
  border-width: 1px;
  border-style: solid;
  border-radius: var(--el-tag-border-radius);
  box-sizing: border-box;
  white-space: nowrap
}

.el-tag.is-hit {
  border-color: #0062a8
}

.el-tag .el-tag__close {
  color: var(--el-tag-text-color)
}

.el-tag .el-tag__close:hover {
  color: var(--el-color-white);
  background-color: var(--el-tag-hover-color)
}

.el-tag.el-tag--primary {
  --el-tag-bg-color: #e6eff6;
  --el-tag-border-color: #cce0ee;
  --el-tag-text-color: #0062a8;
  --el-tag-hover-color: #0062a8
}

.el-tag.el-tag--primary.is-hit {
  border-color: #0062a8
}

.el-tag.el-tag--success {
  --el-tag-bg-color: #f0f9eb;
  --el-tag-border-color: #e1f3d8;
  --el-tag-text-color: #67c23a;
  --el-tag-hover-color: #67c23a
}

.el-tag.el-tag--success.is-hit {
  border-color: #67c23a
}

.el-tag.el-tag--warning {
  --el-tag-bg-color: #fdf6ec;
  --el-tag-border-color: #faecd8;
  --el-tag-text-color: #e6a23c;
  --el-tag-hover-color: #e6a23c
}

.el-tag.el-tag--warning.is-hit {
  border-color: #e6a23c
}

.el-tag.el-tag--danger {
  --el-tag-bg-color: #fef0f0;
  --el-tag-border-color: #fde2e2;
  --el-tag-text-color: #f56c6c;
  --el-tag-hover-color: #f56c6c
}

.el-tag.el-tag--danger.is-hit {
  border-color: #f56c6c
}

.el-tag.el-tag--error {
  --el-tag-bg-color: #fef0f0;
  --el-tag-border-color: #fde2e2;
  --el-tag-text-color: #f56c6c;
  --el-tag-hover-color: #f56c6c
}

.el-tag.el-tag--error.is-hit {
  border-color: #f56c6c
}

.el-tag.el-tag--info {
  --el-tag-bg-color: #f4f4f5;
  --el-tag-border-color: #e9e9eb;
  --el-tag-text-color: #909399;
  --el-tag-hover-color: #909399
}

.el-tag.el-tag--info.is-hit {
  border-color: #909399
}

.el-tag .el-icon {
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  top: -1px
}

.el-tag .el-icon:before {
  display: block
}

.el-tag .el-icon svg {
  margin: 2px
}

.el-tag .el-tag__close {
  right: -5px
}

.el-tag--dark {
  --el-tag-bg-color: #0062a8;
  --el-tag-border-color: #0062a8;
  --el-tag-text-color: white;
  --el-tag-hover-color: #3381b9;
  background-color: var(--el-tag-bg-color);
  border-color: var(--el-tag-border-color);
  color: var(--el-tag-text-color)
}

.el-tag--dark.is-hit {
  border-color: #0062a8
}

.el-tag--dark .el-tag__close {
  color: var(--el-tag-text-color)
}

.el-tag--dark .el-tag__close:hover {
  color: var(--el-color-white);
  background-color: var(--el-tag-hover-color)
}

.el-tag--dark.el-tag--primary {
  --el-tag-bg-color: #0062a8;
  --el-tag-border-color: #0062a8;
  --el-tag-text-color: white;
  --el-tag-hover-color: #3381b9
}

.el-tag--dark.el-tag--primary.is-hit {
  border-color: #0062a8
}

.el-tag--dark.el-tag--success {
  --el-tag-bg-color: #67c23a;
  --el-tag-border-color: #67c23a;
  --el-tag-text-color: white;
  --el-tag-hover-color: #85ce61
}

.el-tag--dark.el-tag--success.is-hit {
  border-color: #67c23a
}

.el-tag--dark.el-tag--warning {
  --el-tag-bg-color: #e6a23c;
  --el-tag-border-color: #e6a23c;
  --el-tag-text-color: white;
  --el-tag-hover-color: #ebb563
}

.el-tag--dark.el-tag--warning.is-hit {
  border-color: #e6a23c
}

.el-tag--dark.el-tag--danger {
  --el-tag-bg-color: #f56c6c;
  --el-tag-border-color: #f56c6c;
  --el-tag-text-color: white;
  --el-tag-hover-color: #f78989
}

.el-tag--dark.el-tag--danger.is-hit {
  border-color: #f56c6c
}

.el-tag--dark.el-tag--error {
  --el-tag-bg-color: #f56c6c;
  --el-tag-border-color: #f56c6c;
  --el-tag-text-color: white;
  --el-tag-hover-color: #f78989
}

.el-tag--dark.el-tag--error.is-hit {
  border-color: #f56c6c
}

.el-tag--dark.el-tag--info {
  --el-tag-bg-color: #909399;
  --el-tag-border-color: #909399;
  --el-tag-text-color: white;
  --el-tag-hover-color: #a6a9ad
}

.el-tag--dark.el-tag--info.is-hit {
  border-color: #909399
}

.el-tag--plain {
  --el-tag-bg-color: white;
  --el-tag-border-color: #99c0dc;
  --el-tag-text-color: #0062a8;
  --el-tag-hover-color: #0062a8;
  background-color: var(--el-tag-bg-color);
  border-color: var(--el-tag-border-color);
  color: var(--el-tag-text-color)
}

.el-tag--plain.is-hit {
  border-color: #0062a8
}

.el-tag--plain .el-tag__close {
  color: var(--el-tag-text-color)
}

.el-tag--plain .el-tag__close:hover {
  color: var(--el-color-white);
  background-color: var(--el-tag-hover-color)
}

.el-tag--plain.el-tag--primary {
  --el-tag-bg-color: white;
  --el-tag-border-color: #99c0dc;
  --el-tag-text-color: #0062a8;
  --el-tag-hover-color: #0062a8
}

.el-tag--plain.el-tag--primary.is-hit {
  border-color: #0062a8
}

.el-tag--plain.el-tag--success {
  --el-tag-bg-color: white;
  --el-tag-border-color: #c2e7b0;
  --el-tag-text-color: #67c23a;
  --el-tag-hover-color: #67c23a
}

.el-tag--plain.el-tag--success.is-hit {
  border-color: #67c23a
}

.el-tag--plain.el-tag--warning {
  --el-tag-bg-color: white;
  --el-tag-border-color: #f5dab1;
  --el-tag-text-color: #e6a23c;
  --el-tag-hover-color: #e6a23c
}

.el-tag--plain.el-tag--warning.is-hit {
  border-color: #e6a23c
}

.el-tag--plain.el-tag--danger {
  --el-tag-bg-color: white;
  --el-tag-border-color: #fbc4c4;
  --el-tag-text-color: #f56c6c;
  --el-tag-hover-color: #f56c6c
}

.el-tag--plain.el-tag--danger.is-hit {
  border-color: #f56c6c
}

.el-tag--plain.el-tag--error {
  --el-tag-bg-color: white;
  --el-tag-border-color: #fbc4c4;
  --el-tag-text-color: #f56c6c;
  --el-tag-hover-color: #f56c6c
}

.el-tag--plain.el-tag--error.is-hit {
  border-color: #f56c6c
}

.el-tag--plain.el-tag--info {
  --el-tag-bg-color: white;
  --el-tag-border-color: #d3d4d6;
  --el-tag-text-color: #909399;
  --el-tag-hover-color: #909399
}

.el-tag--plain.el-tag--info.is-hit {
  border-color: #909399
}

.el-tag--medium {
  height: 28px;
  line-height: 26px
}

.el-tag--small {
  height: 24px;
  line-height: 22px
}

.el-tag--mini {
  height: 20px;
  line-height: 18px
}

.el-tag--medium .el-icon-close {
  transform: scale(.8)
}

.el-tag--small {
  padding: 0 8px
}

.el-tag--small .el-icon-close {
  transform: scale(.8)
}

.el-tag--mini {
  padding: 0 5px
}

.el-tag--mini .el-icon-close {
  margin-left: -3px;
  transform: scale(.7)
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-icon-loading {
  animation: rotating 2s linear infinite
}

.el-icon--right {
  margin-left: 5px
}

.el-icon--left {
  margin-right: 5px
}

@keyframes rotating {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.el-icon {
  --color: inherit;
  --font-size: 14px;
  height: 1em;
  width: 1em;
  line-height: 1em;
  text-align: center;
  display: inline-block;
  position: relative;
  fill: currentColor;
  color: var(--color);
  font-size: var(--font-size)
}

.el-icon.is-loading {
  animation: rotating 2s linear infinite
}

.el-icon svg {
  height: 1em;
  width: 1em
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-avatar {
  --el-avatar-text-color: #fff;
  --el-avatar-bg-color: #c0c4cc;
  --el-avatar-text-font-size: 14px;
  --el-avatar-icon-font-size: 18px;
  --el-avatar-border-radius: var(--el-border-radius-base);
  --el-avatar-large-size: 40px;
  --el-avatar-medium-size: 36px;
  --el-avatar-small-size: 28px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  color: var(--el-avatar-text-color);
  background: var(--el-avatar-bg-color);
  width: var(--el-avatar-large-size);
  height: var(--el-avatar-large-size);
  line-height: var(--el-avatar-large-size);
  font-size: var(--el-avatar-text-font-size)
}

.el-avatar>img {
  display: block;
  height: 100%;
  vertical-align: middle
}

.el-avatar--circle {
  border-radius: 50%
}

.el-avatar--square {
  border-radius: var(--el-avatar-border-radius)
}

.el-avatar--icon {
  font-size: var(--el-avatar-icon-font-size)
}

.el-avatar--small {
  width: var(--el-avatar-small-size);
  height: var(--el-avatar-small-size);
  line-height: var(--el-avatar-small-size)
}

.el-avatar--medium {
  width: var(--el-avatar-medium-size);
  height: var(--el-avatar-medium-size);
  line-height: var(--el-avatar-medium-size)
}

.el-avatar--large {
  width: var(--el-avatar-large-size);
  height: var(--el-avatar-large-size);
  line-height: var(--el-avatar-large-size)
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-tabs__header {
  padding: 0;
  position: relative;
  margin: 0 0 15px
}

.el-tabs__active-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: var(--el-color-primary);
  z-index: 1;
  transition: transform var(--el-transition-duration) cubic-bezier(.645, .045, .355, 1);
  list-style: none
}

.el-tabs__new-tab {
  float: right;
  border: 1px solid #d3dce6;
  height: 18px;
  width: 18px;
  line-height: 18px;
  margin: 10px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  color: #d3dce6;
  cursor: pointer;
  transition: all .15s
}

.el-tabs__new-tab .is-icon-plus {
  height: inherit;
  width: inherit;
  transform: scale(.8)
}

.el-tabs__new-tab .is-icon-plus svg {
  vertical-align: middle
}

.el-tabs__new-tab:hover {
  color: var(--el-color-primary)
}

.el-tabs__nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
  position: relative
}

.el-tabs__nav-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--el-border-color-light);
  z-index: var(--el-index-normal)
}

.el-tabs__nav-wrap.is-scrollable {
  padding: 0 20px;
  box-sizing: border-box
}

.el-tabs__nav-scroll {
  overflow: hidden
}

.el-tabs__nav-next,
.el-tabs__nav-prev {
  position: absolute;
  cursor: pointer;
  line-height: 44px;
  font-size: 12px;
  color: var(--el-text-color-secondary)
}

.el-tabs__nav-next {
  right: 0
}

.el-tabs__nav-prev {
  left: 0
}

.el-tabs__nav {
  white-space: nowrap;
  position: relative;
  transition: transform var(--el-transition-duration);
  float: left;
  z-index: calc(var(--el-index-normal) + 1)
}

.el-tabs__nav.is-stretch {
  min-width: 100%;
  display: flex
}

.el-tabs__nav.is-stretch>* {
  flex: 1;
  text-align: center
}

.el-tabs__item {
  padding: 0 20px;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--el-text-color-primary);
  position: relative
}

.el-tabs__item:focus,
.el-tabs__item:focus:active {
  outline: none
}

.el-tabs__item .is-icon-close {
  border-radius: 50%;
  text-align: center;
  transition: all var(--el-transition-duration) cubic-bezier(.645, .045, .355, 1);
  margin-left: 5px
}

.el-tabs__item .is-icon-close:before {
  transform: scale(.9);
  display: inline-block
}

.el-tabs__item .is-icon-close:hover {
  background-color: var(--el-text-color-placeholder);
  color: #fff
}

.el-tabs__item .is-icon-close svg {
  margin-top: 1px
}

.el-tabs__item.is-active {
  color: var(--el-color-primary)
}

.el-tabs__item:hover {
  color: var(--el-color-primary);
  cursor: pointer
}

.el-tabs__item.is-disabled {
  color: var(--el-disabled-text-color);
  cursor: default
}

.el-tabs__content {
  overflow: hidden;
  position: relative
}

.el-tabs--card>.el-tabs__header {
  border-bottom: 1px solid var(--el-border-color-light)
}

.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap:after {
  content: none
}

.el-tabs--card>.el-tabs__header .el-tabs__nav {
  border: 1px solid var(--el-border-color-light);
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box
}

.el-tabs--card>.el-tabs__header .el-tabs__active-bar {
  display: none
}

.el-tabs--card>.el-tabs__header .el-tabs__item .is-icon-close {
  position: relative;
  font-size: 12px;
  width: 0;
  height: 14px;
  vertical-align: middle;
  line-height: 15px;
  overflow: hidden;
  top: -1px;
  right: -2px;
  transform-origin: 100% 50%
}

.el-tabs--card>.el-tabs__header .el-tabs__item {
  border-bottom: 1px solid transparent;
  border-left: 1px solid var(--el-border-color-light);
  transition: color var(--el-transition-duration) cubic-bezier(.645, .045, .355, 1), padding var(--el-transition-duration) cubic-bezier(.645, .045, .355, 1)
}

.el-tabs--card>.el-tabs__header .el-tabs__item:first-child {
  border-left: none
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover {
  padding-left: 13px;
  padding-right: 13px
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .is-icon-close {
  width: 14px
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
  border-bottom-color: #fff
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable {
  padding-left: 20px;
  padding-right: 20px
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .is-icon-close {
  width: 14px
}

.el-tabs--border-card {
  background: #ffffff;
  border: 1px solid var(--el-border-color-base);
  box-shadow: 0 2px 4px #0000001f, 0 0 6px #0000000a
}

.el-tabs--border-card>.el-tabs__content {
  padding: 15px
}

.el-tabs--border-card>.el-tabs__header {
  background-color: #f5f7fa;
  border-bottom: 1px solid var(--el-border-color-light);
  margin: 0
}

.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap:after {
  content: none
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item {
  transition: all var(--el-transition-duration) cubic-bezier(.645, .045, .355, 1);
  border: 1px solid transparent;
  margin-top: -1px;
  color: var(--el-text-color-secondary)
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child {
  margin-left: -1px
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item {
  margin-left: -1px
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
  color: var(--el-color-primary);
  background-color: #fff;
  border-right-color: var(--el-border-color-base);
  border-left-color: var(--el-border-color-base)
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
  color: var(--el-color-primary)
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled {
  color: var(--el-disabled-text-color)
}

.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child {
  margin-left: 0
}

.el-tabs--top .el-tabs__item.is-top:nth-child(2),
.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2) {
  padding-left: 0
}

.el-tabs--top .el-tabs__item.is-top:last-child,
.el-tabs--top .el-tabs__item.is-bottom:last-child,
.el-tabs--bottom .el-tabs__item.is-top:last-child,
.el-tabs--bottom .el-tabs__item.is-bottom:last-child {
  padding-right: 0
}

.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2) {
  padding-left: 20px
}

.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child {
  padding-right: 20px
}

.el-tabs--bottom .el-tabs__header.is-bottom {
  margin-bottom: 0;
  margin-top: 10px
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
  border-bottom: 0;
  border-top: 1px solid var(--el-border-color-base)
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
  margin-top: -1px;
  margin-bottom: 0
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active) {
  border: 1px solid transparent
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
  margin: 0 -1px -1px
}

.el-tabs--left,
.el-tabs--right {
  overflow: hidden
}

.el-tabs--left .el-tabs__header.is-left,
.el-tabs--left .el-tabs__header.is-right,
.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--left .el-tabs__nav-scroll,
.el-tabs--right .el-tabs__header.is-left,
.el-tabs--right .el-tabs__header.is-right,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__nav-scroll {
  height: 100%
}

.el-tabs--left .el-tabs__active-bar.is-left,
.el-tabs--left .el-tabs__active-bar.is-right,
.el-tabs--right .el-tabs__active-bar.is-left,
.el-tabs--right .el-tabs__active-bar.is-right {
  top: 0;
  bottom: auto;
  width: 2px;
  height: auto
}

.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-bottom: 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next {
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  cursor: pointer
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,
.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i {
  transform: rotate(90deg)
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev {
  left: auto;
  top: 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next {
  right: auto;
  bottom: 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable {
  padding: 30px 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left:after,
.el-tabs--left .el-tabs__nav-wrap.is-right:after,
.el-tabs--right .el-tabs__nav-wrap.is-left:after,
.el-tabs--right .el-tabs__nav-wrap.is-right:after {
  height: 100%;
  width: 2px;
  bottom: auto;
  top: 0
}

.el-tabs--left .el-tabs__nav.is-left,
.el-tabs--left .el-tabs__nav.is-right,
.el-tabs--right .el-tabs__nav.is-left,
.el-tabs--right .el-tabs__nav.is-right {
  float: none
}

.el-tabs--left .el-tabs__item.is-left,
.el-tabs--left .el-tabs__item.is-right,
.el-tabs--right .el-tabs__item.is-left,
.el-tabs--right .el-tabs__item.is-right {
  display: block
}

.el-tabs--left .el-tabs__header.is-left {
  float: left;
  margin-bottom: 0;
  margin-right: 10px
}

.el-tabs--left .el-tabs__nav-wrap.is-left {
  margin-right: -1px
}

.el-tabs--left .el-tabs__nav-wrap.is-left:after {
  left: auto;
  right: 0
}

.el-tabs--left .el-tabs__active-bar.is-left {
  right: 0;
  left: auto
}

.el-tabs--left .el-tabs__item.is-left {
  text-align: right
}

.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left {
  display: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left {
  border-left: none;
  border-right: 1px solid var(--el-border-color-light);
  border-bottom: none;
  border-top: 1px solid var(--el-border-color-light);
  text-align: left
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child {
  border-right: 1px solid var(--el-border-color-light);
  border-top: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
  border: 1px solid var(--el-border-color-light);
  border-right-color: #fff;
  border-left: none;
  border-bottom: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child {
  border-top: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child {
  border-bottom: none
}

.el-tabs--left.el-tabs--card .el-tabs__nav {
  border-radius: 4px 0 0 4px;
  border-bottom: 1px solid var(--el-border-color-light);
  border-right: none
}

.el-tabs--left.el-tabs--card .el-tabs__new-tab {
  float: none
}

.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
  border-right: 1px solid #dfe4ed
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
  border: 1px solid transparent;
  margin: -1px 0 -1px -1px
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
  border-color: transparent;
  border-top-color: #d1dbe5;
  border-bottom-color: #d1dbe5
}

.el-tabs--right .el-tabs__header.is-right {
  float: right;
  margin-bottom: 0;
  margin-left: 10px
}

.el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-left: -1px
}

.el-tabs--right .el-tabs__nav-wrap.is-right:after {
  left: 0;
  right: auto
}

.el-tabs--right .el-tabs__active-bar.is-right {
  left: 0
}

.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
  display: none
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right {
  border-bottom: none;
  border-top: 1px solid var(--el-border-color-light)
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child {
  border-left: 1px solid var(--el-border-color-light);
  border-top: none
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active {
  border: 1px solid var(--el-border-color-light);
  border-left-color: #fff;
  border-right: none;
  border-bottom: none
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child {
  border-top: none
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child {
  border-bottom: none
}

.el-tabs--right.el-tabs--card .el-tabs__nav {
  border-radius: 0 4px 4px 0;
  border-bottom: 1px solid var(--el-border-color-light);
  border-left: none
}

.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right {
  border-left: 1px solid #dfe4ed
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right {
  border: 1px solid transparent;
  margin: -1px -1px -1px 0
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
  border-color: transparent;
  border-top-color: #d1dbe5;
  border-bottom-color: #d1dbe5
}

.slideInRight-transition,
.slideInLeft-transition {
  display: inline-block
}

.slideInRight-enter {
  animation: slideInRight-enter var(--el-transition-duration)
}

.slideInRight-leave {
  position: absolute;
  left: 0;
  right: 0;
  animation: slideInRight-leave var(--el-transition-duration)
}

.slideInLeft-enter {
  animation: slideInLeft-enter var(--el-transition-duration)
}

.slideInLeft-leave {
  position: absolute;
  left: 0;
  right: 0;
  animation: slideInLeft-leave var(--el-transition-duration)
}

@keyframes slideInRight-enter {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translate(100%)
  }

  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: translate(0)
  }
}

@keyframes slideInRight-leave {
  0% {
    transform-origin: 0 0;
    transform: translate(0);
    opacity: 1
  }

  to {
    transform-origin: 0 0;
    transform: translate(100%);
    opacity: 0
  }
}

@keyframes slideInLeft-enter {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translate(-100%)
  }

  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: translate(0)
  }
}

@keyframes slideInLeft-leave {
  0% {
    transform-origin: 0 0;
    transform: translate(0);
    opacity: 1
  }

  to {
    transform-origin: 0 0;
    transform: translate(-100%);
    opacity: 0
  }
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-image__error,
.el-image__placeholder,
.el-image__inner {
  width: 100%;
  height: 100%
}

.el-image {
  position: relative;
  display: inline-block;
  overflow: hidden
}

.el-image__inner {
  vertical-align: top
}

.el-image__placeholder {
  background: #f5f7fa
}

.el-image__error {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background: #f5f7fa;
  color: var(--el-text-color-placeholder);
  vertical-align: middle
}

.el-image__preview {
  cursor: pointer
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-image-viewer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.el-image-viewer__btn {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: .8;
  cursor: pointer;
  box-sizing: border-box;
  user-select: none
}

.el-image-viewer__btn .el-icon {
  font-size: inherit;
  cursor: pointer
}

.el-image-viewer__close {
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  font-size: 40px
}

.el-image-viewer__canvas {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.el-image-viewer__actions {
  left: 50%;
  bottom: 30px;
  transform: translate(-50%);
  width: 282px;
  height: 44px;
  padding: 0 23px;
  background-color: var(--el-text-color-regular);
  border-color: #fff;
  border-radius: 22px
}

.el-image-viewer__actions__inner {
  width: 100%;
  height: 100%;
  text-align: justify;
  cursor: default;
  font-size: 23px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around
}

.el-image-viewer__prev {
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #fff;
  background-color: var(--el-text-color-regular);
  border-color: #fff
}

.el-image-viewer__next {
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  text-indent: 2px;
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #fff;
  background-color: var(--el-text-color-regular);
  border-color: #fff
}

.el-image-viewer__close {
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #fff;
  background-color: var(--el-text-color-regular);
  border-color: #fff
}

.el-image-viewer__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .5;
  background: #000
}

.viewer-fade-enter-active {
  animation: viewer-fade-in var(--el-transition-duration)
}

.viewer-fade-leave-active {
  animation: viewer-fade-out var(--el-transition-duration)
}

@keyframes viewer-fade-in {
  0% {
    transform: translateY(-20px);
    opacity: 0
  }

  to {
    transform: translate(0);
    opacity: 1
  }
}

@keyframes viewer-fade-out {
  0% {
    transform: translate(0);
    opacity: 1
  }

  to {
    transform: translateY(-20px);
    opacity: 0
  }
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-button {
  --el-button-font-weight: var(--el-font-weight-primary);
  --el-button-border-color: var(--el-border-color-base);
  --el-button-bg-color: var(--el-color-white);
  --el-button-text-color: var(--el-text-color-regular);
  --el-button-disabled-text-color: var(--el-disabled-text-color);
  --el-button-disabled-bg-color: var(--el-color-white);
  --el-button-disabled-border-color: var(--el-border-color-light);
  --el-button-divide-border-color: rgba(255, 255, 255, .5);
  --el-button-hover-text-color: var(--el-color-white);
  --el-button-hover-bg-color: var(--el-color-primary-light-9);
  --el-button-hover-border-color: var(--el-color-primary-light-7);
  --el-button-active-text-color: var(--el-button-hover-text-color);
  --el-button-active-border-color: var(--el-color-primary);
  --el-button-active-bg-color: var(--el-button-hover-bg-color)
}

.el-button {
  display: inline-block;
  line-height: 1;
  min-height: 40px;
  white-space: nowrap;
  cursor: pointer;
  background-color: var(--el-button-bg-color, var(--el-color-white));
  border: var(--el-border-base);
  border-color: var(--el-button-border-color, var(--el-border-color-base));
  color: var(--el-button-text-color, var(--el-text-color-regular));
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: .1s;
  font-weight: var(--el-button-font-weight);
  user-select: none;
  padding: 12px 50px;
  font-size: var(--el-font-size-base, 14px);
  border-radius: var(--el-border-radius-base)
}

.el-button+.el-button {
  margin-left: 10px
}

.el-button.is-round {
  padding: 12px 50px
}

.el-button:hover,
.el-button:focus {
  color: var(--el-button-hover-text-color);
  border-color: var(--el-button-hover-border-color, var(--el-button-hover-bg-color));
  background-color: var(--el-button-hover-bg-color);
  outline: none
}

.el-button:active {
  color: var(--el-button-active-text-color);
  border-color: var(--el-button-active-border-color, var(--el-button-active-bg-color));
  background-color: var(--el-button-active-bg-color, var(--el-button-bg-color));
  outline: none
}

.el-button::-moz-focus-inner {
  border: 0
}

.el-button +span {
  margin-left: 5px
}

.el-button  svg {
  vertical-align: bottom
}

.el-button.is-plain {
  --el-button-active-text-color: #005897;
  --el-button-active-border-color: #005897;
  --el-button-hover-text-color: var(--el-color-primary);
  --el-button-hover-bg-color: var(--el-color-white);
  --el-button-hover-border-color: var(--el-color-primary)
}

.el-button.is-active {
  color: var(--el-button-active-text-color);
  border-color: var(--el-button-active-border-color, --el-button-active-bg-color);
  background-color: var(--el-button-active-bg-color);
  outline: none
}

.el-button.is-disabled,
.el-button.is-disabled:hover,
.el-button.is-disabled:focus {
  color: var(--el-button-disabled-text-color);
  cursor: not-allowed;
  background-image: none;
  background-color: var(--el-button-disabled-bg-color);
  border-color: var(--el-button-disabled-border-color)
}

.el-button.is-disabled.el-button--text {
  background-color: transparent
}

.el-button.is-disabled.is-plain,
.el-button.is-disabled.is-plain:hover,
.el-button.is-disabled.is-plain:focus {
  background-color: var(--el-color-white);
  border-color: var(--el-button-disabled-border-color);
  color: var(--el-button-disabled-text-color)
}

.el-button.is-loading {
  position: relative;
  pointer-events: none
}

.el-button.is-loading:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: #ffffff59
}

.el-button.is-round {
  border-radius: var(--el-border-radius-round);
  padding: 12px 23px
}

.el-button.is-circle {
  border-radius: 50%;
  padding: 12px
}

.el-button__text--expand {
  letter-spacing: .3em;
  margin-right: -.3em
}

.el-button--default {
  --el-button-text-color: var(--el-text-color-regular);
  --el-button-hover-text-color: var(--el-color-primary);
  --el-button-disabled-text-color: var(--el-text-color-placeholder)
}

.el-button--primary {
  --el-button-text-color: var(--el-color-white);
  --el-button-disabled-text-color: var(--el-color-white)
}

.el-button--primary.is-plain {
  --el-button-text-color: var(--el-color-primary);
  --el-button-bg-color: #e6eff6;
  --el-button-border-color: #99c0dc;
  --el-button-hover-text-color: var(--el-color-white);
  --el-button-hover-bg-color: var(--el-color-primary);
  --el-button-hover-border-color: var(--el-color-primary);
  --el-button-active-text-color: var(--el-color-white);
  --el-button-active-border-color: var(--el-color-primary)
}

.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:hover,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:active {
  color: #66a1cb;
  background-color: #e6eff6;
  border-color: #cce0ee
}

.el-button--success {
  --el-button-text-color: var(--el-color-white);
  --el-button-disabled-text-color: var(--el-color-white)
}

.el-button--success.is-plain {
  --el-button-text-color: var(--el-color-success);
  --el-button-bg-color: #f0f9eb;
  --el-button-border-color: #c2e7b0;
  --el-button-hover-text-color: var(--el-color-white);
  --el-button-hover-bg-color: var(--el-color-success);
  --el-button-hover-border-color: var(--el-color-success);
  --el-button-active-text-color: var(--el-color-white);
  --el-button-active-border-color: var(--el-color-success)
}

.el-button--success.is-plain.is-disabled,
.el-button--success.is-plain.is-disabled:hover,
.el-button--success.is-plain.is-disabled:focus,
.el-button--success.is-plain.is-disabled:active {
  color: #a4da89;
  background-color: #f0f9eb;
  border-color: #e1f3d8
}

.el-button--warning {
  --el-button-text-color: var(--el-color-white);
  --el-button-disabled-text-color: var(--el-color-white)
}

.el-button--warning.is-plain {
  --el-button-text-color: var(--el-color-warning);
  --el-button-bg-color: #fdf6ec;
  --el-button-border-color: #f5dab1;
  --el-button-hover-text-color: var(--el-color-white);
  --el-button-hover-bg-color: var(--el-color-warning);
  --el-button-hover-border-color: var(--el-color-warning);
  --el-button-active-text-color: var(--el-color-white);
  --el-button-active-border-color: var(--el-color-warning)
}

.el-button--warning.is-plain.is-disabled,
.el-button--warning.is-plain.is-disabled:hover,
.el-button--warning.is-plain.is-disabled:focus,
.el-button--warning.is-plain.is-disabled:active {
  color: #f0c78a;
  background-color: #fdf6ec;
  border-color: #faecd8
}

.el-button--danger {
  --el-button-text-color: var(--el-color-white);
  --el-button-disabled-text-color: var(--el-color-white)
}

.el-button--danger.is-plain {
  --el-button-text-color: var(--el-color-danger);
  --el-button-bg-color: #fef0f0;
  --el-button-border-color: #fbc4c4;
  --el-button-hover-text-color: var(--el-color-white);
  --el-button-hover-bg-color: var(--el-color-danger);
  --el-button-hover-border-color: var(--el-color-danger);
  --el-button-active-text-color: var(--el-color-white);
  --el-button-active-border-color: var(--el-color-danger)
}

.el-button--danger.is-plain.is-disabled,
.el-button--danger.is-plain.is-disabled:hover,
.el-button--danger.is-plain.is-disabled:focus,
.el-button--danger.is-plain.is-disabled:active {
  color: #f9a7a7;
  background-color: #fef0f0;
  border-color: #fde2e2
}

.el-button--info {
  --el-button-text-color: var(--el-color-white);
  --el-button-disabled-text-color: var(--el-color-white)
}

.el-button--info.is-plain {
  --el-button-text-color: var(--el-color-info);
  --el-button-bg-color: #f4f4f5;
  --el-button-border-color: #d3d4d6;
  --el-button-hover-text-color: var(--el-color-white);
  --el-button-hover-bg-color: var(--el-color-info);
  --el-button-hover-border-color: var(--el-color-info);
  --el-button-active-text-color: var(--el-color-white);
  --el-button-active-border-color: var(--el-color-info)
}

.el-button--info.is-plain.is-disabled,
.el-button--info.is-plain.is-disabled:hover,
.el-button--info.is-plain.is-disabled:focus,
.el-button--info.is-plain.is-disabled:active {
  color: #bcbec2;
  background-color: #f4f4f5;
  border-color: #e9e9eb
}

.el-button--medium {
  min-height: 36px;
  padding: 10px 20px;
  font-size: var(--el-font-size-base, 14px);
  border-radius: var(--el-border-radius-base)
}

.el-button--medium.is-round {
  padding: 10px 20px
}

.el-button--medium.is-circle {
  padding: 10px
}

.el-button--small {
  min-height: 32px;
  padding: 9px 15px;
  font-size: 12px;
  border-radius: calc(var(--el-border-radius-base) - 1px)
}

.el-button--small.is-round {
  padding: 9px 15px
}

.el-button--small.is-circle {
  padding: 9px
}

.el-button--mini {
  min-height: 28px;
  padding: 7px 15px;
  font-size: 12px;
  border-radius: calc(var(--el-border-radius-base) - 1px)
}

.el-button--mini.is-round {
  padding: 7px 15px
}

.el-button--mini.is-circle {
  padding: 7px
}

.el-button--text {
  border-color: transparent;
  color: var(--el-color-primary);
  background: transparent;
  padding-left: 0;
  padding-right: 0
}

.el-button--text:hover,
.el-button--text:focus {
  color: var(--el-color-primary-light-2);
  border-color: transparent;
  background-color: transparent
}

.el-button--text:active {
  color: #005897;
  border-color: transparent;
  background-color: transparent
}

.el-button--text.is-disabled,
.el-button--text.is-disabled:hover,
.el-button--text.is-disabled:focus {
  border-color: transparent
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-textarea {
  --el-input-text-color: var(--el-text-color-regular);
  --el-input-border: var(--el-border-base);
  --el-input-border-color: var(--el-border-color-base);
  --el-input-border-radius: var(--el-border-radius-base);
  --el-input-bg-color: var(--el-color-white);
  --el-input-icon-color: var(--el-text-color-placeholder);
  --el-input-placeholder-color: var(--el-text-color-placeholder);
  --el-input-hover-border: var(--el-border-color-hover);
  --el-input-clear-hover-color: var(--el-text-color-secondary);
  --el-input-focus-border: var(--el-color-primary)
}

.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: var(--el-font-size-base)
}

.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  color: var(--el-input-text-color, var(--el-text-color-regular));
  background-color: var(--el-input-bg-color, var(--el-color-white));
  background-image: none;
  border: var(--el-input-border, var(--el-border-base));
  border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
  transition: var(--el-transition-border)
}

.el-textarea__inner::placeholder {
  color: var(--el-input-placeholder-color, var(--el-text-color-placeholder))
}

.el-textarea__inner:hover {
  border-color: var(--el-input-hover-border, var(--el-border-color-hover))
}

.el-textarea__inner:focus {
  outline: none;
  border-color: var(--el-input-focus-border, var(--el-color-primary))
}

.el-textarea .el-input__count {
  color: var(--el-color-info);
  background: var(--el-color-white);
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  bottom: 5px;
  right: 10px
}

.el-textarea.is-disabled .el-textarea__inner {
  background-color: var(--el-disabled-bg-color);
  border-color: var(--el-disabled-border-color);
  color: var(--el-disabled-text-color);
  cursor: not-allowed
}

.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: var(--el-text-color-placeholder)
}

.el-textarea.is-exceed .el-textarea__inner {
  border-color: var(--el-color-danger)
}

.el-textarea.is-exceed .el-input__count {
  color: var(--el-color-danger)
}

.el-input {
  --el-input-text-color: var(--el-text-color-regular);
  --el-input-border: var(--el-border-base);
  --el-input-border-color: var(--el-border-color-base);
  --el-input-border-radius: var(--el-border-radius-base);
  --el-input-bg-color: var(--el-color-white);
  --el-input-icon-color: var(--el-text-color-placeholder);
  --el-input-placeholder-color: var(--el-text-color-placeholder);
  --el-input-hover-border: var(--el-border-color-hover);
  --el-input-clear-hover-color: var(--el-text-color-secondary);
  --el-input-focus-border: var(--el-color-primary);
  position: relative;
  font-size: var(--el-font-size-base);
  display: inline-flex;
  width: 100%;
  line-height: 40px
}

.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px
}

.el-input::-webkit-scrollbar:horizontal {
  height: 6px
}

.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc
}

.el-input::-webkit-scrollbar-corner {
  background: #fff
}

.el-input::-webkit-scrollbar-track {
  background: #fff
}

.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px
}

.el-input .el-input__clear {
  color: var(--el-input-icon-color);
  font-size: var(--el-font-size-base, 14px);
  cursor: pointer;
  transition: var(--el-transition-color)
}

.el-input .el-input__clear:hover {
  color: var(--el-input-clear-hover-color)
}

.el-input .el-input__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: var(--el-color-info);
  font-size: 12px
}

.el-input .el-input__count .el-input__count-inner {
  background: #ffffff;
  line-height: initial;
  display: inline-block;
  padding: 0 5px
}

.el-input__inner {
  -webkit-appearance: none;
  background-color: var(--el-input-bg-color, var(--el-color-white));
  background-image: none;
  border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
  border: var(--el-input-border, var(--el-border-base));
  box-sizing: border-box;
  color: var(--el-input-text-color, var(--el-text-color-regular));
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  transition: var(--el-transition-border);
  width: 100%
}

.el-input__inner::placeholder {
  color: var(--el-input-placeholder-color, var(--el-text-color-placeholder))
}

.el-input__inner:hover {
  border-color: var(--el-input-hover-border, var(--el-border-color-hover))
}

.el-input__inner:focus {
  outline: none;
  border-color: var(--el-input-focus-border, var(--el-color-primary))
}

.el-input__suffix {
  display: inline-flex;
  position: absolute;
  height: 100%;
  right: 5px;
  top: 0;
  text-align: center;
  color: var(--el-input-icon-color, var(--el-text-color-placeholder));
  transition: all var(--el-transition-duration);
  pointer-events: none
}

.el-input__suffix-inner {
  pointer-events: all;
  display: inline-flex
}

.el-input__prefix {
  display: inline-flex;
  position: absolute;
  height: 100%;
  left: 5px;
  top: 0;
  text-align: center;
  color: var(--el-input-icon-color, var(--el-text-color-placeholder));
  transition: all var(--el-transition-duration)
}

.el-input__prefix-inner {
  pointer-events: all;
  display: inline-flex
}

.el-input__icon {
  width: 25px;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all var(--el-transition-duration)
}

.el-input__validateIcon {
  pointer-events: none
}

.el-input.is-active .el-input__inner {
  outline: none;
  border-color: var(--el-input-focus-border, )
}

.el-input.is-disabled .el-input__inner {
  background-color: var(--el-disabled-bg-color);
  border-color: var(--el-disabled-border-color);
  color: var(--el-disabled-text-color);
  cursor: not-allowed
}

.el-input.is-disabled .el-input__inner::placeholder {
  color: var(--el-text-color-placeholder)
}

.el-input.is-disabled .el-input__icon {
  cursor: not-allowed
}

.el-input.is-exceed .el-input__inner {
  border-color: var(--el-color-danger)
}

.el-input.is-exceed .el-input__suffix .el-input__count {
  color: var(--el-color-danger)
}

.el-input--suffix--password-clear .el-input__inner {
  padding-right: 55px
}

.el-input--suffix .el-input__inner {
  padding-right: 30px
}

.el-input--prefix .el-input__inner {
  padding-left: 30px
}

.el-input--medium {
  font-size: 14px;
  line-height: 34px
}

.el-input--medium .el-input__inner {
  height: 36px;
  line-height: 36px
}

.el-input--medium .el-input__icon {
  line-height: 36px
}

.el-input--small {
  font-size: 13px;
  line-height: 30px
}

.el-input--small .el-input__inner {
  height: 32px;
  line-height: 32px
}

.el-input--small .el-input__icon {
  line-height: 32px
}

.el-input--mini {
  font-size: 12px;
  line-height: 26px
}

.el-input--mini .el-input__inner {
  height: 28px;
  line-height: 28px
}

.el-input--mini .el-input__icon {
  line-height: 28px
}

.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0
}

.el-input-group>.el-input__inner {
  vertical-align: middle;
  display: table-cell
}

.el-input-group__append,
.el-input-group__prepend {
  background-color: var(--el-bg-color-base);
  color: var(--el-color-info);
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: var(--el-input-border-radius);
  padding: 0 20px;
  width: 1px;
  white-space: nowrap
}

.el-input-group__append:focus,
.el-input-group__prepend:focus {
  outline: none
}

.el-input-group__append .el-select,
.el-input-group__append .el-button,
.el-input-group__prepend .el-select,
.el-input-group__prepend .el-button {
  display: inline-block;
  margin: -10px -20px
}

.el-input-group__append button.el-button,
.el-input-group__append button.el-button:hover,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend button.el-button:hover,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0
}

.el-input-group__append .el-button,
.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit
}

.el-input-group__prepend {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.el-input-group__append {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.el-input-group--prepend .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent
}

.el-input-group--append .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-breadcrumb {
  font-size: 14px;
  line-height: 1
}

.el-breadcrumb:before,
.el-breadcrumb:after {
  display: table;
  content: ""
}

.el-breadcrumb:after {
  clear: both
}

.el-breadcrumb__separator {
  margin: 0 9px;
  font-weight: 700;
  color: var(--el-text-color-placeholder)
}

.el-breadcrumb__separator.el-icon {
  margin: 0 6px;
  font-weight: 400
}

.el-breadcrumb__separator.el-icon svg {
  vertical-align: middle
}

.el-breadcrumb__item {
  float: left
}

.el-breadcrumb__inner {
  color: var(--el-text-color-regular)
}

.el-breadcrumb__inner.is-link,
.el-breadcrumb__inner a {
  font-weight: 700;
  text-decoration: none;
  transition: var(--el-transition-color);
  color: var(--el-text-color-primary)
}

.el-breadcrumb__inner.is-link:hover,
.el-breadcrumb__inner a:hover {
  color: var(--el-color-primary);
  cursor: pointer
}

.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
  font-weight: 400;
  color: var(--el-text-color-regular);
  cursor: text
}

.el-breadcrumb__item:last-child .el-breadcrumb__separator {
  display: none
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

:root {
  --el-popup-modal-bg-color: var(--el-color-black);
  --el-popup-modal-opacity: .5
}

.v-modal-enter {
  animation: v-modal-in var(--el-transition-duration-fast) ease
}

.v-modal-leave {
  animation: v-modal-out var(--el-transition-duration-fast) ease forwards
}

@keyframes v-modal-in {
  0% {
    opacity: 0
  }
}

@keyframes v-modal-out {
  to {
    opacity: 0
  }
}

.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: var(--el-popup-modal-opacity);
  background: var(--el-popup-modal-bg-color)
}

.el-popup-parent--hidden {
  overflow: hidden
}

.el-dialog {
  --el-dialog-width: 50%;
  --el-dialog-margin-top: 15vh;
  --el-dialog-bg-color: var(--el-color-white);
  --el-dialog-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  --el-dialog-title-font-size: var(--el-font-size-large);
  --el-dialog-content-font-size: 14px;
  --el-dialog-font-line-height: var(--el-font-line-height-primary);
  --el-dialog-padding-primary: 20px;
  position: relative;
  margin: var(--el-dialog-margin-top, 15vh) auto 50px;
  background: var(--el-dialog-bg-color);
  border-radius: var(--el-border-radius-small);
  box-shadow: var(--el-dialog-box-shadow);
  box-sizing: border-box;
  width: var(--el-dialog-width, 50%)
}

.el-dialog.is-fullscreen {
  --el-dialog-width: 100%;
  --el-dialog-margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  overflow: auto
}

.el-dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0
}

.el-dialog__header {
  padding: var(--el-dialog-padding-primary);
  padding-bottom: 10px
}

.el-dialog__headerbtn {
  position: absolute;
  top: var(--el-dialog-padding-primary);
  right: var(--el-dialog-padding-primary);
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: var(--el-message-close-size, 16px)
}

.el-dialog__headerbtn .el-dialog__close {
  color: var(--el-color-info);
  font-size: inherit
}

.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
  color: var(--el-color-primary)
}

.el-dialog__title {
  line-height: var(--el-dialog-font-line-height);
  font-size: var(--el-dialog-title-font-size);
  color: var(--el-text-color-primary)
}

.el-dialog__body {
  padding: calc(var(--el-dialog-padding-primary) + 10px) var(--el-dialog-padding-primary);
  color: var(--el-text-color-regular);
  font-size: var(--el-dialog-content-font-size);
  word-break: break-all
}

.el-dialog__footer {
  padding: var(--el-dialog-padding-primary);
  padding-top: 10px;
  text-align: right;
  box-sizing: border-box
}

.el-dialog--center {
  text-align: center
}

.el-dialog--center .el-dialog__body {
  text-align: initial;
  padding: 25px calc(var(--el-dialog-padding-primary) + 5px) 30px
}

.el-dialog--center .el-dialog__footer {
  text-align: inherit
}

.el-overlay-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto
}

.dialog-fade-enter-active {
  animation: modal-fade-in var(--el-transition-duration)
}

.dialog-fade-enter-active .el-overlay-dialog {
  animation: dialog-fade-in var(--el-transition-duration)
}

.dialog-fade-leave-active {
  animation: modal-fade-out var(--el-transition-duration)
}

.dialog-fade-leave-active .el-overlay-dialog {
  animation: dialog-fade-out var(--el-transition-duration)
}

@keyframes dialog-fade-in {
  0% {
    transform: translateY(-20px);
    opacity: 0
  }

  to {
    transform: translate(0);
    opacity: 1
  }
}

@keyframes dialog-fade-out {
  0% {
    transform: translate(0);
    opacity: 1
  }

  to {
    transform: translateY(-20px);
    opacity: 0
  }
}

@keyframes modal-fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes modal-fade-out {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  height: 100%;
  background-color: #00000080;
  overflow: auto
}

.el-overlay .el-overlay-root {
  height: 0
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-form {
  --el-form-label-font-size: var(--el-font-size-base)
}

.el-form--label-left .el-form-item__label {
  text-align: left
}

.el-form--label-top .el-form-item {
  display: block
}

.el-form--label-top .el-form-item__label {
  display: block;
  text-align: left;
  padding: 0 0 10px
}

.el-form--inline .el-form-item {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 10px
}

.el-form--inline.el-form--label-top {
  display: flex;
  flex-wrap: wrap
}

.el-form--inline.el-form--label-top .el-form-item {
  display: block
}

.el-form-item {
  display: flex;
  margin-bottom: 22px
}

.el-form-item .el-form-item {
  margin-bottom: 0
}

.el-form-item .el-input__validateIcon {
  display: none
}

.el-form-item--medium .el-form-item__label,
.el-form-item--medium .el-form-item__content {
  line-height: 36px
}

.el-form-item--small .el-form-item__label,
.el-form-item--small .el-form-item__content {
  line-height: 32px
}

.el-form-item--small.el-form-item {
  margin-bottom: 18px
}

.el-form-item--small .el-form-item__error {
  padding-top: 2px
}

.el-form-item--mini .el-form-item__label,
.el-form-item--mini .el-form-item__content {
  line-height: 28px
}

.el-form-item--mini.el-form-item {
  margin-bottom: 18px
}

.el-form-item--mini .el-form-item__error {
  padding-top: 1px
}

.el-form-item__label-wrap .el-form-item__label {
  display: inline-block
}

.el-form-item__label {
  flex: 0 0 auto;
  text-align: right;
  font-size: var(--el-form-label-font-size);
  color: var(--el-text-color-regular);
  line-height: 40px;
  padding: 0 12px 0 0;
  box-sizing: border-box
}

.el-form-item__content {
  flex: 1;
  line-height: 40px;
  position: relative;
  font-size: 14px;
  min-width: 0
}

.el-form-item__content .el-input-group {
  vertical-align: top
}

.el-form-item__error {
  color: var(--el-color-danger);
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 0
}

.el-form-item__error--inline {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  margin-left: 10px
}

.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label-wrap>.el-form-item__label:before {
  content: "*";
  color: var(--el-color-danger);
  margin-right: 4px
}

.el-form-item.is-error .el-input__inner,
.el-form-item.is-error .el-input__inner:focus,
.el-form-item.is-error .el-textarea__inner,
.el-form-item.is-error .el-textarea__inner:focus {
  border-color: var(--el-color-danger)
}

.el-form-item.is-error .el-input-group__append .el-input__inner,
.el-form-item.is-error .el-input-group__prepend .el-input__inner {
  border-color: transparent
}

.el-form-item.is-error .el-input__validateIcon {
  color: var(--el-color-danger)
}

.el-form-item--feedback .el-input__validateIcon {
  display: inline-flex
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-dropdown {
  --el-dropdown-menu-box-shadow: var(--el-box-shadow-light);
  --el-dropdown-menuItem-hover-fill: var(--el-color-primary-light-9);
  --el-dropdown-menuItem-hover-color: var(--el-color-primary-light-2);
  --el-dropdown-menu-index: 10;
  display: inline-block;
  position: relative;
  color: var(--el-text-color-regular);
  font-size: var(--el-font-size-base);
  line-height: 1
}

.el-dropdown__popper {
  --el-dropdown-menu-box-shadow: var(--el-box-shadow-light);
  --el-dropdown-menuItem-hover-fill: var(--el-color-primary-light-9);
  --el-dropdown-menuItem-hover-color: var(--el-color-primary-light-2);
  --el-dropdown-menu-index: 10
}

.el-dropdown__popper.el-popper {
  background: #ffffff;
  border: 1px solid var(--el-border-color-light);
  box-shadow: var(--el-dropdown-menu-box-shadow)
}

.el-dropdown__popper.el-popper .el-popper__arrow:before {
  border: 1px solid var(--el-border-color-light)
}

.el-dropdown__popper.el-popper .el-popper__arrow:before {
  border-top-color: transparent;
  border-left-color: transparent
}

.el-dropdown__popper.el-popper .el-popper__arrow:before {
  border-bottom-color: transparent;
  border-right-color: transparent
}

.el-dropdown__popper.el-popper .el-popper__arrow:before {
  border-left-color: transparent;
  border-bottom-color: transparent
}

.el-dropdown__popper.el-popper .el-popper__arrow:before {
  border-right-color: transparent;
  border-top-color: transparent
}

.el-dropdown__popper .el-dropdown-menu {
  border: none
}

.el-dropdown__popper .el-dropdown__popper-selfdefine {
  outline: none
}

.el-dropdown__popper .el-scrollbar__bar {
  z-index: calc(var(--el-dropdown-menu-index) + 1)
}

.el-dropdown__popper .el-dropdown__list {
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box
}

.el-dropdown .el-button-group {
  display: block
}

.el-dropdown .el-button-group .el-button {
  float: none
}

.el-dropdown .el-dropdown__caret-button {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  border-left: none
}

.el-dropdown .el-dropdown__caret-button:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  top: 5px;
  bottom: 5px;
  left: 0;
  background: rgba(255, 255, 255, .5)
}

.el-dropdown .el-dropdown__caret-button.el-button--default:before {
  background: var(--el-default-border-color);
  opacity: .5
}

.el-dropdown .el-dropdown__caret-button:hover:before {
  top: 0;
  bottom: 0
}

.el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
  font-size: inherit;
  padding-left: 0
}

.el-dropdown__list__icon {
  font-size: 12px;
  margin: 0 3px
}

.el-dropdown .el-dropdown-selfdefine {
  outline: none
}

.el-dropdown-menu {
  position: relative;
  top: 0;
  left: 0;
  z-index: var(--el-dropdown-menu-index);
  padding: 10px 0;
  margin: 0;
  background-color: #fff;
  border: none;
  border-radius: var(--el-border-radius-base);
  box-shadow: none
}

.el-dropdown-menu__item {
  display: flex;
  align-items: center;
  list-style: none;
  line-height: 36px;
  padding: 0 20px;
  margin: 0;
  font-size: var(--el-font-size-base);
  color: var(--el-text-color-regular);
  cursor: pointer;
  outline: none
}

.el-dropdown-menu__item:not(.is-disabled):hover,
.el-dropdown-menu__item:focus {
  background-color: var(--el-dropdown-menuItem-hover-fill);
  color: var(--el-dropdown-menuItem-hover-color)
}

.el-dropdown-menu__item i {
  margin-right: 5px
}

.el-dropdown-menu__item--divided {
  position: relative;
  margin-top: 6px;
  border-top: 1px solid var(--el-border-color-lighter)
}

.el-dropdown-menu__item--divided:before {
  content: "";
  height: 6px;
  display: block;
  margin: 0 -20px;
  background-color: #fff
}

.el-dropdown-menu__item.is-disabled {
  cursor: not-allowed;
  color: var(--el-text-color-disabled-base)
}

.el-dropdown-menu--medium {
  padding: 6px 0
}

.el-dropdown-menu--medium .el-dropdown-menu__item {
  line-height: 30px;
  padding: 0 17px;
  font-size: 14px
}

.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 6px
}

.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 6px;
  margin: 0 -17px
}

.el-dropdown-menu--small {
  padding: 6px 0
}

.el-dropdown-menu--small .el-dropdown-menu__item {
  line-height: 27px;
  padding: 0 15px;
  font-size: 13px
}

.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 4px
}

.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 4px;
  margin: 0 -15px
}

.el-dropdown-menu--mini {
  padding: 3px 0
}

.el-dropdown-menu--mini .el-dropdown-menu__item {
  line-height: 24px;
  padding: 0 10px;
  font-size: 12px
}

.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 3px
}

.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 3px;
  margin: 0 -10px
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-checkbox {
  --el-checkbox-font-size: 14px;
  --el-checkbox-font-weight: var(--el-font-weight-primary);
  --el-checkbox-text-color: var(--el-text-color-regular);
  --el-checkbox-input-height: 14px;
  --el-checkbox-input-width: 14px;
  --el-checkbox-border-radius: var(--el-border-radius-small);
  --el-checkbox-bg-color: var(--el-color-white);
  --el-checkbox-input-border: var(--el-border-base);
  --el-checkbox-disabled-border-color: var(--el-border-color-base);
  --el-checkbox-disabled-input-fill: #edf2fc;
  --el-checkbox-disabled-icon-color: var(--el-text-color-placeholder);
  --el-checkbox-disabled-checked-input-fill: var(--el-border-color-extra-light);
  --el-checkbox-disabled-checked-input-border-color: var(--el-border-color-base);
  --el-checkbox-disabled-checked-icon-color: var(--el-text-color-placeholder);
  --el-checkbox-checked-text-color: var(--el-color-primary);
  --el-checkbox-checked-input-border-color: var(--el-color-primary);
  --el-checkbox-checked-bg-color: var(--el-color-primary);
  --el-checkbox-checked-icon-color: var(--el-fill-base);
  --el-checkbox-input-border-color-hover: var(--el-color-primary)
}

.el-checkbox {
  color: var(--el-checkbox-text-color);
  font-weight: var(--el-checkbox-font-weight);
  font-size: var(--el-font-size-base);
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  user-select: none;
  margin-right: 30px;
  height: 40px
}

.el-checkbox.el-checkbox--medium {
  height: 36px
}

.el-checkbox.el-checkbox--small {
  height: 32px
}

.el-checkbox.el-checkbox--mini {
  height: 28px
}

.el-checkbox.is-bordered {
  padding: 0 20px 0 10px;
  border-radius: var(--el-border-radius-base);
  border: var(--el-border-base);
  box-sizing: border-box
}

.el-checkbox.is-bordered.is-checked {
  border-color: var(--el-color-primary)
}

.el-checkbox.is-bordered.is-disabled {
  border-color: var(--el-border-color-lighter);
  cursor: not-allowed
}

.el-checkbox.is-bordered+.el-checkbox.is-bordered {
  margin-left: 10px
}

.el-checkbox.is-bordered.el-checkbox--medium {
  padding: 0 20px 0 10px;
  border-radius: var(--el-border-radius-base)
}

.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
  font-size: var(--el-font-size-base, 14px)
}

.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
  height: 14px;
  width: 14px
}

.el-checkbox.is-bordered.el-checkbox--small {
  padding: 0 15px 0 10px;
  border-radius: calc(var(--el-border-radius-base) - 1px)
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
  font-size: 12px
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
  height: 12px;
  width: 12px
}

.el-checkbox.is-bordered.el-checkbox--mini {
  padding: 0 15px 0 10px;
  border-radius: calc(var(--el-border-radius-base) - 1px)
}

.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
  font-size: 12px
}

.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
  height: 12px;
  width: 12px
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after,
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner:after {
  height: 6px;
  width: 2px
}

.el-checkbox__input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-flex;
  position: relative
}

.el-checkbox__input.is-disabled .el-checkbox__inner {
  background-color: var(--el-checkbox-disabled-input-fill);
  border-color: var(--el-checkbox-disabled-border-color);
  cursor: not-allowed
}

.el-checkbox__input.is-disabled .el-checkbox__inner:after {
  cursor: not-allowed;
  border-color: var(--el-checkbox-disabled-icon-color)
}

.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label {
  cursor: not-allowed
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: var(--el-checkbox-disabled-checked-input-fill);
  border-color: var(--el-checkbox-disabled-checked-input-border-color)
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after {
  border-color: var(--el-checkbox-disabled-checked-icon-color)
}

.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
  background-color: var(--el-checkbox-disabled-checked-input-fill);
  border-color: var(--el-checkbox-disabled-checked-input-border-color)
}

.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before {
  background-color: var(--el-checkbox-disabled-checked-icon-color);
  border-color: var(--el-checkbox-disabled-checked-icon-color)
}

.el-checkbox__input.is-disabled+span.el-checkbox__label {
  color: var(--el-disabled-text-color);
  cursor: not-allowed
}

.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: var(--el-checkbox-checked-bg-color);
  border-color: var(--el-checkbox-checked-input-border-color)
}

.el-checkbox__input.is-checked .el-checkbox__inner:after {
  transform: rotate(45deg) scaleY(1)
}

.el-checkbox__input.is-checked+.el-checkbox__label {
  color: var(--el-checkbox-checked-text-color)
}

.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: var(--el-checkbox-input-border-color-hover)
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: var(--el-checkbox-checked-bg-color);
  border-color: var(--el-checkbox-checked-input-border-color)
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner:before {
  content: "";
  position: absolute;
  display: block;
  background-color: var(--el-checkbox-checked-icon-color);
  height: 2px;
  transform: scale(.5);
  left: 0;
  right: 0;
  top: 5px
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner:after {
  display: none
}

.el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: var(--el-checkbox-input-border);
  border-radius: var(--el-checkbox-border-radius);
  box-sizing: border-box;
  width: var(--el-checkbox-input-width);
  height: var(--el-checkbox-input-height);
  background-color: var(--el-checkbox-bg-color);
  z-index: var(--el-index-normal);
  transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46)
}

.el-checkbox__inner:hover {
  border-color: var(--el-checkbox-input-border-color-hover)
}

.el-checkbox__inner:after {
  box-sizing: content-box;
  content: "";
  border: 1px solid var(--el-checkbox-checked-icon-color);
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transition: transform .15s ease-in .05s;
  transform-origin: center
}

.el-checkbox__original {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1
}

.el-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 1;
  font-size: var(--el-checkbox-font-size)
}

.el-checkbox:last-of-type {
  margin-right: 0
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-backtop {
  --el-backtop-bg-color: var(--el-color-white);
  --el-backtop-text-color: var(--el-color-primary);
  --el-backtop-hover-bg-color: var(--el-border-color-extra-light);
  position: fixed;
  background-color: var(--el-backtop-bg-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--el-backtop-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 0 6px #0000001f;
  cursor: pointer;
  z-index: 5
}

.el-backtop:hover {
  background-color: var(--el-backtop-hover-bg-color)
}

.el-backtop__icon {
  font-size: 20px
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-select-dropdown__item {
  font-size: var(--el-font-size-base);
  padding: 0 32px 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--el-text-color-regular);
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer
}

.el-select-dropdown__item.is-disabled {
  color: var(--el-text-color-placeholder);
  cursor: not-allowed
}

.el-select-dropdown__item.is-disabled:hover {
  background-color: var(--el-color-white)
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: var(--el-bg-color-base)
}

.el-select-dropdown__item.selected {
  color: var(--el-color-primary);
  font-weight: 700
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-select-group {
  margin: 0;
  padding: 0
}

.el-select-group__wrap {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0
}

.el-select-group__wrap:not(:last-of-type) {
  padding-bottom: 24px
}

.el-select-group__wrap:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  right: 20px;
  bottom: 12px;
  height: 1px;
  background: var(--el-border-color-light)
}

.el-select-group__split-dash {
  position: absolute;
  left: 20px;
  right: 20px;
  height: 1px;
  background: var(--el-border-color-light)
}

.el-select-group__title {
  padding-left: 20px;
  font-size: 12px;
  color: var(--el-color-info);
  line-height: 30px
}

.el-select-group .el-select-dropdown__item {
  padding-left: 20px
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-scrollbar {
  --el-scrollbar-opacity: .3;
  --el-scrollbar-bg-color: var(--el-text-color-secondary);
  --el-scrollbar-hover-opacity: .5;
  --el-scrollbar-hover-bg-color: var(--el-text-color-secondary)
}

.el-scrollbar {
  overflow: hidden;
  position: relative;
  height: 100%
}

.el-scrollbar__wrap {
  overflow: auto;
  height: 100%
}

.el-scrollbar__wrap--hidden-default {
  scrollbar-width: none
}

.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  display: none
}

.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: var(--el-scrollbar-bg-color, var(--el-text-color-secondary));
  transition: var(--el-transition-duration) background-color;
  opacity: var(--el-scrollbar-opacity, .3)
}

.el-scrollbar__thumb:hover {
  background-color: var(--el-scrollbar-hover-bg-color, var(--el-text-color-secondary));
  opacity: var(--el-scrollbar-hover-opacity, .5)
}

.el-scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px
}

.el-scrollbar__bar.is-vertical {
  width: 6px;
  top: 2px
}

.el-scrollbar__bar.is-vertical>div {
  width: 100%
}

.el-scrollbar__bar.is-horizontal {
  height: 6px;
  left: 2px
}

.el-scrollbar__bar.is-horizontal>div {
  height: 100%
}

.el-scrollbar-fade-enter-active {
  transition: opacity .34s ease-out
}

.el-scrollbar-fade-leave-active {
  transition: opacity .12s ease-out
}

.el-scrollbar-fade-enter-from,
.el-scrollbar-fade-leave-active {
  opacity: 0
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-select-dropdown {
  z-index: calc(var(--el-index-top) + 1);
  border-radius: var(--el-border-radius-base);
  box-sizing: border-box
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: var(--el-color-primary);
  background-color: var(--el-color-white)
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
  background-color: var(--el-bg-color-base)
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected .el-icon {
  position: absolute;
  right: 20px;
  top: 0;
  height: inherit;
  font-size: 12px
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected .el-icon svg {
  height: inherit;
  vertical-align: middle
}

.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
  padding: 0
}

.el-select-dropdown__empty {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: var(--el-text-color-secondary);
  font-size: var(--el-select-font-size)
}

.el-select-dropdown__wrap {
  max-height: 274px
}

.el-select-dropdown__list {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  box-sizing: border-box
}

.el-select {
  --el-select-border-color-hover: var(--el-border-color-hover);
  --el-select-disabled-border: var(--el-disabled-border-color);
  --el-select-font-size: var(--el-font-size-base);
  --el-select-close-hover-color: var(--el-text-color-secondary);
  --el-select-input-color: var(--el-text-color-placeholder);
  --el-select-multiple-input-color: var(--el-text-color-regular);
  --el-select-input-focus-border-color: var(--el-color-primary);
  --el-select-input-font-size: 14px
}

.el-select {
  display: inline-block;
  position: relative;
  line-height: 40px
}

.el-select__popper.el-popper {
  background: var(--el-color-white);
  border: 1px solid var(--el-border-color-light);
  box-shadow: var(--el-box-shadow-light)
}

.el-select__popper.el-popper .el-popper__arrow:before {
  border: 1px solid var(--el-border-color-light)
}

.el-select__popper.el-popper .el-popper__arrow:before {
  border-top-color: transparent;
  border-left-color: transparent
}

.el-select__popper.el-popper .el-popper__arrow:before {
  border-bottom-color: transparent;
  border-right-color: transparent
}

.el-select__popper.el-popper .el-popper__arrow:before {
  border-left-color: transparent;
  border-bottom-color: transparent
}

.el-select__popper.el-popper .el-popper__arrow:before {
  border-right-color: transparent;
  border-top-color: transparent
}

.el-select--medium {
  line-height: 36px
}

.el-select--small {
  line-height: 32px
}

.el-select--mini {
  line-height: 28px
}

.el-select .el-select__tags>span {
  display: inline-block
}

.el-select:hover .el-input__inner {
  border-color: var(--el-select-border-color-hover)
}

.el-select .el-select__tags-text {
  text-overflow: ellipsis;
  display: inline-block;
  overflow-x: hidden;
  vertical-align: bottom
}

.el-select .el-input__inner {
  cursor: pointer;
  display: inline-flex
}

.el-select .el-input__inner:focus {
  border-color: var(--el-select-input-focus-border-color)
}

.el-select .el-input {
  display: flex
}

.el-select .el-input .el-select__caret {
  color: var(--el-select-input-color);
  font-size: var(--el-select-input-font-size);
  transition: transform var(--el-transition-duration);
  transform: rotate(180deg);
  cursor: pointer
}

.el-select .el-input .el-select__caret.is-reverse {
  transform: rotate(0)
}

.el-select .el-input .el-select__caret.is-show-close {
  font-size: var(--el-select-font-size);
  text-align: center;
  transform: rotate(180deg);
  border-radius: var(--el-border-radius-circle);
  color: var(--el-select-input-color);
  transition: var(--el-transition-color)
}

.el-select .el-input .el-select__caret.is-show-close:hover {
  color: var(--el-select-close-hover-color)
}

.el-select .el-input .el-select__caret.el-icon {
  height: inherit
}

.el-select .el-input.is-disabled .el-input__inner {
  cursor: not-allowed
}

.el-select .el-input.is-disabled .el-input__inner:hover {
  border-color: var(--el-select-disabled-border)
}

.el-select .el-input.is-focus .el-input__inner {
  border-color: var(--el-select-input-focus-border-color)
}

.el-select .el-input .el-input__prefix-icon {
  width: 25px
}

.el-select__input {
  border: none;
  outline: none;
  padding: 0;
  margin-left: 15px;
  color: var(--el-select-multiple-input-color);
  font-size: var(--el-select-font-size);
  appearance: none;
  height: 28px;
  background-color: transparent
}

.el-select__input.is-mini {
  height: 14px
}

.el-select__close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  z-index: var(--el-index-top);
  right: 25px;
  color: var(--el-select-input-color);
  line-height: 18px;
  font-size: var(--el-select-input-font-size)
}

.el-select__close:hover {
  color: var(--el-select-close-hover-color)
}

.el-select__tags {
  position: absolute;
  line-height: normal;
  white-space: normal;
  z-index: var(--el-index-normal);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.el-select .el-tag__close {
  margin-top: -2px
}

.el-select .el-select__tags .el-tag {
  box-sizing: border-box;
  border-color: transparent;
  margin: 2px 0 2px 6px;
  background-color: #f0f2f5
}

.el-select .el-select__tags .el-tag .el-icon-close {
  background-color: var(--el-text-color-placeholder);
  right: -7px;
  top: 0;
  color: #fff
}

.el-select .el-select__tags .el-tag .el-icon-close:hover {
  background-color: var(--el-text-color-secondary)
}

.el-select .el-select__tags .el-tag .el-icon-close:before {
  display: block;
  transform: translateY(.5px)
}

.border-ani:before,
.border-ani:after {
  content: "";
  position: absolute;
  box-sizing: border-box
}

.border-ani {
  transition: color .3s
}

.border-ani:before,
.border-ani:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
  border-radius: 0
}

.border-ani:before {
  top: 0px;
  left: 0px
}

.border-ani:after {
  bottom: 0;
  right: 0px
}

.border-ani:hover:before,
.border-ani:hover:after {
  width: 100%;
  height: 100%
}

.border-ani:hover:before {
  border-top-color: #045690;
  border-right-color: #045690;
  transition: width .3s ease-out, height .3s ease-out .3s
}

.border-ani:hover:after {
  border-bottom-color: #045690;
  border-left-color: #045690;
  transition: border-color 0s ease-out .5s, width .3s ease-out .5s, height .3s ease-out .75s
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translate(20px)
}

.breadcrumb-move {
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

.scaleInUp .el-image {
  transition: all 1s ease;
  transform: scale(1)
}

.scaleInUp:hover {
  transition: all 3s ease
}

.scaleInUp:hover .el-image {
  transition: all 1s ease;
  transform: scale(1.1)
}

@keyframes turn {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(90deg)
  }
}

.dialog-class1 {
  z-index: 200
}

.dialog-class1 .el-dialog__header {
  display: none
}

.dialog-class1 .el-dialog__body {
  padding: 0
}

.dialog-class2 .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0
}

.dialog-class3 .el-dialog__header {
  z-index: 200;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.dialog-class3 .el-dialog__body {
  padding: 0
}

.tabsnav ::v-deep(.el-tabs__nav-wrap::after) {
  background-color: initial
}

.icon-center ::v-deep(.el-input__suffix-inner) {
  display: block
}

.dialog-padding .el-dialog__body {
  padding: 10px 40px 0
}

.el-tabs__nav-wrap,
.swiper {
  z-index: 0
}

.table-title-bg ::v-deep(.el-table__header-wrapper) .el-table__header .has-gutter tr .el-table__cell {
  background-color: #bcc4cf4d
}

.el-pagination {
  display: flex;
  align-items: center
}

.button-shenqing {
  background: linear-gradient(180deg, #ffe4bd 0%, #bf9c6a 100%);
  box-shadow: 8px 8px 15px #0000000d;
  border-image: linear-gradient(180deg, #ffe4bd, #bf9c6a) 1 1;
  color: #606266;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px
}

.el-pagination {
  --el-pagination-font-size: 13px;
  --el-pagination-bg-color: var(--el-color-white);
  --el-pagination-text-color: var(--el-text-color-primary);
  --el-pagination-border-radius: 3px;
  --el-pagination-button-color: var(--el-text-color-primary);
  --el-pagination-button-width: 35.5px;
  --el-pagination-button-height: 28px;
  --el-pagination-button-disabled-color: var(--el-text-color-placeholder);
  --el-pagination-button-disabled-bg-color: var(--el-color-white);
  --el-pagination-hover-color: var(--el-color-primary);
  --el-pagination-height-extra-small: 22px;
  --el-pagination-line-height-extra-small: var(--el-pagination-height-extra-small);
  white-space: nowrap;
  padding: 2px 5px;
  color: var(--el-pagination-text-color);
  font-weight: 700
}

.el-pagination:before,
.el-pagination:after {
  display: table;
  content: ""
}

.el-pagination:after {
  clear: both
}

.el-pagination span:not(),
.el-pagination button {
  display: inline-block;
  font-size: var(--el-pagination-font-size);
  min-width: var(--el-pagination-button-width);
  height: var(--el-pagination-button-height);
  line-height: var(--el-pagination-button-height);
  vertical-align: top;
  box-sizing: border-box
}

.el-pagination .el-input__inner {
  text-align: center;
  -moz-appearance: textfield;
  line-height: normal
}

.el-pagination .el-input__suffix {
  right: 0;
  transform: scale(.8)
}

.el-pagination .el-select .el-input {
  width: 100px;
  margin: 0 5px
}

.el-pagination .el-select .el-input .el-input__inner {
  padding-right: 25px;
  border-radius: var(--el-pagination-border-radius)
}

.el-pagination button {
  border: none;
  padding: 0 6px;
  background: transparent
}

.el-pagination button:focus {
  outline: none
}

.el-pagination button:hover {
  color: var(--el-pagination-hover-color)
}

.el-pagination button:disabled {
  color: var(--el-pagination-button-disabled-color);
  background-color: var(--el-pagination-button-disabled-bg-color);
  cursor: not-allowed
}

.el-pagination .btn-prev,
.el-pagination .btn-next {
  background: center center no-repeat;
  background-size: 16px;
  background-color: var(--el-pagination-bg-color);
  cursor: pointer;
  margin: 0;
  color: var(--el-pagination-button-color)
}

.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  display: block;
  font-size: 12px;
  font-weight: 700;
  width: inherit
}

.el-pagination .btn-prev {
  padding-right: 12px
}

.el-pagination .btn-next {
  padding-left: 12px
}

.el-pagination .el-pager li.disabled {
  color: var(--el-text-color-placeholder);
  cursor: not-allowed
}

.el-pagination--small .btn-prev,
.el-pagination--small .btn-next,
.el-pagination--small .el-pager li,
.el-pagination--small .el-pager li.btn-quicknext,
.el-pagination--small .el-pager li.btn-quickprev,
.el-pagination--small .el-pager li:last-child {
  border-color: transparent;
  font-size: var(--el-font-size-extra-small);
  line-height: var(--el-pagination-line-height-extra-small);
  height: var(--el-pagination-height-extra-small);
  min-width: 22px
}

.el-pagination--small .arrow.disabled {
  visibility: hidden
}

.el-pagination--small .more:before,
.el-pagination--small li.more:before {
  line-height: var(--el-pagination-line-height-extra-small)
}

.el-pagination--small span:not(),
.el-pagination--small button {
  height: var(--el-pagination-height-extra-small);
  line-height: var(--el-pagination-line-height-extra-small)
}

.el-pagination--small .el-pagination__editor {
  height: var(--el-pagination-line-height-extra-small)
}

.el-pagination--small .el-pagination__editor.el-input .el-input__inner {
  height: var(--el-pagination-height-extra-small)
}

.el-pagination--small .el-input__inner,
.el-pagination--small .el-input--mini {
  height: var(--el-pagination-height-extra-small) !important;
  line-height: var(--el-pagination-line-height-extra-small)
}

.el-pagination--small .el-input__suffix,
.el-pagination--small .el-input__suffix .el-input__suffix-inner,
.el-pagination--small .el-input__suffix .el-input__suffix-inner i.el-select__caret {
  line-height: var(--el-pagination-line-height-extra-small)
}

.el-pagination__sizes {
  margin: 0 10px 0 0;
  font-weight: 400;
  color: var(--el-text-color-regular)
}

.el-pagination__sizes .el-input .el-input__inner {
  font-size: var(--el-pagination-font-size);
  padding-left: 8px
}

.el-pagination__sizes .el-input .el-input__inner:hover {
  border-color: var(--el-pagination-hover-color)
}

.el-pagination__total {
  margin-right: 10px;
  font-weight: 400;
  color: var(--el-text-color-regular)
}

.el-pagination__jump {
  margin-left: 24px;
  font-weight: 400;
  color: var(--el-text-color-regular)
}

.el-pagination__jump .el-input__inner {
  padding: 0 3px
}

.el-pagination__rightwrapper {
  float: right
}

.el-pagination__editor {
  line-height: 18px;
  padding: 0 2px;
  height: var(--el-pagination-button-height);
  text-align: center;
  margin: 0 2px;
  box-sizing: border-box;
  border-radius: var(--el-pagination-border-radius)
}

.el-pagination__editor.el-input {
  width: 50px
}

.el-pagination__editor.el-input .el-input__inner {
  height: var(--el-pagination-button-height)
}

.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .el-pager li {
  margin: 0 5px;
  background-color: #f4f4f5;
  color: var(--el-text-color-regular);
  min-width: 30px;
  border-radius: 2px
}

.el-pagination.is-background .btn-prev.disabled,
.el-pagination.is-background .btn-next.disabled,
.el-pagination.is-background .el-pager li.disabled {
  color: var(--el-text-color-placeholder)
}

.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next {
  padding: 0
}

.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .btn-next:disabled {
  color: var(--el-text-color-placeholder)
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: var(--el-pagination-hover-color)
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: var(--el-color-primary);
  color: var(--el-color-white)
}

.el-pagination.is-background.el-pagination--small .btn-prev,
.el-pagination.is-background.el-pagination--small .btn-next,
.el-pagination.is-background.el-pagination--small .el-pager li {
  margin: 0 3px;
  min-width: 22px
}

.el-pager {
  user-select: none;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  padding: 0;
  margin: 0
}

.el-pager li {
  padding: 0 4px;
  background: var(--el-pagination-bg-color);
  vertical-align: top;
  display: inline-block;
  font-size: var(--el-pagination-font-size);
  min-width: var(--el-pagination-button-width);
  height: var(--el-pagination-button-height);
  line-height: var(--el-pagination-button-height);
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  margin: 1px
}

.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
  line-height: 32px;
  color: var(--el-pagination-button-color)
}

.el-pager li.btn-quicknext.disabled,
.el-pager li.btn-quickprev.disabled {
  color: var(--el-text-color-placeholder)
}

.el-pager li.btn-quicknext svg,
.el-pager li.btn-quickprev svg {
  pointer-events: none
}

.el-pager li.btn-quickprev:hover,
.el-pager li.btn-quicknext:hover {
  cursor: pointer
}

.el-pager li.active+li {
  border-left: 0
}

.el-pager li:focus-visible {
  outline: 1px solid var(--el-pagination-hover-color)
}

.el-pager li:hover {
  color: var(--el-pagination-hover-color)
}

.el-pager li.active {
  color: var(--el-pagination-hover-color);
  cursor: default
}