.table {
  color: #000;
}
.box {
  width: 100%;
  height: 100%;
}
.charge_box_input {
  /* height: 50%; */
  justify-content: center;
}
.charge_box_input input {
  width: 400px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  color: #fff;
  padding-left: 10px;
}
.charge_box_input input::placeholder {
  color: #fff;
  font-size: 16px;
  padding-left: 30px;
}
.charge_banner_before {
  /* display: none; */
  width: 100%;
  height: 330px;
  display: flex;
  justify-content: center;
}
.charge_banner_after {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.charge_box_after {
  display: flex;
  /* height: 85px; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px;
  width: 50%;
}
.active {
  /* border: 1px solid #e4bf58; */
  border: 1px solid rgb(212, 174, 18);
  /* background: rgba(212, 174, 18, 0.5); */
  background: #ffd321;
}
.head_box {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.head_box img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.info_data {
  padding-left: 18px;
}
.head_login {
  display: block;
  width: 114px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  color: #737373;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.charge_box {
  margin-top: 150px;
  width: 70%;
  height: 200px;
  display: flex;
  justify-content: center;
}
.charge_box_content {
  background-image: url(../img/img_bg_1.png);
  background-size: cover;
  width: 89.5%;
  height: 140px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.login_btn {
  width: 150px;
  height: 40px;
  border-radius: 30px;
  text-align: center;
  line-height: 40px;
  background-color: #ffd321;
  color: #000;
  font-size: 14px;
  cursor: pointer;
}
.line {
  width: 64%;
  margin-left: 18%;
  height: 2px;
  background-color: #d8d8d8;
  margin-bottom: 30px;
}
.charge_amount {
}
.charge_amount_title {
  margin-left: 20%;
  padding-bottom: 20px;
}
.charge_amount_title span {
  font-size: 16px;
}
/* 旧 */
.charge_amount_box {
  margin-top: 30px;
  margin-left: 15%;
  width: 68%;
  height: 250px;
  display: flex;
  flex-wrap: wrap;
}
/* 新 */
/* .charge_amount_box {
  margin-top: 30px;
  margin-left: 15%;
  width: 68%;
  height: 250px;
  display: flex;
  flex-wrap: wrap;
} */
.charge_amount_num {
  width: 135px;
  height: 75px;
  color: #000;
  border-radius: 7px;
  /* border-color: #e4bf58; */
  border-color: #ffd321;
  border-style: solid;
  border-width: 1px;
  margin-left: 80px;
  cursor: pointer;
  
}
.charge_amount_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.charge_amount_num:hover {
  /* background-color: red; */
  background-color: #ffd321;
  /* background: rgb(255 226 108/50%); */
}
/* .charge_text {
  margin-left: 20%;
  width: 68%;
  height: 290px;
} */
 .charge_text {
  margin-left: 20%;
  width: 35%;
  height: 290px;
}
.charge_input {
  margin-top: 10px;
}
.charge_input input {
  width: 300px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 16px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  margin-right: 10px;
  font-size: 16px;
  outline: 0;
}
.charge_doc {
  padding-top: 10px;
  font-size: 12px;
  color: #a3a3a3;
}
.charge_pay {
  /* margin-top: 20px; */
  margin-left: 20%;
}
.charge_pay_title {
  font-size: 14px;
}
.charge_pay_btn {
  display: flex;
  /* padding-top: 20px; */
}
.charge_pay_list {
  display: flex;
  padding-top: 20px;
  list-style: none;
}
.charge_pay_way_alipay {
  border-color: #fff;
  background: #fff;
  color: #08a9f0;
  width: 160px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  margin-right: 30px;
  cursor: pointer;

  line-height: 38px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.charge_pay_way_alipay_active {
  border-color: #08a9f0;
  background: #08a9f0;
  color: #fff;
}
/* .charge_pay_way_alipay img {
  width: 18px;
  height: 18px;
  padding-left: 5px;
} */
.charge_pay_way_alipay span {
  font-size: 16px;
  padding-left: 5px;
}
.charge_pay_way_wechat {
  border-color: #fff;
  background: #fff;
  color: #0cbc14;
  width: 160px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  margin-right: 30px;
  cursor: pointer;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.charge_pay_way_wechat_active {
  border-color: #0cbc14;
  background: #0cbc14;
  color: #fff;
}
/* .charge_pay_way_wechat img {
  width: 18px;
  height: 18px;
  padding-left: 5px;
} */
.charge_pay_way_wechat span {
  font-size: 16px;
  padding-left: 5px;
}
.charge_pay_num {
  width: 65%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 50px;
}
.charge_pay_right_actived {
  border-color: #fff;
  background: #d3d2d2;
  color: #fff;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}
.charge_pay_right {
  border-color: #fff;
  background: #ffd321;
  color: #fff;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}
/* 弹窗样式 */
.display {
  display: none;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.alert-body {
  width: 450px;
  background-color: white;
  border-radius: 10px;
  font-size: 30px;
  color: #000;
  text-align: center;
  animation: moveFromTop 0.3s linear;
  /* margin: 50%; */
}

.alert-title {
  line-height: 80px;
  font-size: 30px;
  position: relative;
}

.close {
  position: absolute;
  top: 22px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  color: grey;
  background-image: url('../img/close.png');
}

.close:hover {
  color: black;
}

.alert-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 150px;
  color: #999;
}
.alert_input {
  width: 70%;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eaeaea;
  font-size: 16px;
  outline: 0;
}
.login_bottom_btn {
  width: 180px;
  height: 50px;
  border-radius: 30px;
  text-align: center;
  line-height: 50px;
  background-color: #d3d2d2;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
@keyframes moveFromTop {
  from {
    margin-top: -600px;
  }

  to {
    margin-top: 0;
  }
}

.border_red {
  border-color: #ff4456 !important;
}
