.alipay{
	width: 231px;
	height: 460px;
	margin: 0 auto;
	padding-top: 20px;
}
.payimg{
	width: 231px;
	background: #ccc;
}
.title{
	font-size: 12px;
	color: #999;
	padding-left: 10px;
}
.code{
	width: 211px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	border-radius: 5px;
	border: 1px solid #DE9021;
	font-size: 16px;
	color: #888;
	text-align: center;
	letter-spacing: 1.5px;
	margin-top: 10px;
}
.masked{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 88888;
}
.info{
	display: none;
	width: 80%;
	height: 60%;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 99999;
	word-wrap:break-word;
}
.info p{
	text-align: center;
	color: #999;
	font-size: 16px;
	margin-top: 70px;
	padding: 0 10px;
}
.open{
	width: 231px;
	height: 50px;
	margin-top: 20px;
	line-height: 50px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	background: #FA9D43;
	text-align: center;
	letter-spacing: 1.5px;
}
