html{
	font-size: 14px;
}
body{
	margin: 0px;
	padding: 0px;
}
.recharge{
	width: 550px;
	height: 300px;
	border: 1px solid gainsboro;
	margin: 0px auto;
	margin-top: 200px;
	padding: 20px;
}
.recharge>div>span{
	display: inline-block;
	width: 780px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #fefae4;
	color: #ff6d33;
	font-size: 12px;
	border-bottom: 1px solid gainsboro;
}
.recharge>div:nth-child(2)>p{
	font-size: 14px;
	margin-left: 115px;
}
.recharge>div:nth-child(2)>p>span{
	color: #2a69b6;
	font-size: 12px;
}
.recharge>div:nth-child(3){
	width: 550px;
	margin: 0px auto;
}
.recharge-kind>div{
	width: 130px;
	height: 130px;
	float: left;
	margin-right: 7px;
	border: 1px solid gainsboro;
	position: relative;
	cursor: pointer;
}

.recharge-kind>div:nth-child(4){
	margin-right: 0px !important;
}
.span1{
	font-size: 20px;
	line-height: 100px;
}
.span{
	font-size: 20px;
	line-height: 100px;
	margin-left: 40px;
}
.span>i{
	color: gold;
	margin-right: 5px;
}
.span1>i{
	color: gold;
	margin-right: 5px;
}
.recharge-kind>div:nth-child(4){
	text-align: left;
	position: relative;
}
.recharge-kind>div:nth-child(4)>span>input{
	width: 85px;
	height: 30px;
	font-size: 20px;
	position: absolute;
	top: 35px;
	border: 0px solid white;
	border-bottom: 1px solid blue;
}
.recharge-kind>div:nth-child(4)>span>i{
	margin-left: 5px;
}

.recharge-kind>div>p{
	width: 100px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: -13px;
	left: 15px;
	border-top:1PX dashed gainsboro;
}
.recharge-type{
	display: inline-block;
	width: 550px;
	height: 90px;
	margin-left:115px;
}
.recharge-type>div{
	width: 130px;
	height: 40px;
	float: left;
	margin-right: 7px;
	line-height: 40px;
	border: 1px solid gainsboro;
	cursor: pointer;
}
.recharge-type>div:nth-child(2){
	position: relative;
}

.wallet{
	position: relative;
	left: 7px;
}
.wallet-fang{
	margin-left: 46px;
}
.wallet-fang1{
	margin-left: 36px;
}
#discount{
	display: inline-block;
	font-size: 12px;
	width: 57px;
	height: 20px;
	background-color: #ff6d33;
	color: white;
	line-height: 20px;
	position: absolute;
	top: 10px;
	left: 65px;
	
}
.recharge-type>div:nth-child(5){
	margin-right: 0px !important;
}
.recharge-code>div>img{
	width: 140px;
	height: 140px;
}
.recharge-code>div{
	width: 140px;
	height: 140px;
	margin: 0px auto;
}
.recharge-code>p{
	text-align: center;
}
.tick{
    width: 0;
    height: 0;
    border-top: 30px solid #3387ef;
    border-left: 30px solid transparent; 
	position: relative;
	float: right;
}
.tick>i{
	position: absolute;
	top: -27px;
	left: -16px;
	color: white;
}
.tick1{
    width: 0;
    height: 0;
    border-top: 30px solid #3387ef;
    border-left: 30px solid transparent; 
	position: relative;
	float: right;
}
.tick1>i{
	position: absolute;
	top: -27px;
	left: -16px;
	color: white;
}
#price{
	font-size: 20px;
}
#black{
	color: gray;
}
#discounts{
	color: red;
}
#formMode{
	width: 550px;
	height: 160px;
	margin-top: 20px;
}
#formMode>input{
	width: 240px;
	height: 40px;
	font-size: 18px;
	border: none;
	border: 1px solid gainsboro;
	padding-left: 10px;
}
#formMode>input:nth-child(1){
	margin-bottom: 10px;
}
#money{
	color: #ff6d33;
}
#formMode>button{
	width: 130px;
	height: 40px;
	border: none;
	border: 1px solid #3387ef;
	background-color: #3387ef;
	color: white;
}
#phoneMode{
	width: 550px;
	height: 160px;
	margin-top: 20px;
}
#phoneMode>table{
	border: 1px solid gainsboro;
}
td{
	width: 260px;
	height: 30px;
}
.border{
	border: 1px solid #3387ef !important;
}
