.project_body {
  padding: 0 0.3rem 0.81rem;
  overflow: hidden;
}
.project_section_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #F3F5FF;
}
.project_section_title .en {
  text-transform: uppercase;
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #320750;
}
.project_section_title h4 {
  float: left;
  font-size: 0.28rem;
  font-weight: bold;
  color: #320750;
  position: relative;
  padding-bottom: 0.12rem;
}
.project_section_title h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0.95rem;
  height: 3px;
  background-color: #5717B4;
}
.project_s1 {
  padding-top: 0.77rem;
}
.project_main {
  margin-top: 0.4rem;
}
.plate {
  border-radius: 0.1rem;
  background-color: #F4ECFF;
  padding: 0.3rem 0.3rem 0;
  overflow: hidden;
  font-size: 0.26rem;
  color: #323232;
  line-height: 0.42rem;
  word-break: break-all;
  text-align: justify;
}
.plate p {
  margin-bottom: 0.3rem;
}
.plate img {
  max-width: 100%;
}
.project_s2 {
  padding-top: 0.47rem;
}
.project_s2 .chart_box {
  width: 100%;
  margin: 0.28rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding-bottom: 0.36rem;
}
.project_s2 .chart_box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.925rem;
  width: 100%;
  height: 2px;
  border-top: 1px dashed #D5D5D5;
}
.project_s2 .chart_box .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  line-height: 0.34rem;
}
.project_s2 .chart_box .item:nth-of-type(2) h4 {
  color: #ec843e;
}
.project_s2 .chart_box .item:nth-of-type(2) .icon {
  border: 1px solid #ec843e;
}
.project_s2 .chart_box .item:nth-of-type(2) .icon .dot {
  background-color: #ec843e;
}
.project_s2 .chart_box .item h4 {
  font-size: 0.26rem;
  color: #5717b4;
  font-weight: bold;
}
.project_s2 .chart_box .item .sm {
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0;
}
.project_s2 .chart_box .item .level {
  font-size: 0.26rem;
  color: #323232;
  margin-top: 0.13rem;
}
.project_s2 .chart_box .item .icon {
  margin-top: 0.13rem;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  border: 1px solid #5717B4;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  display:flex;
  justify-content: center;
  align-items: center;

}
.project_s2 .chart_box .item .icon .dot {
    width: .18rem;
    height: .18rem;
    border-radius: 50%;
    background-color: #5717B4;
}
.project_s2 .chart_box2 .item {
  width: 3.15rem !important;
}
.project_s2 .chart_box2 .item h4 {
  font-size: 0.2rem !important;
}
.project_s2 .chart_box2 .item .sm {
  font-size: 0.16rem !important;
}
.project_s2 .chart_box2 .item .level {
  font-size: 0.18rem !important;
}
.project_s3 {
  padding-top: 0.47rem;
}
.project_s3 .project_main {
  border-radius: 0.1rem;
  padding: 0 0.3rem 0.5rem;
  background-color: #F4ECFF;
  overflow: hidden;
}
.swiper_content {
  width: 6.08rem;
  height: 4.2rem;
  position: relative;
  margin-top: 0.41rem;
}
.swiper_content .swiper-slide {
  width: 5.1rem;
  height: 3.5rem;
  border-radius: 0.1rem;
  position: relative;
}
.swiper_content .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.swiper_content .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
}
.swiper_content .swiper-slide.swiper-slide-active::after {
  width: 0;
  height: 0;
}
.swiper_content .swiper-pagination {
  font-size: 0.18rem;
  width: 100%;
  height: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.27rem;
}
.swiper_content .swiper-pagination .swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.18rem;
  background: #D3D3D3;
  opacity: 1;
  display: block;
  margin: 0 0.05rem;
}
.swiper_content .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #4B0C77;
}
.scroll_list {
  overflow: hidden;
  padding-top: 0.15rem;
}
.scroll_list .list_swiper {
  font-size: 12px;
  font-size: 0.26rem;
  color: #323232;
  line-height: 0.42rem;
  text-align: justify;
  word-break: break-all;
}
.scroll_list .list_swiper p {
  margin-bottom: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.scroll_list .list_swiper .swiper-slide-active {
  color: #6D16D0;
  font-weight: bold;
}
