.pay.page {
  background: white;
}
.pay.page .main-content {
  margin-bottom: 100px;
}
.pay.page .introduction.row .left {
  text-align: center;
}
.pay.page .introduction.row .left h2 {
  font-size: 18px;
}
.pay.page .introduction.row .right {
  padding-top: 30px;
}
.pay.page .introduction.row .right li {
  margin-top: 15px;
}
.pay.page .introduction.row .right i {
  color: #5CB85C;
  margin-right: 10px;
}
.pay.page .introduction.row .price {
  position: relative;
  font-size: 144px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FF6600;
}
.pay.page .introduction.row .price small {
  font-size: 18px;
  position: absolute;
  bottom: 25px;
  margin-left: -10px;
  width: 100px;
  font-family: "Microsoft YaHei";
}
.pay.page .step .page-header {
  border-bottom-width: 3px;
  color: #888;
}
.pay.page .step .content {
  display: none;
}
.pay.page .step .step-icon {
  display: block;
  margin: 30px auto;
  font-size: 48px;
  font-weight: normal;
  color: #eee;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  border-radius: 120px;
}
.pay.page .step .step-icon.done {
  color: #DFF0D8;
  border-color: #DFF0D8;
  display: none;
}
.pay.page .step.done .done.step-icon {
  display: block!important;
}
.pay.page .step.done .todo.step-icon {
  display: none;
}
.pay.page .step.active .page-header {
  border-bottom-color: #428BCA;
  font-weight: bold;
  color: #428BCA;
}
.pay.page .step.active.ready .content {
  display: block;
}
.pay.page .step.active .step-icon {
  display: none;
}
.pay.page .pay.step .before .btn {
  margin-top: 30px;
  background-color: #F57403;
  border-color: #D86E0F;
}
.pay.page .pay.step .after p {
  margin: 50px 0;
}
.pay.page .pay.step .after .buttons {
  margin-bottom: 10px;
}
.pay.page ul.help-block {
  color: red;
  float: right;
  font-size: 12px;
  margin: 0;
}
