.payment_wrapper[data-v-ac28de46] {
  min-height: 100vh;
  position: relative;
}
.payment_wrapper .top_box[data-v-ac28de46] {
  height: 150px;
  width: 100%;
  background-color: #236FE9;
  background-image: url(../../static/img/3.png);
  position: relative;
}
.payment_wrapper .top_box .className[data-v-ac28de46] {
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  top: 40px;
  left: 0;
  font-weight: bold;
}
.payment_wrapper .top_box .price_box[data-v-ac28de46] {
  height: 100px;
  width: 60%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 20%;
  bottom: -60px;
  box-shadow: 0px 4px 6px rgba(53, 127, 245, 0.16);
}
.payment_wrapper .top_box .price_box .p1[data-v-ac28de46] {
  font-size: 20px;
  color: #F66A45;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.payment_wrapper .top_box .price_box .p2[data-v-ac28de46] {
  font-size: 12px;
  color: #656565;
  text-align: center;
  margin-top: 10px;
}
.payment_wrapper .top_box .go_btn[data-v-ac28de46] {
  width: 70%;
  height: 35px;
  line-height: 35px;
  background-color: #FB4B3E;
  border-radius: 5px;
  position: absolute;
  left: 15%;
  bottom: -150px;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.payResult[data-v-ac28de46] {
  border: 1px solid #9ac4ff;
  background: white;
  padding: 2px 10px;
  border-radius: 1px;
  color: #9ac4ff;
  margin-top: 10px;
  outline: none;
}

