* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

section {
  background-color: #f5f5f5;
}

section .whole {
  padding: 15px 50px;
  margin: auto;
}

section .whole .whole-1 {
  margin: 20px auto;
  padding: 25px;
}

section .whole .whole-1 .payment {
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  padding-top: 190px;
  padding-bottom: 226px;
}

section .whole .whole-1 .payment img {
  width: 97px;
}

section .whole .whole-1 .payment h2 {
  font-weight: 600;
  color: #00a608;
}

section .whole .whole-1 .payment .order {
  display: inline-flex;
}

section .whole .whole-1 .payment .order .odernum {
  padding-right: 15px;
}

section .whole .whole-1 .payment .order .oderinte,
section .whole .whole-1 .payment .order .oderbuy {
  padding: 0px 15px;
}

section .whole .whole-1 .payment .order .oderhome {
  padding-left: 15px;
}

section .whole .whole-1 .payment .order .oderinte {
  color: #cb1919;
}

section .whole .whole-1 .payment .order .oderbuy a,
section .whole .whole-1 .payment .order .oderhome a {
  color: #00a608;
}