.content {
  width: 1400px;
  margin: 40px auto 60px auto;
}
.content > .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px 0;
  width: 1400px;
  border-bottom: 1px solid #eee;
}
.content .title .active {
  width: 60px;
  height: 4px;
  background: #004098;
  border-radius: 2px;
  margin: 30px 0 0 0;
}
.content .plate-title {
  font-size: 36px;
  font-weight: 500;
  color: #222222;
  line-height: 36px;
  margin: 0 0 48px 0;
}
.bootstrap-table .fixed-table-header {
  display: flex;
  align-items: center;
  height: 48px;
  background: #EFF4F9;
  border-bottom: 2px solid #004098;
}
.bootstrap-table .fund-name a {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}
.bootstrap-table .fixed-table-container.fixed-height {
  padding-bottom: 0!important;
}

/* 弹窗 begin */
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
  display: flex;
  flex-direction: column;
  min-width: 540px;
  border-radius: 12px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
  min-height: auto!important;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  width: 22px;
  height: 22px;
  font-size: 34px!important;
  color: #979797;
  font-weight: normal;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  padding: 0 0 22px 0;
  margin: 0 20px;
  border-bottom: 1px solid #EEEEEE;
  position: relative;
}
.jconfirm .jconfirm-title-c::before {
  display: block;
  content: '';
  width: 30px;
  height: 3px;
  background: #004098;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  width: 170px;
  height: 48px!important;
  background: #004098;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  margin: 20px 20px 40px 20px;
}
.content-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: rgba(34, 34, 34, 1);
  line-height: 26px;
}
.content-description div {
  width: 100%;
}
.content-description .item {
  display: flex;
}
.content-description .item:not(:first-of-type) {
  margin: 20px 0 0 0;
}
.content-description .item strong {
  min-width: 85px;
}
.content-description .small {
  font-size: 14px;
  color: rgba(136, 136, 136, 1);
  margin: 14px 0 0 0;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  display: flex;
  justify-content: center;
  margin: 0 auto 40px auto;
  padding: 0;
}
.jconfirm .jconfirm-box .jconfirm-buttons > button {
  margin: 0;
}
/* 弹窗 end */

.content-description img {
  width: 208px;
  height: 208px;
  margin: 30px 0 0 0;
}
