.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-17ead4d4 {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-17ead4d4 {
  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
}

.fuwurenyuan {
  width: 100%;
  height: 421px;
  position: relative
}

.fuwurenyuan .swiper {
  width: 100%;
  margin: auto;
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
  top: -30px
}

.fuwurenyuan .swiper .swiper-wrapper {
  display: flex
}

.fuwurenyuan .swiper .swiper-wrapper .swiper-wrapper-item .item-box {
  transition: all .5s
}

.fuwurenyuan .swiper .swiper-wrapper .swiper-wrapper-item .item-box:hover {
  transform: translateY(-20px);
  box-shadow: 0 2px 12px #0000001a;
  border-radius: 4px
}

.fuwurenyuan .swiper .swiper-wrapper .swiper-wrapper-item .item-box .item-box-top {
  background: #F5F8FB;
  padding: 10px 20px;
  box-sizing: border-box;
  height: 290px;
  position: relative
}

.fuwurenyuan .swiper .swiper-wrapper .swiper-wrapper-item .item-box .item-box-top h4 {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #2062a5;
  margin: 10px 0
}

.fuwurenyuan .swiper .swiper-wrapper .swiper-wrapper-item .item-box .item-box-top p {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9b9b9b;
  line-height: 20px
}

.fuwurenyuan .swiper .swiper-wrapper .swiper-wrapper-item .item-box .item-box-top .box-top-1 {
  -webkit-line-clamp: 7
}

.fuwurenyuan .swiper .swiper-wrapper .swiper-wrapper-item .item-box .item-box-top .box-top-2 {
  -webkit-line-clamp: 2
}

.fuwurenyuan .swiper .swiper-wrapper .swiper-wrapper-item .item-box .item-box-top .box-top-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 30px;
  bottom: 0;
  transform: translateY(50%)
}

.fuwurenyuan .swiper .swiper-wrapper .swiper-wrapper-item .item-box .item-box-bottom {
  line-height: 20px;
  margin-top: 40px;
  padding: 10px;
  box-sizing: border-box
}

.fuwurenyuan .swiper .swiper-wrapper .swiper-wrapper-item .item-box .item-box-bottom span {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #1f1817
}

.fuwurenyuan .swiper .swiper-wrapper .swiper-wrapper-item .item-box .item-box-bottom span:nth-child(1) {
  margin-right: 10px
}

.fuwurenyuan .el-empty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.fuwurenyuan .nav-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2062a51a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 30px
}

.fuwurenyuan .nav-btn.swiper-button-prev-goodss {
  left: -50px
}

.fuwurenyuan .nav-btn.swiper-button-next-goodss {
  right: -50px
}

.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-0876a92e {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-0876a92e {
  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
}

.qitafuwu {
  width: 1200px;
  margin: auto;
  padding: 10px 0
}

.qitafuwu .qitafuwu_box {
  display: flex;
  justify-content: space-between
}

.qitafuwu .qitafuwu_box li {
  width: 356px;
  padding-bottom: 20px
}

.qitafuwu .qitafuwu_box li .qitafuwu_item {
  width: 100%;
  height: 270px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 8px 12px #0000000d
}

.qitafuwu .qitafuwu_box li .qitafuwu_item .qitafuwu_item_image {
  width: 100%;
  height: calc(100% - 40px);
  overflow: hidden
}

.qitafuwu .qitafuwu_box li .qitafuwu_item .qitafuwu_item_name {
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #4a4a4a
}