.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-3d7989cc {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-3d7989cc {
  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
}

.diquList {
  padding: 30px
}

.diquList .fiquName {
  display: flex;
  justify-content: flex-start;
  position: relative;
  max-height: 300px;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 5px
}

.diquList .fiquName .boxName {
  white-space: nowrap;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #000
}

.diquList .fiquName .box-list {
  display: flex;
  flex-wrap: wrap;
  width: 786px;
  height: 25px;
  line-height: 20px;
  margin-left: 30px
}

.diquList .fiquName .box-list .el-more {
  font-size: 12px;
  color: #0062a8
}

.diquList .fiquName .box-list .indexitem {
  background-color: #2062a5;
  color: #fff
}

.diquList .fiquName .box-list .indexitem:after {
  content: " ";
  position: absolute;
  left: 50%;
  background: #2062a5;
  transition: all .5s
}

.diquList .fiquName .box-list .nameItem {
  background-color: #2062a5;
  color: #fff
}

.diquList .fiquName .box-list .nameItem:after {
  content: " ";
  position: absolute;
  left: 50%;
  background: #2062a5;
  transition: all .5s
}

.diquList .fiquName .box-list .sub-item {
  padding: 0 12px;
  line-height: 28px;
  border-radius: 4px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  margin-right: 10px
}

.diquList .fiquName .box-list .sub-item.active {
  color: #fff
}

.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-075b3424 {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-075b3424 {
  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
}

.zairongList .box {
  margin: 12px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9b9b9b
}

.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-7449e0ac {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-7449e0ac {
  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
}

.policy-content {
  width: 100%;
  margin: 0 auto
}

.policy-content .condition {
  width: 100%;
  background: #ffffff;
  box-shadow: 8px 8px 16px #00000003;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 15px
}

.policy-content .condition .condition-content {
  width: 100%
}

.policy-content .condition .condition-content .condition-item {
  border-bottom: 1px dashed rgba(151, 151, 151, .2);
  transition: all .3s
}

.policy-content .condition .condition-content .condition-item .condition-item_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 70px 0 0;
  box-sizing: border-box;
  transition: all .3s;
  position: relative;
  max-height: 300px
}

.policy-content .condition .condition-content .condition-item .condition-item_list .item-title {
  width: 72px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000;
  line-height: 26px;
  white-space: nowrap;
  margin-right: 30px
}

.policy-content .condition .condition-content .condition-item .condition-item_list .condition-list {
  display: flex;
  flex-wrap: wrap;
  width: 850px;
  line-height: 28px
}

.policy-content .condition .condition-content .condition-item .condition-item_list .condition-list .condition-list-item {
  margin-bottom: 10px
}

.policy-content .condition .condition-content .condition-item .condition-item_list .condition-list .condition-list-item .sub-item {
  padding: 0 12px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #727272;
  border: 0;
  margin-right: 10px;
  margin-bottom: 2px;
}

/* .policy-content .condition .condition-content .condition-item .condition-item_list .condition-list .condition-list-item .sub-item.onactive {
  padding: 10px 12px
} */

.policy-content .condition .condition-content .condition-item .condition-item_list .condition-list .condition-list-item .sub-item.active {
  background-color: #0062a8;
  color: #fff
}

.policy-content .condition .condition-content .condition-item .condition-item_list .collapse-desc {
  font-size: 16px;
  color: #0062a8;
  line-height: 36px;
  position: absolute;
  top: 8px;
  width: 58px;
  right: 0
}

.policy-content .condition .condition-content .style-switch {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px
}

.policy-content .condition .condition-content .style-switch:hover {
  color: #0062a8
}

.policy-content .condition .condition-content .style-switch .el-icon {
  margin-left: 6px
}

.collapse {
  max-height: 44px;
  overflow: hidden
}

.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-2d3a56cc {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sploosh1-2d3a56cc {
  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
}

.shenduyanbao {
  width: 1200px;
  min-height: 636px;
  margin: auto;
  padding-bottom: 30px
}

.shenduyanbao .shenduyanbao-box {
  display: flex;
  height: 100%;
  background-color: #fff
}

.shenduyanbao .shenduyanbao-box .shenduyanbao-left {
  padding: 20px;
  width: 180px;
  border-right: 1px dashed #979797
}

.shenduyanbao .shenduyanbao-box .shenduyanbao-left ul {
  width: 100%;
  height: 100%
}

.shenduyanbao .shenduyanbao-box .shenduyanbao-left ul .shenduyanbao-left-all {
  padding-left: 16px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9b9b9b
}

.shenduyanbao .shenduyanbao-box .shenduyanbao-left ul .right-top {
  display: flex;
  flex-direction: column
}

.shenduyanbao .shenduyanbao-box .shenduyanbao-left ul .right-top .investor-containe-nav {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4a4a4a
}

.shenduyanbao .shenduyanbao-box .shenduyanbao-left ul .right-top .investor-containe-nav li {
  margin: 20px 12px;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #4a4a4a
}

.shenduyanbao .shenduyanbao-box .shenduyanbao-left ul .right-top .investor-containe-nav .indexitem {
  color: #2062a5
}

.shenduyanbao .shenduyanbao-box .shenduyanbao-left ul .right-top .investor-containe-nav .indexitem:after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  background-color: #2062a524;
  transition: all .5s
}

.shenduyanbao .shenduyanbao-box .shenduyanbao-right {
  width: calc(100% - 180px);
  height: 100%;
  padding: 20px 20px 0
}

.shenduyanbao .shenduyanbao-box .shenduyanbao-right .rightTop {
  border-bottom: 1px dashed #979797
}

.shenduyanbao .shenduyanbao-box .shenduyanbao-right .rightBottom {
  height: calc(50% - 20px)
}

.shenduyanbao .shenduyanbao-box .shenduyanbao-right .rightBottom .pagination-box {
  padding: 10px 0
}