@charset "utf-8";
/**
 * payee收款人
*/
.ui-payee {
	padding-top: 5px;
}

.ui-payee .ui-payee-item {
	width: 260px;
	position: relative;
	background-color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	cursor: pointer;
	margin: 5px 0px 5px 0px;
	border-radius: 5px;
}

.ui-payee .ui-payee-item:first-child {
	border-top: 1px solid #e0e0e0;
}

.ui-payee .ui-payee-item.current {
	background-color: #84d03e;
	height: auto;
	color: #fff;
	border: 0;
	margin-bottom: 10px;
	margin-top: 5px;
	border-radius: 6px;
}

.ui-payee .ui-payee-item.current+div {
	border-top: 1px solid #e0e0e0;
}

.ui-payee-item .ui-payee-item-header {
	height: 50px;
}

.ui-payee-item.current .ui-payee-item-header {
	/* border: 1px solid #e0e0e0; */
	
}

.ui-payee-item .ui-payee-item-header .ui-payee-item-img {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 10px;
	left: 15px;
}

.ui-payee-item .ui-payee-item-header .ui-payee-item-img2 {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 7px;
	left: 15px;
}

.ui-payee-item .ui-payee-item-header .ui-payee-item-txt {
	height: 50px;
	line-height: 50px;
	padding-left: 60px;
}

.ui-payee-item .ui-payee-item-img {
	background: url("../../../img/payee/icon-payee.png") no-repeat;
	background-size: 30px 30px;
}

.ui-payee-item.current .ui-payee-item-img {
	background: url("../../../img/payee/icon-payee-curr.png") no-repeat;
	background-size: 30px 30px;
}

.ui-payee-item .ui-payee-item-footer {
	height: 45px;
	padding-left: 65px;
	padding-top: 0px;
	display: none;
}

.ui-payee-item.current .ui-payee-item-footer {
	/* border: 1px solid #e0e0e0; */
	
}

.ui-payee-item.current .ui-payee-item-footer {
	display: block;
}

.ui-payee-item .ui-payee-item-footer p {
	margin: 0;
}

.ui-payee-item-footer .ui-payee-bank {
	font-size: 14px;
	color: #c8f3ed;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}