body{
	background-color: #e6002d;
}
.banner{
	width: 100%;
}
.banner img{
	display: block;
	width: 100%;
}
.banner h2{
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	height: 3rem;
	line-height: 3rem;
	font-size: 0.5rem;
	letter-spacing: 0.02rem;
}
#app{
	padding-bottom: .43rem;
}

#floatTop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: .8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.32rem;
	background-color: #f7faf9;
}

#floatTop a {
	font-size: 0.26rem;
	padding: .09rem .24rem;
	background-color: #fdd212;
	border-radius: .22rem;
}

.headImg {
	margin-top: .8rem;
}
.apply_box {
	width: 100%;
	margin-top: -.1rem;
}

.apply_for {
	background: #fff;
	width: 6.86rem;
	margin: 0 auto;
	padding: 0.32rem 0.34rem;
	box-sizing: border-box;
	position: relative;
}
.apply-address {
	margin-bottom: 0.2rem;
	display: flex;
	align-items: center;
	font-size: 0.32rem;
}

.apply-cont article {
	height: 0.88rem;
	margin-bottom: 0.2rem;
	position: relative;
}
.apply-cont article select,
.apply-cont article input {
	height: 0.88rem;
	background-color: #f5f9f8;
	border-radius: 0.05rem;
	border: initial;
	padding-left: 0.8rem;
	width: 100%;
	box-sizing: border-box;
	/* display: block; */
}


.apply-money input {
	background: url(../img/3.png) 0.2rem 0.28rem no-repeat;
	background-size: 0.32rem 0.32rem;
	outline: none;
}

.apply-name input {
	background: url(../img/2.png) 0.2rem 0.28rem no-repeat;
	background-size: 0.32rem 0.32rem;
	outline: none;
}
.apply-phone input {
	background: url(../img/11.png) 0.2rem 0.28rem no-repeat;
	background-size: 0.32rem 0.32rem;
	outline: none;
}

.apply-code {
	position: relative;
}


.apply-code .code1 {
	width: 2.58rem;
	height: 0.29rem;
	border-left: 0.02rem solid #b5c0bc;
	background: #f5f9f6;
	color: #4acc68;
	line-height: 0.29rem;
	text-align: center;
	font-size: 0.28rem;
	position: absolute;
	top: 0.3rem;
	right: 0.02rem;
}

#applySubmit{
	width: 100%;
	height: 0.9rem;
	background-color: #00b66a;
	border-radius: 0.04rem;
	color: #fff;
	line-height: 0.5rem;
	text-align: center;
	font-size: 0.32rem;
	border:none;
	margin-top: 0.2rem;
	outline: none;
}

.more-m span {
    display: block;
    position: absolute;
    right: 0.1rem;
    top: 0;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    z-index: 9;
	right: .31rem;
}
.jt{
	position: absolute;
	width: 0.24rem;
	height: 0.12rem;
	top: 0.38rem;
	right: .31rem;
}
.jt2 {
	transform: rotate(180deg)
	
}

.cityList{
	position: absolute;
	width: 6.16rem;
	padding-top: .34rem;
	padding-left: .33rem;
	padding-right: .33rem;
	top: .88rem;
	left: 0;
	background-color: #ecf2f1;
	border-radius: 0 0 .04rem .04rem ;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	z-index: 999;
}
.cityList span{
	margin-right: .28rem;
	width: 1.6rem;
	padding: .11rem 0;
	text-align: center;
	display: block;
	border: solid .02rem #d6dcda;
	border-radius: .02rem;
	margin-bottom: .31rem;
	font-size: .28rem;
}
.cityList span.active{
	border-color: #8fecc6;
	background-color: #e8f5f0;
	color: #0bbf75;
}
.cityList span:nth-child(3n+3) {
	margin-right: 0;
}
.houseList{
	position: absolute;
	width: 100%;
	top: .88rem;
	left: 0;
	background-color: #ecf2f1;
	border-radius: 0 0 .04rem .04rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	z-index: 999;
	height: 5rem;
	overflow-y: auto;
}
.houseList span{
	width: 100%;
	padding: .30rem .21rem .30rem .77rem;
	text-align: center;
	display: block;
	border-bottom: solid .02rem #f5f9f8;
	font-size: .28rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.houseList span img{
	width: .2rem;
	height: .13rem;
}
.houseList span.active{
	color: #0bbf75;
}
.manageList{
	height: 2rem;
}