*[class|=epay]{
	padding: 0;
	margin: 0;
	text-decoration:  none;
	list-style: none;
	font-family: 'Microsoft YaHei';
	font-size: 15px;
	color: #333;
	box-sizing: border-box;
}
.epay-clearfloat:after{
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.epay-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #777;
	opacity: 0.4;
	filter: Alpha(opacity = 40);
	z-index: 1;
}
.epay-container{
	position: fixed;
	width: 600px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -300px;
	background: #fff;
	z-index: 2;
}
.epay-title{
	position: relative;
	padding: 5px 20px;
	font-size: 23px;
  background-color: #E3DFDF
}
.epay-close{
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	right: 0;
	top: 0;
	font-size: 25px;
	font-weight: 100;
	line-height: 40px;
  color: #868181;
}
.epay-close:hover{
	cursor: pointer;
	background-color: #b0b0b0;
}
.epay-body {
	position: relative;
	height: 460px;
	width: 100%;
}
.epay-input{
	width: 100px;
	margin-right: 3px;
}
.epay-pay{
	padding: 10px 20px;
}
.epay-overtime {
	display: inline-block;
	color: #cc0033;
}
.epay-qr {
  width: 302px;
  height: 302px;
  margin: 10px auto;
  border: 1px solid #ccc;
}
.epay-qr.epay-loading {
	background: url('./images/loading.gif') no-repeat center;
	opacity: 0.4;
}
.epay-info{
	padding: 5px 0;
}
.epay-button {
  border: 1px solid #cc0033;
  background: #cc0033;
  color: #fff;
  width: 80px;
  cursor: pointer;
  margin-left: 10px;
}
.epay-button:hover {
	background: #fff;
	color: #cc0033;
}
.epay-button.epay-left {
	margin-left: 0px;
	margin-right: 10px;
}
.epay-pay ul {
	padding: 5px 0;
}
.epay-fast{
	display: block;
	float: left;
	width: 160px;
  height: 70px;
  margin: 10px;
	text-align: center;
	line-height: 70px;
	border: 1px solid #b0b0b0;
	font-size: 21px;
  color: #436CEA;
  cursor: pointer;
}
.epay-fast.active {
	border: 2px solid #4682B4;
	padding: 1px;
}
.epay-way{
	margin-top: 20px;
}
.epay-fast img{
	float: left;
	width: 100%;
	height: 100%;
}
.epay-fast:hover{
	border: 2px solid #4682B4;
	padding: 1px;
}
.m-scancode{
	display: none;
	position: absolute;
	top: 80px;
	left: 800px;
	z-index: 100;
	width: 340px;
	height: 380px;
}
.f-f23{
	font-size: 20px;
	font-weight: 100;
}
.u-sdel{
	top: 3px;
	font-size: 19px;
}
.m-mask{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #B4B3B3;
	opacity: 0.8;
  filter: opacity(80%);
 -webkit-filter: opacity(80%);
}
.f-white{
	background-color: #fff;
}
