.merchantsList{
	height: 15rem;
	background: #F0F0F0;
}

.merchantsList .title{
	height: 3rem;
	background: #518EEB;
	text-align: center;
	line-height: 3rem;
	font-size: 1.3rem;
	color: #F0F0F0;
}
.merchants{
	margin-top: 1rem;
	display: flex;
	height: 2rem;
	background: #F2F2F2;
	border-radius: 1rem;
	line-height: 2rem;
	margin-left: 1rem;
	margin-right: 1rem;
	width: 12rem;
}
.merchants .name{
	margin-left: 1rem;flex: 3;color: #000000;font-weight: 100;font-size: 1rem;
}
.merchants .but-j{
	text-align:center;width:2.5rem;font-size:0.7rem;border-radius: 0.5rem;background: #BBBBBB;color: #000000;
}
.merchants .but-q{
	text-align:center;width:2.5rem;font-size:0.7rem;border-radius: 0.5rem;background: #518EEB;color: #F2F2F2;
}

.close{
	width: 3rem;height: 3rem;margin-top: 2rem;margin-left: 10rem;
}

.charge{
	/* height: 24rem; */
	background: #F0F0F0;
	border-radius: 0.5rem;
	/* margin-left: 4rem; */
	/* margin-right: 4rem; */
	width: 80%;
	margin: 1rem auto;
	position: fixed;
	top: 30%;
	left: 10%;
	z-index: 99;
}
.charge .title{
	/* height: 4rem; */
	text-align: center;
	line-height: 4rem;
	font-size: 1.1rem;
	color: #000;
}

.details{
	/* margin-top: 1rem; */
	display: flex;
	line-height: 2rem;
	border-radius: 1rem;
	line-height: 2rem;
	/* margin-left: 1rem; */
	/* margin-right: 1rem; */
}

.details .caption{
	/* flex: 1; */
	margin-left: 1rem;
	color: #8D8D8D;
}
.details .data{
	flex: 1;
	margin-right: 1rem;
	text-align: right;
	color: #000000;
}
.hint{
	text-align: center;
	color: #ff2020;
	font-size: 1rem;
	line-height: 3rem;
}

.chargebut{
	text-align: center;
	background: #007AFF;
	width: 90%;
	height: 3rem;
	line-height: 3rem;
	color: #F0F0F0;
	margin: 1rem auto;
	border-radius: 10rem;
	font-size: 1.2rem;
}
#codeBut{
	text-align: center;
	background: #007AFF;
	width: 90%;
	line-height: 2.4rem;
	color: #F0F0F0;
	margin: 1rem auto;
	border-radius: 10rem;
	font-size: 1.2rem;
}
.bg{ background: #333; position: fixed; width: 100%; height: 100%; opacity: 0.7; top:0; left: 0; z-index: 98;display: none;}