/* 头部 */
.recharge .header{
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.recharge .header .Maintitle{
  text-align: center;
  color: #464646!important;
  font-weight: bold;
}
.recharge .header .Maintitle h3{
  font-size: 18px!important;
  line-height: 44px;
  font-weight: bolder;
}
.recharge .header .left_btn{
  color: #464646!important;
  position: absolute;
  left: 0.4rem;
  top: 0;
  line-height: 1.2rem;
}
.recharge .header .left_btn img{
  width: 24px;
  margin-top: 10px;
}
.recharge .header .right_btn{
  position: absolute;
  right: 0.4rem;
  top: 0;
  line-height: 1.2rem;
}
/* 主体 */
.recharge .content{
  background-color: #fff;
  box-shadow: 0 0.04rem 0.133333rem 0 rgb(0 0 0 / 15%);
  border-radius: 5px;
  padding: 9px 19px 19px;
}
.recharge .content .tit{
  height: 30px;
  line-height: 30px;
  color: #333;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.recharge .content .Cash_num_money{
  /* height: 45px; */
  line-height: 45px;
  border-bottom: 1px solid #ddd;
}
.recharge .content .Cash_num_money .character{
  color: #e8402f;
  margin-right: 4px;
}
.recharge .content .Cash_num_money input{
  color: #666;
  font-size: 18px;
}
select:focus-visible{
  outline: none;
}
.recharge .content .Cash_num_money input select{
  background-color: rgba(0,0,0,0.1);

}
.recharge .content .Cash_num_money select{
  border: 1px solid #333;
  border-radius: 5px;
}
.recharge .content .Cash_num_money img{
    width: 300px;
    height: 100px;
}
.recharge .content .upload{
  margin: 20px auto 0px;
  color: #000;
  width: 30%;
  height: 1.8rem;
  line-height: 1.8rem;
  border: 1px solid #999;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
}
/* 按钮 */
.recharge .next_btn{
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  box-shadow: 0 0 1px #b8bbbf;
  padding: 0 16px;
  margin: 25px 19px;
  background: linear-gradient( 90deg,#282828,#5f5f5f);
}