body {
  background-color: #ffd085;
}

.banner {
  width: 100%;
  height: 606px;
  padding-top: 50px;
  background: url('./img/banner-background.png') center top no-repeat;
}

.banner .headline {
  width: 600px;
  height: 400px;
  margin: 0 auto;
  background: url('./img/headline.png') center top no-repeat;
}

.con-box {
  margin: 0 auto;
  width: 1000px;
  border: 1px solid #fe781e;
  border-radius: 20px;
  padding-bottom: 60px;
  background-color: #fff7eb;
  margin-bottom: 20px;
}

.con-box .caption {
  padding: 20px 0;
  border-bottom: 1px dashed #fe781e;
}

.con-box .caption .text {
  margin: 0 auto;
  width: 6em;
  color: #890a26;
  padding: 5px 15px;
  font-size: 30px;
  text-align: center;
}

.con-box .con {
  width: 88%;
  margin: 0 auto;
  background-color: #ffefdb;
  padding: 40px 0;
  text-align: center;
  color: #890a26;
  border: 1px solid #fe781e;
  margin-top: -1px;
}

.con-box .con>p {
  padding-left: 40px;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
}

.con-box .coupon,
.con-box .cash {
  margin-top: 50px;
  position: relative;
  width: 320px;
  height: 150px;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
  color: #fff;
}

.con-box .coupon {
  float: left;
  margin-left: 50px;
  background-color: #65b865;
}

.con-box .cash {
  float: right;
  margin-right: 50px;
  background-color: #ffa92b;
}

.con-box .coupon .icon,
.con-box .cash .icon {
  position: absolute;
  z-index: 2;
  left: 10px;
  top: -40px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.con-box .coupon .icon img,
.con-box .cash .icon img {
  margin: 0 auto;
  margin-top: 20px;
}
.con-box .coupon .icon img {
  margin-top: 25px;
}

.con-box .coupon .icon {
  background-color: #e8fae7;
  border: 2px solid #65b865;
  /* background: url(./img/coupon.png) center center no-repeat; */
}

.con-box .cash .icon {
  background-color: #ffead2;
  border: 2px solid #ffa92b;
  /* background: url(./img/cash.png) center center no-repeat; */
}
.procedure {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}

.procedure > * {
  font-size: 20px;
  color: #890a26;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.procedure span.be {
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fd6d29;
  color: #fff;
  border-radius: 20px;
}

.go-recommend a{
  display: block;
  margin: 0 auto;
  width: 260px;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  color: #fff;
  background-color: #286dcd;
  border: 3px solid #341607;
  border-radius: 20px;
}