.content {
  width: 100%;
  background-size: 100% 800px;
  padding-bottom: 20px;
}

.content-box {
  width: 1120px;
  margin: 0px auto;
  padding-bottom: 60px;
}

.content-title img {
  width: 211px;
  height: 52px;
}

ul.content-step {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
li.step-content {
  width: 263px;
  height: 312px;
  background: #ffffff;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 10px;
}

.step-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.step-img img {
  width: 173px;
  height: 140px;
}

.step-tips {
  width: 229px;
  height: 88px;
  font-size: 18px;
  font-family: Tahoma;
  font-weight: 400;
  color: #07342f;
  margin-left: 16px;
  margin-top: 21px;
}
.step-point {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.step-point div {
  width: 9px;
  height: 9px;
  background: #00418A;
  border-radius: 50%;
  opacity: 1;
}
.p-l {
  margin-right: 10px;
}

.content-title1 {
  margin-top: 60px;
}

.content-title1 img {
  width: 327px;
  height: 50px;
}
li.money-box {
  width: 360px;
  height: 184px;
  background: #ffffff;
  opacity: 1;
  border-radius: 12px;
}

.horn {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 14px solid #00418A;
  border-bottom: 10px solid transparent;
  margin-right: 2px;
}

.money-title {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
}
.money-title span {
  font-size: 26px;
  font-family: Tahoma;
  font-weight: bold;
  color: #00418A;
}

.money-content {
  width: 320px;
  height: 93px;
  font-size: 24px;
  font-family: Tahoma;
  font-weight: 400;
  line-height: 32px;
  color: #07342f;
  padding-top: 20px;
  padding-left: 20px;
}
.content-title2 {
  margin-top: 60px;
}
.content-title2 img {
  width: 405px;
  height: 50px;
}

.content-text {
  width: 1120px;
  height: 61px;
  font-size: 26px;
  font-family: Tahoma;
  font-weight: 400;
  line-height: 30px;
  color: #07342f;
  padding-top: 20px;
}

.u-l {
  margin-right: 20px;
}

.custom-button{
  color: #07342f;
}
