.pay-pop-bd {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100000;
}

.pay-pop-bd .pay-pop {
	position: fixed;
    left: 50%;
    top: 50%;
    margin: -300px 0 0 -275px;
    width: 550px;
    background: #FFF;
    box-shadow: 0 0 10px rgba(255, 255, 255, .5);
    z-index: 200000;
}

.pay-pop-bd .pay-pop .item {
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	cursor: pointer;
}

.pay-pop-bd .pay-pop .item.cur {
	border-color: red;
}

.pay-pop-bd .pay-pop .item_submit {
    margin-bottom: 10px;
}

.pay-pop-bd .pay-pop .ico-close-pop{
	position:absolute;
	right:-10px;
	top:-10px;
	width:30px;
	height:30px;
	background:url(../images/fancy_close.png) no-repeat center center;
	cursor:pointer;
	z-index:1
}