.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-1d59aada {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-1d59aada {
  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 .el-tabs__nav-wrap:after {
  background-color: initial
}

.icon-center .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 .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
}

.jugoufuwu {
  padding-top: 50px
}

.jugoufuwu ul {
  display: flex;
  flex-wrap: wrap
}

.jugoufuwu ul li {
  margin-bottom: 20px
}

.jugoufuwu ul li:nth-child(6n-4) {
  margin-left: 28px
}

.jugoufuwu ul li:nth-child(6n-3) {
  margin-left: 28px
}

.jugoufuwu ul li:nth-child(6n-2) {
  margin-left: 28px
}

.jugoufuwu ul li:nth-child(6n-1) {
  margin-left: 28px
}

.jugoufuwu ul li:nth-child(6n) {
  margin-left: 28px
}

.jugoufuwu ul li .item-box {
  width: 176px;
  height: 60px;
  padding: 9px 14px;
  box-sizing: border-box;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 1px
}

.jugoufuwu ul li:hover {
  box-shadow: 0 4px 18px #2062a529
}

.item-content {
  width: 100%;
  padding: 10px;
  box-sizing: border-box
}

.item-content .item-content-top {
  display: flex;
  justify-content: space-between;
  padding-right: 20px
}

.item-content .item-content-top .item-c-t-left {
  width: 242px
}

.item-content .item-content-top .item-c-t-left .item-c-t-l-top {
  width: 50%;
  height: 30px
}

.item-content .item-content-top .item-c-t-left h3 {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #4a4a4a;
  margin: 10px
}

.item-content .item-content-top .item-c-t-right {
  margin-top: 20px
}

.item-content .item-content-center {
  font-size: 14px;
  color: #4a4a4a;
  margin-left: 10px
}

.item-content .item-content-bottom {
  display: flex;
  justify-content: flex-start;
  padding: 0 10px;
  box-sizing: border-box
}

.item-content .item-content-bottom .item-c-b-item {
  width: 105px;
  height: 42px
}

.item-content .item-content-bottom .item-c-b-item:nth-child(1) {
  margin-right: 20px
}

.right-item-icon {
  width: 60px;
  height: 2px;
  background-image: linear-gradient(to right, #2768a9, #ffffff);
  border-radius: 50px 50% 50% 50px;
  margin: 10px 0 10px 10px
}