.profession-box {
  width: 1200px;
  margin: 0 auto;
  padding-left: 300px;
  box-sizing: border-box;
  padding-top: 84px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.profession-box .box2 {
  width: 100%;
}
.box2 .title {
  width: 100%;
  text-align: center;
  margin-bottom: 38px;
}
.box2 .special-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 87px;
  width: 100%;
}
.box2 .special-box-item {
  width: 131px;
  height: 485px;
}
.box2 .common-box {
  margin-bottom: 129px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.box2 .common-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin-bottom: 90px;
}
.box2 .common-list-item {
  width: 267px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box2 .percentage-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 105px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #303030;
}
#valScrollAmtBox {
  display: flex;
  align-items: center;
} 
.valScrollAmt-box {
  position: relative;
  width: 62px;
  height: 112px;
  line-height: 82px;
  text-align: center;
  position: relative;
  writing-mode: vertical-lr;
  text-orientation: upright;
  /* border:1px solid red; */
  overflow: hidden;
  font-size: 105px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #303030;
}
.valScrollAmt-box span {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%,-0%);
  transition: transform 0.5s ease-in-out;
  letter-spacing: 10px;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transform: translate(-50%,-0%);
  -moz-transform: translate(-50%,-0%);
  -ms-transform: translate(-50%,-0%);
  -o-transform: translate(-50%,-0%);
}
.shu {
  width: 1px;
  height: 94px;
  background-color: #4D4D4D;
}