.recharge-content{
  width: 100%;
}
.recharge-content .form-item{
  display: flex;
  align-items: start;
  font-size: 18px;
  color: #333333;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 30px;
}
.recharge-content .form-item .label{
  white-space: nowrap;
  margin-right: 26px;
  line-height: 60px;
}
.recharge-content .form-item .name{
  flex: 1;
  overflow: hidden;
}
.recharge-content .form-item .input{
  width: 322px;
  height: 60px;
  line-height: 1.5;
  border-radius: 8px;
  background: #F6F6F6;
  padding: 0 14px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.money-btns{
  display: flex;
  flex-wrap: wrap;
}
.money-btn{
  padding: 18px 30px;
  color: #333333;
  font-size: 22px;
  border-radius: 8px;
  border: 1px solid #E6EAEE;
  margin-right: 24px;
  margin-bottom: 18px;
  cursor: pointer;
}
.money-btn.active{
  color: #fff;
  background: #13C5CD;
}
.money-btn-input{
  position: relative;
}
.money-btn-input .unit{
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
}
.pay-btn{
  display: flex;
  align-items: center;
  width: 322px;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #E6EAEE;
  color: #1D2127;
  font-size: 18px;
  padding: 0 14px;
  box-sizing: border-box;
  margin-right: 26px;
  cursor: pointer;
}
.pay-btn .icon{
  width: 30px;
  height: 30px;
  margin-right: 9px;
}
.pay-btn .icon .pic{
  width: 100%;
  height: 100%;
}
.pay-btn .select{
  width: 20px;
  height: 20px;
  background: url(../img//icon-select.png) no-repeat center;
  background-size: 100%;
}
.pay-btn .select.active{
  background: url(../img//icon-selected.png) no-repeat center;
  background-size: 100%;
}
.recharge-content .bottoms{
  margin: 0 40px;
  border-top: 1px solid #E6EAEE;
  display: flex;
  justify-content: flex-end;
  padding: 0 10px;
}
.btn-recharge{
  margin-top: 36px;
  width: 322px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  background: #13C5CD;
  border-radius: 8px;
}