.buy-service-step {
  background-color: var(--primary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  color: white;
}
.buy-service-step > .head {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.buy-service-step > .head .title {
  font-size: 44px;
  font-family: Microsoft YaHei UI-Bold;
  font-weight: bold;
}
.buy-service-step > .head .desc {
  margin-top: 20px;
  font-size: 20px;
  color: var(--text-sub-color);
}
.buy-service-step > .head .primary {
  color: var(--primary-color);
}
.buy-service-step > .content {
  width: var(--main-content-width);
  display: flex;
  align-items: flex-start;
}
.buy-service-step > .content .icon {
  width: 122px;
  display: block;
}
.buy-service-step > .content .right-icon {
  width: 30px;
  height: 30px;
  display: block;
  margin-top: 47px;
}
.buy-service-step > .content .title {
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0 20px;
}
.buy-service-step > .content .desc {
  text-align: center;
}
.buy-service-step > .content .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.buy-service-step > .actions {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin-top: 60px;
}
.buy-service-step > .actions button {
  border-color: white;
  color: white;
  font-weight: bold;
  font-size: 18px;
}
.buy-service-step > .actions button.fill {
  background-color: white;
  color: var(--primary-color);
}
.buy-service-step > .actions button.fill:hover {
  border-color: white;
}
