.top-purchuse {
  background-color: #f8f8f8;
}
.top-purchuse .top-content {
  display: flex;
  align-items: center;
  padding: 20px 46px 20px 35px;
  background-color: #fff;
}
.top-purchuse .top-content h2 {
  font-family: '微软雅黑';
  font-size: 36px;
  font-weight: bold;
  color: #fdaa59;
  margin-right: auto;
}
.top-purchuse .top-content a {
  display: block;
  width: 286px;
  height: 50px;
  font-family: '微软雅黑';
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #537cf0;
  border-radius: 24px;
}
.purchuse {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 40px;
}
.purchuse .purchuse-content .purchuse-list li {
  padding: 22px 46px 16px 35px;
  display: flex;
  margin-bottom: 10px;
  background-color: #fff;
}
.purchuse .purchuse-content .purchuse-list li:last-child {
  margin-bottom: 0;
}
.purchuse .purchuse-content .purchuse-list li .items-1 {
  font-size: 12px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #fdaa59;
  border-radius: 50%;
  margin-right: 10px;
}
.purchuse .purchuse-content .purchuse-list li .items-2 {
  width: auto;
  margin-right: auto;
  font-family: '微软雅黑';
}
.purchuse .purchuse-content .purchuse-list li .items-2 h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-top: 6px;
  margin-bottom: 3px;
}
.purchuse .purchuse-content .purchuse-list li .items-2 p {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  padding-left: 10px;
}
.purchuse .purchuse-content .purchuse-list li .items-3 {
  width: 62px;
  height: 62px;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  color: #f00;
  border: 2px dashed #f00;
  margin-right: 20px;
  align-self: center;
}
.purchuse .purchuse-content .purchuse-list li .items-4 {
  width: auto;
  padding: 32px 0;
  padding-left: 20px;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #000;
  border-left: 1px solid #e6e6e6;
  align-self: center;
  font-weight: bold;
}
