.dch-orange {
  color: #a0282d;
}

.dch-red {
  color: #a0282d;
}

.f14 {
  font-size: 14px;
  line-height: 140%;
}

.f16 {
  font-size: 16px;
  line-height: 140%;
}

.f20 {
  font-size: 20px;
  line-height: 140%;
}

.f30 {
  font-size: 30px;
  line-height: 120%;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px;
}

.w960 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.dch-icon-head {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}

.offer-Remark {
  text-align: left;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.list-decimal {
  list-style: decimal;
}

.text-center > img {
  display: inline-block;
}

.feature-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}

.feature-col {
  padding: 10px 15px;
  width: 300px;
}
@media (max-width: 576px) {
  .feature-col {
    padding: 10px 0;
    width: 100%;
  }
}

.feature-block {
  height: 100%;
  display: flex;
  border: 1px solid #a0282d;
  border-radius: 20px;
  padding: 10px 10px 15px;
  flex-flow: column;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  align-self: stretch;
}
.feature-block > div {
  text-align: center;
}
.feature-block > div > img {
  display: inline-block;
}

.feature-content {
  padding: 5px 0 0;
}

.apply-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .apply-row {
    flex-flow: column;
  }
}

.apply-col {
  width: 100%;
  height: 100%;
  max-width: 300px;
  padding: 15px;
  border-radius: 20px;
  display: flex;
  flex-flow: column;
  text-align: center;
  position: relative;
}

.or {
  background-color: #a0282d;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin: 20px 10px;
  color: #fff;
}

.applcation-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.applcation-col {
  padding: 10px 30px;
  text-align: center;
}

.num-icon {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -46px;
  text-align: center;
  z-index: 5;
}

.apply-web-btn {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  background-image: linear-gradient(180deg, #e5282d, #a0282d);
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.apply-web-btn:hover {
  color: #fff;
  background-image: linear-gradient(180deg, #e5282d, #e5282d);
  text-decoration: none;
}

.float-cfa {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background-color: #a0282d;
}

.cfa-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-color: #a0282d;
  color: #fff;
  padding: 20px 5px;
}
@media (max-width: 767px) {
  .cfa-row {
    flex-wrap: wrap;
    padding: 10px 0;
  }
}

.cfa-col1 {
  padding: 0 15px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .cfa-col1 {
    font-size: 20px;
    width: 100%;
    padding: 5px;
  }
}

.cfa-col2 {
  width: 180px !important;
  min-width: 180px !important;
  padding: 0 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cfa-col2 {
    width: 100% !important;
    padding: 5px;
  }
}

.fee-btn {
  display: inline-flex;
  align-items: center;
  background-color: #a0282d;
  color: #fff;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 20px;
}