.buy-service-step {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.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(--primary-color);
}
.buy-service-step > .content {
  width: var(--main-content-width);
  display: flex;
  align-items: stretch;
  column-gap: 20px;
}
.buy-service-step > .content .right-icon {
  width: 30px;
  height: 30px;
  display: block;
  align-self: center;
}
.buy-service-step > .content .item {
  flex: 1;
  display: flex;
  padding: 25px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(255,233,217,0.4);
  border-radius: 12px;
  border: 1px solid #FF6A00;
}
.buy-service-step > .content .item .name {
  color: #FF6A00;
  font-size: 30px;
  margin-bottom: 16px;
}
.buy-service-step > .content .item .desc {
  color: #65310D;
  font-size: 20px;
}
.buy-service-step > .actions {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin-top: 60px;
}
.buy-service-step > .actions button {
  font-size: 14px;
  padding: 0;
  width: 122px;
  height: 40px;
}
.buy-service-step > .actions button a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-weight: normal;
}
.buy-service-step > .actions button.fill {
  color: white;
}



.buy-service-step-2 {
  background-color: #FF6A00;
  padding: 70px 0;
}
.buy-service-step-2 > .head .title {
  color: #fff;
  font-size: 44px;
  font-family: Microsoft YaHei UI-Bold;
  font-weight: bold;
  text-align: center;
}
.buy-service-step-2 > .head .desc {
  color: #fff;
  font-size: 20px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 400;
  margin-top: 20px;
  text-align: center;
}
.buy-service-step-2 > .content {
  width: var(--main-content-width);
  display: flex;
  justify-content: space-between;
  margin: 64px auto;
}
.buy-service-step-2 > .content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-style: italic;
  color: white;
}
.buy-service-step-2 > .content .item .title {
  white-space: nowrap;
}
.buy-service-step-2 > .adv-other {
  width: var(--main-content-width);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.buy-service-step-2 > .actions {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin-top: 60px;
}
.buy-service-step-2 > .actions button {
  font-weight: bold;
  font-size: 14px;
  color: white;
  border-color: white;
  padding: 0;
  width: 122px;
  height: 40px;
}
.buy-service-step-2 > .actions button.fill {
  color: #FF6A00;
  background-color: white;
}
.buy-service-step-2 > .actions button a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-weight: normal;
}