.immediate-application {
	position: relative;
	top: 75px;
}

.immediate-application .immediate-application-box {
	width: 270px;
	height: 300px;
	padding: 0 30px;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	right: 100px;
}

.immediate-application-box .title {
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin: 12px auto 10px;
}


.immediate-application .bottom {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

.immediate-application .bottom li {
	width: 25%;
	float: left;
}

.immediate-application .bottom img {
	width: 20px;
	height: 20px;
}

.immediate-application-box .submit-btn {
	width: 100%;
	height: 32px;
	line-height: 30px;
	border: 2px solid #fff;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
}


.borrow-demand-info .borrow-demand-info-item {
	height: 32px;
	background: #fff;
	margin-bottom: 8px;
	position: relative;
}

.borrow-demand-info .borrow-demand-info-item .money-icon {
	background: url(../images/icon1.png) no-repeat;
}

.borrow-demand-info .borrow-demand-info-item .user-phone-icon {
	background: url(../images/icon2.png) no-repeat;
}

.borrow-demand-info .borrow-demand-info-item .verify-icon {
	background: url(../images/icon3.png) no-repeat;
}

.borrow-demand-info .getcode {
	width: 83px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	display: block;
	font-size: 13px;
	color: #D82428;
	border: 1px solid #D82428;
	position: absolute;
	left: 118px;
	top: 4px;
	cursor: pointer;
}

.borrow-demand-info .borrow-demand-info-item .icon {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 10px;
	top: 11px;
}

.borrow-demand-info .borrow-demand-info-item input,
.borrow-demand-info .borrow-demand-info-item select,
.borrow-demand-info .borrow-demand-info-item option {
	width: 100%;
	height: 100%;
	padding: 0 5px 0 35px;
	font-size: 13px;
	border: none;
}

.imgCodeUrl {
	width: 88px;
	height: 32px;
	cursor: pointer;
}

.imgCode-item {
	display: flex;
	align-items: center;
	padding: 0;
}