


.business-plocess {
  padding: 40px 45px;
}

.business-plocess__container {
  background-color: #ffffff;
  padding: 80px 5px;
  max-width: 1110px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .business-plocess__container {
    padding: 80px 55px;
  }
}

.business-plocess__list {
  padding-inline-start: 0px;
}

.business-plocess__list-item {
  display: flex;
  padding: 20px 32px 16px;
  border: 2px solid #f2f2f2;
  border-radius: 10px;
  max-width: 1110px;
}


.plocess-number {
  font-family: 'Arial';
  font-size: 32px;
  font-weight: bold;
  color: #ff7110;
  padding: 0 32px 0 0;
  height: 100%;
  line-height: 42px;
  margin: auto 0;
}

.process-content-head {
  font-size: 20px;
  font-weight: 500;
}

.process-content-detail {
  font-size: 18px;
  margin-top: 8px;
  line-height: 26px;
}

#triangleDown{
	width:0;
	height:0;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	border-top: 16px solid #ff7110;
  margin: 8px auto;
}



