* {
	margin: 0;
	padding: 0;
	font-style: normal;
}

body {
	background-color: #F5F5F5;
}

#loanApp {
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 0.94rem 0.43rem;
	background-color: #F5F5F5;
}

.head {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 0.63rem;
}

.head_title {
	width: 8rem;
	text-align: center;
	font-size: 0.53rem;
	font-family: Tahoma-Bold, Tahoma;
	font-weight: bold;
	color: #FFFFFF;
}

.head_img {
	width: 0.8rem;
	height: 0.8rem;
}

.kfwa_img{
	width: 1.79rem;
	height: 0.8rem;
}

.minu-header{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	font-size: 0.32rem;
	color: red;
	font-weight: 700;
	margin-bottom: 0.33rem;
}
.main{
	padding: 0.64rem 0.53rem 0.53rem;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 0.27rem;
}
.header{
	display: flex;
	justify-content: center;
	align-items: center;
}
.title{
	margin: 0 0.1rem;
	height: 0.53rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 0.37rem;
	color: #1A1A1A;
	line-height: 0.53rem;
	text-align: center;
	font-style: normal;
}
.detail_img{
	width: 0.28rem;
	height: 0.33rem;
}

.money{
	font-weight: bold;
	font-size: 1.07rem;
	color: #666666;
	line-height: 1.07rem;
	text-align: center;
	font-style: normal;
	margin-top: 0.37rem;
}
.day-title{
	margin-top: 0.64rem;
	font-weight: 400;
	font-size: 0.37rem;
	color: #666666;
	line-height: 0.37rem;
	text-align: center;
}
.day{
	margin: 0 auto;
	margin-top: 0.43rem;
	width: 2.24rem;
	height: 0.96rem;
	background: linear-gradient( 270deg, #FF8B1A 0%, #FFA71A 100%);
	border-radius: 0.48rem;
	font-weight: 700;
	font-size: 0.37rem;
	color: #FFFFFF;
	line-height:  0.96rem;
	text-align: center;
	font-style: normal;
}
.box{
	margin: 0.3rem 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-text{
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 0.35rem;
	color: #ACACAC;
	line-height: 0.48rem;
	text-align: center;
	font-style: normal;
}
.text-flex{
	display: flex;
	justify-content: center;
	align-items: center;
}

.coupon{
	margin-top: 0.32rem;
	width: 9.15rem;
	height: 3.84rem;
	background: #FFFFFF;
	border-radius: 0.32rem;
}
.coupon-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.43rem;
}
.coupon-txt{
	font-weight: 700;
	font-size: 0.43rem;
	color: #333333;
	line-height: 0.43rem;
	text-align: center;
	font-style: normal;
}
.coupon-more{
	font-weight: 400;
	font-size: 0.35rem;
	color: #BABABA;
	line-height: 0.35rem;
	text-align: center;
	font-style: normal;
}

.coupon-info{
	display: flex;
	margin-left: 0.43rem;
}
.info-item{
	margin-right: 0.17rem;
	position: relative;
	width: 2.61rem;
	height: 1.97rem;
}
.select-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 2.61rem;
	height: 1.97rem;
}
.info-content{
	width: 100%;
	height: 100%;
	position: absolute;
}
.info-header{
	height: 1.07rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.info-num{
	font-weight: 700;
	font-size: 0.69rem;
	color: #999999;
	text-align: center;
	font-style: normal;
}
.info-flag{
	margin: 0 0.1rem;
	margin-bottom: 0.1rem;
	font-weight: 400;
	font-size: 0.32rem;
	color: #999999;
	text-align: center;
	font-style: normal;
}
.info-bottom{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0.92rem;
	font-weight: 400;
	font-size: 0.27rem;
	color: #999999;
	text-align: center;
	font-style: normal;
}
.btn{
	margin-top: 2rem;
	width: 8.91rem;
	height: 1.33rem;
	background: linear-gradient( 90deg, #3B9CFF 0%, #2B6EFF 100%);
	border-radius: 0.84rem;
	font-weight: 700;
	font-size: 0.48rem;
	color: #FFFFFF;
	line-height: 1.33rem;
	text-align: center;
	font-style: normal;
}

.hp-img{
	position: fixed;
	top: 4.2rem;
	right: 0;
	width: 2.4rem;
	height: 2.4rem;
}


/* 好评弹窗 */
.pop{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pop-box{
	position: relative;
	width: 8.13rem;
	height: 4.85rem;
	background: #FFFFFF;
	border-radius: 0 0 0.27rem 0.27rem;
}
.pop-bg{
	width: 8.13rem;
	height: 3.04rem;
}
.pop-title{
	margin-top: 0.64rem;
	font-weight: 500;
	font-size: 0.43rem;
	color: #333333;
	text-align: center;
	font-style: normal;
}
.pop-desc{
	margin-top: 0.27rem;
	font-weight: 400;
	font-size: 0.35rem;
	color: #666666;
	text-align: center;
}
.pop-btn{
	margin: 0 auto;
	margin-top: 1rem;
	width: 6.13rem;
	height: 1.07rem;
	background: linear-gradient( 90deg, #3B9CFF 0%, #2B6EFF 100%);
	border-radius: 0.84rem;
	font-weight: 700;
	font-size: 0.43rem;
	color: #FFFFFF;
	line-height: 1.07rem;
	text-align: center;
	font-style: normal;
}
.close-img{
	margin-right: 0.9rem;
	float: right;
	width: 0.43rem;
	height: 0.43rem;
}