body {
  background-color: #fafafa;
}
.btn-info {
  height: 40px;
  width: 150px;
  background-color: #999aff;
  color: #fff;
  border-color: #999aff;
}
.btn-info:hover {
  background-color: #aaacfd;
  border-color: #aaacfd;
}
.btn-info.focus,
.btn-info:focus {
  background-color: #aaacfd;
  border-color: #aaacfd;
}
.btn-info:active {
  background-color: #aaacfd;
  border-color: #aaacfd;
}
.jumbotron a {
  color: #4399f1 !important;
  text-decoration: underline;
}
.mb120 {
  margin-bottom: 120px;
}
.jumbotron {
  text-align: center;
  margin-top: 20px;
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
  height: 768px;
  box-sizing: border-box;
}
.jumbotron .h1,
.jumbotron h1 {
  font-size: 24px;
  margin-bottom: 100px;
  font-weight: bold;
}
.jumbotron p {
  margin-bottom: 34px;
  font-size: 16px;
}
.jumbotron label {
  font-size: 16px;
  font-weight: normal;
}
.jumbotron input.typein {
  width: 288px;
  height: 38px;
  border: 1px solid #444444;
  border-radius: 0;
  outline: none;
}
.jumbotron .noform p {
  text-align: left;
  color: #7f7f7f;
  margin-top: 20px;
  font-size: 15.5px;
}
    .jumbotron .noform button {
        height: 40px;
        width: 200px;
        background-color: #999aff;
        color: #fff;
        border-color: #999aff;
    }
    .jumbotron .noform .btn-info:hover,
    .jumbotron .noform .btn-info:active {
        background-color: #aaacfd;
        border-color: #aaacfd;
    }
.jumbotron .form-group {
  margin-bottom: 0;
}
.jumbotron p a {
  color: #4399f1 !important;
}
.jumbotron.pay2 p {
  font-size: 20px;
  margin-bottom: 20px;
}
.jumbotron.pay2 p button {
  width: 150px;
  height: 40px;
  background-color: #999aff;
  color: #fff;
  margin-top: 64px;
  border-color: #999aff;
}
.jumbotron.pay2 p button:active {
  background-color: #aaacfd;
  border-color: #aaacfd;
}
.jumbotron.pay2 h1 {
  color: transparent;
  text-indent: 999999999px;
  background: url(../images/paybg.jpg) no-repeat center;
  height: 140px;
}
.jumbotron.pay3 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  text-align: left;
}
.jumbotron.pay3 h2 {
  font-size: 20px;
  line-height: 60px;
  background-color: #9fc9eb;
  color: #fff;
  margin-top: 0;
  padding: 0 30px;
}
.jumbotron.pay3 h2 span {
  margin-left: 30px;
}
.jumbotron.pay3 li {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  color: #898989;
  line-height: 60px;
  margin: 0 30px;
}
.jumbotron.pay3 li span {
  color: #434343;
}
.jumbotron.pay3 li span.red {
  color: #f81010;
}
.paybutton {
  margin-right: 30px;
  margin-top: 20px;
  height: 40px;
  width: 150px;
  background-color: #999aff;
  color: #fff;
  border-color: #999aff;
}

.jumbotron.pay4 {
  padding: 80px 70px;
  text-align: left;
  color: #434343;
}
.jumbotron.pay4 h2 {
  background: url(../images/pbg2.png) no-repeat left;
  padding-left: 60px;
  line-height: 45px;
  margin: 0;
}
.jumbotron.pay4 p {
  padding: 0 60px 0;
  font-size: 20px;
  margin-top: 45px;
  line-height: 36px;
}
.jumbotron.pay4 p strong {
  color: #898989;
  font-weight: normal;
}
.jumbotron.pay4 h3 {
  margin-top: 280px;
  padding-left: 60px;
}
.jumbotron.pay5 h2 {
  background: url(../images/pbg1.png) no-repeat left;
  padding-left: 60px;
  line-height: 45px;
  margin: 0;
}
.modal {
  top: 50%;
  margin-top: -145px;
}
.modal-header {
  border: none;
  color: #434343;
  font-size: 18px;
  text-align: center;
  padding-top: 34px;
  margin-bottom: 8px;
}
.modal-body {
  color: #898989;
  font-size: 14px;
  line-height: 26px;
}
.modal-footer {
  border: none;
  text-align: center;
  padding-bottom: 34px;
  margin-top: 10px;
}
.modal button {
  width: 140px;
  height: 40px;
}
.modal-footer .btn-info {
  height: 40px;
  width: 140px;
  background-color: #999aff;
  color: #fff;
  border-color: #999aff;
}
.modal .modal-header button {
  width: auto;
  height: auto;
}
.modal .btn-default {
  border-color: #999aff;
  color: #999aff;
}
.modal-footer .btn-info:active {
  background-color: #aaacfd;
  border-color: #aaacfd;
}
.modal .btn-default:hover {
  background-color: #fff;
}
.modal .btn-default:active {
  border-color: #aaacfd;
  color: #aaacfd;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 24px;
  }
  .modal-md {
    width: 430px;
    min-width: 290px;
  }
}
