.flow1 {
  display: flex;
  align-items: center;
  height: 195px;
  background-color: #f7f7f7;
  margin-top: 40px;
}

.flow1 > div {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flow1 > div .box-title {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #cbb486;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.flow1 > div ul li {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  margin-right: 20px;
}

.flow1 > div ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: #cbb486;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}


.title-tip {
  text-align: center;
  font-size: 16px;
  opacity: 0.5;
}

.flow-content {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.flow-content .item {
  width: 250px;
  height: 336px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
  padding: 34px 24px 0 24px;
  margin-top: 40px;
}

.flow-content .item .item-title {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}

.flow-content .item p {
  font-size: 14px;
  opacity: 0.5;
  line-height: 24px;
}
