body {
  margin: 0;
}

.guide_title {
  text-align: center;
  font-size: 18px;
  color: #252c3a;
  font-weight: bold;
  position: relative;
  margin-top: 22px;
  margin-bottom: 22px;
}

.divider--horizontal {
  width: 100%;
  height: 1px;
  background-size: 100% 1px;
  background-color: #e6e6e6;
  position: relative;
  margin: 0 auto;
  top: 0;
}

.guide_des {
  text-align: center;
  color: #3f4c5c;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
}

.divider--horizontal-2 {
  width: 90%;
  height: 1px;
  background-size: 90% 1px;
  background-color: #e6e6e6;
  position: relative;
  margin: 0 auto;
  top: 0;
}

.guide_sub-title {
  text-align: center;
  font-size: 16px;
  color: #252c3a;
  line-height: 22px;
  position: relative;
  margin-top: 16px;
  margin-bottom: 10px;
}

.guide_step1 {
  width: 210px;
  height: 46px;
  background-size: 210px 46px;
  background-color: #e6e6e6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 auto;
  margin-bottom: 12px;
}

.guide_step1 .btn-img {
  width: 180px;
  height: 32px;
  background-size: 180px 32px;
  border-radius: 16px;
  background-color: #224272;
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: 7px;
}

.guide_step1 .btn-img p {
  color: #fff;
  font-size: 14px;
  position: relative;
  margin: 0 auto;
  top: 6px;
}

.guide_step2 {
  width: 210px;
  height: 120px;
  background-size: 210px 120px;
  background-color: #e6e6e6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 auto;
  margin-bottom: 12px;
  text-align: center;
}

.guide_step2 .qrcode-img {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-image: url(/images/alipayh5_qrcode.png?b257110b53aa2ec8434b949f28901211);
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  top: 10px;
}

.guide_step3 {
  width: 210px;
  height: 116px;
  background-size: contain;
  background-image: url(/images/alipayh5_id.png?17e6932135a67d22add0fd521d0dbc07);
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 12px;
}

.guide_step4 {
  width: 210px;
  height: 81px;
  background-size: 210px 81px;
  background-color: #e6e6e6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}

.guide_step4 .input-img {
  width: 202px;
  height: 55px;
  background-size: contain;
  background-image: url(/images/alipayh5_input.png?2bbecd88451c68feb5ac5bfc0450b207);
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  top: 13px;
}

