.pro-section-fit-view {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.pro-section-fit-view .fit-img-bg {
  width: 100%;
  height: auto;
}

.pro-section-fit-view .fit-right-view {
  position: absolute;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  padding-left: 10px;
  top: 0;
  right: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.title-jb {
  position: relative;
  box-sizing: border-box;
  font-size: 56px;
  font-weight: bold;
  width: 345px;
  height: 65px;
  line-height: 65px;
  background: linear-gradient(232deg, #2c9a83 0%, #0f74a3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pro-section-fit-view .fit-right-view .title-item {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
  font-family: puhuiti-medium;
  color: #ffffff;
}

.pro-section-fit-view .fit-right-view .desc-item {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-top: 30px;
  padding-left: 30px;
  line-height: 1.8;

  font-size: 24px;
  font-weight: 400;
  font-family: puhuiti-regular;
  color: #ffffff;
}

.pro-section-fit-view .fit-center-view {
  position: absolute;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  top: 0;
  left: 25%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pro-section-fit-view .fit-center-view .title-jb {
  position: relative;
  box-sizing: border-box;
  font-size: 56px;
  font-weight: bold;
  width: 470px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background: linear-gradient(232deg, #2c9a83 0%, #0f74a3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pro-section-fit-view .fit-center-view .intro-view {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 10%;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.pro-section-fit-view .fit-center-view .intro-view .intro-item {
  position: relative;
  box-sizing: border-box;
  width: 25%;
}

.pro-section-fit-view .fit-center-view .intro-view .intro-item .title {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  line-height: 2;
  text-align: center;

  font-size: 26px;
  color: #ffffff;
}

.pro-section-fit-view .fit-center-view .intro-view .intro-item .label {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  line-height: 2;
  text-align: center;

  font-size: 52px;
  font-weight: bold;
  color: #ffffff;
}
