/* 头部 */
.deposit .header{
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.deposit .header .Maintitle{
  text-align: center;
  color: #464646!important;
  font-weight: bold;
}
.deposit .header .Maintitle h3{
  font-size: 18px!important;
  line-height: 44px;
}
.deposit .header .left_btn{
  color: #464646!important;
  position: absolute;
  left: 0.4rem;
  top: 0;
  line-height: 1.2rem;
}
.deposit .header .left_btn img{
  width: 24px;
  margin-top: 10px;
}
.deposit .header .right_btn{
  position: absolute;
  right: 0.4rem;
  top: 0;
  line-height: 1.2rem;
}
/* 主体 */
/*.deposit #login_form{*/
/*  margin-top: 15px;*/
/*}*/
/* 提现金额 */
.deposit .money_bg{
  margin: 10px 15px 0;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.deposit .money_bg .tit{
  padding: 10px;
  color: #000;
}
.deposit .money_bg .tit .rate{
  border: 1px solid #fbbd08;
  font-size: 12px;
  padding: 1px 6px;
  border-radius: 2500px;
  color: #fbbd08;
  margin-left: 5px;
}
.deposit .money_bg .money_num span{
  position: absolute;
  left: 20px;
  bottom: 55px;
  font-size: 22px;
  color: #000;
}
.deposit .money_bg .money_num input{
  font-size: 28px;
  border: none;
  width: 70%;
  margin: 10px 10px 20px 50px;
}
.deposit .money_bg .balance{
  padding: 10px;
  color: #999;
  font-size: 12px;
}
.deposit .money_bg .balance a{
  margin-left: 20px;
  color: #333;
}
/* 菜单 */
.deposit .my_meun{
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 10px;
  margin-top: 10px;
}
.deposit .my_meun .meun_item{
  font-size: 15px;
  position: relative;
  padding: 0 15px;
  height: 50px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
}
.deposit .my_meun .meun_item>.item_line{
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.deposit .my_meun .meun_item>.item_line>span{
  font-size: 15px;
  line-height: 50px;
  margin-left: 5px;
  color: #8799a3;
}
.deposit .my_meun .meun_item>.item_line>input{
  border: none;
  position: absolute;
  right: 15px;
  top: 14px;
  margin-top: 2px;
  text-align: right;
  font-size: 15px;
}
.deposit .money_bg{
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 10px;
  margin-top: 10px;
  background-color: #fff;
  position: relative;
}
.deposit .money_bg p{
  padding: 10px;
}
.deposit .autoStart{
  border-radius: 20px;
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  box-shadow: 0 0 1px #b8bbbf;
  padding: 0 16px;
  background: linear-gradient( 90deg,#282828,#5f5f5f);
  color: #fff;
  margin: 25px;
}


