.case-details-wrapper .w1200 {
  width: 1200px;
}
.case-details-wrapper .w1232 {
  width: 1200px;
  margin: 0 auto;
}
.case-details-wrapper .header-content {
  height: 80px;
}
.case-details-wrapper .main-content {
  margin: 0 auto;
}
.case-details-wrapper .main-content .content-header {
  height: 363px;
  box-sizing: content-box;
  background: linear-gradient(180deg, #F7F8FC 61.33%, #FFF 100%);
  background-repeat: no-repeat;
  background-size: 100 100;
  background-position: center;
  border: 1px solid transparent;
}
.case-details-wrapper .main-content .content-header .header-wrapper {
  height: 100%;
  position: relative;
  margin-top: 88px;
}
.case-details-wrapper .main-content .content-header .header-left {
  width: 582px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: -88px;
  background: #fff;
  z-index: 2;
  border-radius: 24px;
  box-shadow: 9px 11px 27px 0px #203A970D;
  padding: 32px 40px;
}
.case-details-wrapper .main-content .content-header .header-left .references {
  color: #373F41;
  font-family: Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.case-details-wrapper .main-content .content-header .header-left .case-title {
  font-family: SemiBold;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
}
.case-details-wrapper .main-content .content-header .header-left .case-title-line {
  width: 88px;
  height: 4px;
  background-color: #3734A9;
  margin: 14px 0;
}
.case-details-wrapper .main-content .content-header .header-left .title-description {
  font-family: Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.case-details-wrapper .main-content .content-header .header-right {
  width: 740px;
  height: 384px;
  position: absolute;
  right: 0;
  top: 0;
}
.case-details-wrapper .main-content .content-header .header-right img {
  width: 100%;
  height: 100%;
  display: block;
}
.case-details-wrapper .main-content .content-center {
  margin-top: 268px;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.case-details-wrapper .main-content .content-center .section-padding {
  padding: 32px;
  margin-bottom: 64px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.case-details-wrapper .main-content .content-center .section-padding > div:last-child .core-system-right .core-system-item {
  margin-bottom: 0px;
  border: none;
}
.case-details-wrapper .main-content .content-center .section-padding .section-core-system {
  display: flex;
}
.case-details-wrapper .main-content .content-center .section-padding .section-core-system .core-system-left {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  margin-right: 24px;
}
.case-details-wrapper .main-content .content-center .section-padding .section-core-system .core-system-left img {
  max-width: 100%;
}
.case-details-wrapper .main-content .content-center .section-padding .section-info {
  padding-left: 0px;
}
.case-details-wrapper .main-content .content-center .section1 .section-info-padding {
  background: radial-gradient(50% 266.27% at 50% 50%, rgba(124, 113, 252, 0.13) 0%, rgba(173, 167, 251, 0.11) 44.89%, rgba(187, 181, 251, 0.135) 73.4%, rgba(199, 204, 250, 0.03) 100%);
  padding: 32px 40px;
  border-top: 1px solid #3734A959;
  border-bottom: 1px solid #3734A959;
}
.case-details-wrapper .main-content .content-center .section-info .info-light {
  font-family: SemiBold;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  color: #373F41;
  line-height: 24px;
  margin-top: 32px;
}
.case-details-wrapper .main-content .content-center .core-system-item {
  line-height: 26px;
  padding-bottom: 32px;
  border-bottom: solid 1px #18143326;
}
.case-details-wrapper .main-content .content-center .list-short,
.case-details-wrapper .main-content .content-center .list-long {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-details-wrapper .main-content .content-center .list-short .item,
.case-details-wrapper .main-content .content-center .list-long .item {
  border-radius: 8px;
  background: #F8F8FD;
  padding: 24px;
  width: 412px;
  flex-shrink: 0;
  margin-bottom: 16px;
}
.case-details-wrapper .main-content .content-center .list-short .item .short-title,
.case-details-wrapper .main-content .content-center .list-long .item .short-title {
  color: #3734A9;
  font-family: SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
.case-details-wrapper .main-content .content-center .list-short .item .short-title::after,
.case-details-wrapper .main-content .content-center .list-long .item .short-title::after {
  position: absolute;
  content: " ";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #3734A966;
  left: 0px;
  bottom: -10px;
  border-radius: 100px;
}
.case-details-wrapper .main-content .content-center .list-short .item .des,
.case-details-wrapper .main-content .content-center .list-long .item .des {
  margin-top: 24px;
  font-family: Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}
.case-details-wrapper .main-content .content-center .list-short {
  margin-bottom: 8px;
}
.case-details-wrapper .main-content .content-center .list-long {
  margin-bottom: 8px;
}
.case-details-wrapper .main-content .content-center .section-core {
  margin-bottom: 32px;
}
.case-details-wrapper .main-content .content-center .section-core .core-title {
  color: #373F41;
  font-family: SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 150% */
}
.case-details-wrapper .main-content .content-center .section-core .core-content .content-item {
  display: flex;
  align-items: center;
  padding: 32px 16px;
  border-bottom: solid 1px #D8D8D8;
}
.case-details-wrapper .main-content .content-center .section-core .core-content .content-item .content-item-left {
  width: 60px;
  height: 48px;
  flex-shrink: 0;
  margin-right: 32px;
}
.case-details-wrapper .main-content .content-center .section-core .core-content .content-item .core-des {
  font-family: Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #373F41;
}
.case-details-wrapper .main-content .content-center .section-core .core-content > .content-item:last-child {
  border-bottom: none;
}
.case-details-wrapper .main-content .content-center .section-core .core-content .content-r img {
  margin-bottom: 12px;
}
.case-details-wrapper .main-content .content-center .section-core .core-content .content-r .blod-des {
  font-family: SemiBold;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #181433;
  margin-bottom: 24px;
}
.case-details-wrapper .main-content .content-center .section-core .core-content .content-r .blod-bottom {
  margin-bottom: 0px;
}
.case-details-wrapper .main-content .content-center .fintech {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 56px;
  border-radius: 12px;
  margin-bottom: 64px;
}
.case-details-wrapper .main-content .content-center .fintech .fintech-info {
  font-family: Medium;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  color: #FFFFFF;
}
.case-details-wrapper .main-content .content-center .fintech .fintech-info:last-child {
  margin-top: 40px;
}
.case-details-wrapper .main-content .content-center .base-info {
  font-family: Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #373F41;
  margin-bottom: 24px;
}
.case-details-wrapper .main-content .content-center .base-info-bottom {
  margin-bottom: 32px;
}
