.guide {
  width: 1117px;
  position: relative;
}

.guide .title {
  font-size: 42px;
  color: #000000;
  text-align: center;
  font-weight: 600;
  padding: 62px 0 16px;
}

.guide .desc {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.80);
  text-align: center;
}

.guide .service-wrap {
  margin: 20px 0 22px;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  background: rgba(244, 244, 244,0.6);
  border-radius: 2px;
  box-sizing: border-box;
}

.guide .service-wrap .service-item {
  display: flex;
  align-items: center;
}

.guide .service-wrap .service-item .service-img {
  display: block;
  width: 22px;
  height: 22px;
}

.guide .service-wrap .service-item .service-title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  margin: 0 4px 0 8px;
}

.guide .service-wrap .service-item .service-desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.70);
}
.guide .service-wrap .divide {
  border-right: 1px solid rgba(0,0,0,0.33);
  height: 15px;
}


.guide .step-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.guide .step-content .step-item {
  position: relative;
  float: left;
  width: 538px;
  height: 330px;
  background: #FFFAF6;
  border-radius: 16px;
  margin-bottom: 20px;
}

.guide .step-content .step-item:nth-child(2n-1) {
  margin-right: 41px;
}

.guide .step-content .step-item.no-margin-bottom {
  margin-bottom: 0;
}

.guide .step-content .step-item .step-tips {
  display: flex;
}

.guide .step-content .step-item .step-tips .step-no {
  flex-shrink: 0;
  width: 136px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 4.5px;
  text-align: center;
  font-weight: 600;
  background: #ff5f16;
  border-radius: 16px 0px 16px 0px;
}

.guide .step-content .step-item .step-tips .step-desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  font-weight: 500;
  margin: 0 30px 0 20px;
  padding-top: 12px;
}

.guide .step-content .step-item .step-tips .step-desc strong {
  color: #ff5f16;
}

.guide .step-content .step-item .step-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  bottom: 50px;
}

.guide .step-content .step-item .step-img-wrap .step-img {
  height: 191px;
}

.guide .bottom-wrap {
  position: absolute;
  bottom: -130px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1116px;
  height: 180px;
  background: url(https://resources.pingan.com/app_inc/pingan/static/guide/images/cx/bottom_bg.png) no-repeat;
  background-size: 100% 100%;
}

.guide .bottom-wrap .bottom-content {
  margin-top: 70px;
  text-align: center;
  color: #FFFFFF;
}

.guide .bottom-wrap .bottom-content .bottom-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.guide .bottom-wrap .bottom-content .bottom-tel {
  font-size: 38px;
  line-height: 53px;
  font-weight: 600;
}

.guide .bottom-wrap .bottom-content .bottom-desc {
  font-size: 14px;
  line-height: 20px;
}

.index-footer-wrap {
  margin-top: 190px;
}