@CHARSET "UTF-8";
#trans-amt{
	font-size:0.5rem;
	color:#000;
	font-weight:bold;
	line-height:50px;
	height:50px;
	display:inline-block;
}
#tel{
	font-size:0.28rem;
}
table{
	width:100%; 
	height:50%;
	position:absolute;
	bottom:0;
  background-color:white;
  background-top:none;
}
table tr td{
	text-align:center;
	width:24.9999999%;
	border-right:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
}
table tr td:active{
	background-color:#ECECEC;
}
.keybord-return,.keybord-stop{
	width:30px;
	height:30px;
	margin:0px auto;
	color:white;
}
.back-key{
	cursor:pointer;
	display: inline-block;
	width:50%;
	height:50%;
	color: #fff;
	background-size:100% 100%;
	background-repeat:no-repeat;
	vertical-align:middle;
	background-image:url(../images/back_key.png);}
.keybord-hide{
	cursor:pointer;
	display: inline-block;
	width:50%;
	height:50%;
	color: #fff;
	background-size:100% 100%;
	background-repeat:no-repeat;
	vertical-align:middle;
	background-image:url(../images/keybord-hide.png);}
.pay{
	color:#ffffff;
	font-size:0.19rem;
	background-color:#00bbff;
	cursor:pointer;
}
.pay:active{
	background-color:#204d74;
	font-size:0.19rem;
}