.ykx-layer{
	/*display: none;*/
	position: fixed;top: 0;left: 0;background: rgba(0,0,0,.5);height: 100%;width: 100%;
}
.ykx-layer-page{
	width: 560px;background: #fff;position: absolute;top: 50%;margin-top: -300px;left: 50%;margin-left: -280px;border-radius:4px;
}
.ykx-layer-title{
	line-height: 68px;border-bottom: 1px solid #ddd;padding-left: 20px;
}
.ykx-layer .close{
	width: 68px;height: 68px;padding-right: 20px;text-align: right;
	cursor: pointer;
}
.ykx-layer-content{
	text-align: center;
}


/*扫码支付*/
.ykx-layer .sum{
	padding-top: 60px;padding-bottom: 50px;
}
.pay-xccode{
	width: 186px;height: 186px;
	/*border:1px solid #F2F2F2;*/
	margin: auto;
}
.pay-tip{
	display: inline-block;
	margin-top: 34px;margin-bottom: 100px;
	background: url(../image/icon_sweep.png) no-repeat;
	padding-left: 50px;
	background-size: 36px;
	background-position: 0px center;
}
