﻿*{
  margin: 0;
  padding: 0;
}
.clearfix {
  *zoom: 1; 
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table; 
}
.clearfix:after {
  clear: both; 
}
/*充值*/
html,body{
  height: 100%;
}
.recharge-continer{
  min-height: 100%;
  padding: 10px 0 0 0;
  background: #f7f7f7;
  box-sizing: border-box;
}
.recharge-wrap{
  width: 1200px;
  margin: 0 auto;
}
.recharge-ttl{
  font-size: 26px;
  line-height: 90px;
  color: #fff;
  background: #ff761c;
  padding: 0 0 0 40px;
  border-radius: 4px;
}
.recharge-ttl > img{
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.recharge-det{
  margin: 10px 0 0 0;
}
.recharge-l{
  float: left;
  width: 260px;
  text-align: center;
  border-radius: 2px;
  padding: 40px 0 60px;
  background: #fff;
  border-right: 5px solid #ebebeb;
  border-bottom: 5px solid #ebebeb;
}
.balance-info {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    font-weight: 600;
}
.balance-num{
  font-size: 40px;
  line-height: 50px;
  color: #ef3825;
}
.recharge-r{
  float: left;
  width: 925px;
  margin: 0 0 0 10px;
}
.recharge-rt{
  background: #fff;
  border-radius: 4px;
  padding: 32px 30px;
  border: 1px solid #ededed;
}
.recharge-info{
  font-size: 14px;
  line-height: 34px;
  color: #333;
}
.recharge-box{
  padding: 0 0 30px 0;
}
.recharge-item{
  float: left;
  width: 196px;
  height: 56px;
  font-size: 18px;
  color: #333;
  line-height: 56px;
  text-align: center;
  border-radius: 2px;
  border: 2px solid #e8eef1;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.recharge-item input{
  display: none;
}
.jCust{
  font-size: 12px;
}
.jCust input{
  display: inline-block;
  width: 80px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  border: none;
  border-bottom: 1px solid #333;
  outline: none;
  padding: 0 0 0 10px;
  margin: 0 0 0 4px;
}
.reCurr{
  color: #ef3825;
  border: 2px solid #ff7117;
}
.recharge-rb{
  background: #fff;
  border-radius: 4px;
  padding: 30px 0;
  margin: 20px 0 0 0;
  border: 1px solid #ededed;
}
.recharge-rb .recharge-info{
  padding: 0 0 0 30px;
}
.pay-box{
  padding: 0 30px 40px;
  border-bottom: 1px solid #ededed;
}
.pay-item{
  float: left;
  width: 246px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  font-size: 0;
  border-radius: 2px;
  border: 2px solid #e8eef1;
  margin: 0 20px 0 0;
  cursor: pointer;
}
.payCurr{
  border: 2px solid #ff7117;
}
.pay-item > img{
  vertical-align: middle;
}
.pay-confirm{
  display: block;
  width: 220px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background: #ff7117;
  margin: 30px 0 0 30px;
}