* {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
}

body {
	background-color: #F5F5F5;
}

#loanApp {
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 0.6rem 0 0.44rem;
	background-color: #F5F5F5;
}

.head {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 0.53rem;
	padding-right: 0.53rem;
}

.head_title {
	width: 8rem;
	text-align: center;
	font-size: 0.48rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
}

.head_img {
	width: 0.64rem;
	height: 0.64rem;
}
.minu-header{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	font-size: 0.32rem;
	color: red;
	font-weight: 700;
	margin-bottom: 0.33rem;
}
.minu {
	background: #FFFFFF;
	border-radius: 0.32rem 0.32rem 0 0;
	margin: 0 auto 0.32rem;
	padding: 0.35rem 0.4rem 0.29rem;
}

.loan_minuTwo {
	width: 9rem;
	background: #FFFFFF;
	border-radius: 0.32rem;
	margin: 0 auto 0.32rem;
	padding: 0.75rem 0;
}

.loan_minu {
	background: #FFFFFF;
	border-radius: 0.21rem;
	box-shadow: 0rem 0rem 0.13rem 0rem rgba(0, 185, 157, 0.5);
	border: 0.03rem solid #00B99D;
	padding: 0.32rem 0;
	margin-bottom: 0.32rem;
}

.loan_minu-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.08rem;
	padding-right: 0.27rem;
}

.loan_minu-head-img {
	width: 0.53rem;
	height: 0.53rem;
}

.loan_minu-head-text {
	font-size: 0.32rem;
	font-family: ArialMT;
	color: #333333;
	text-indent: 0.64rem;
}

.loan_minu-head-btn {
	width: 2.24rem;
	height: 0.91rem;
	line-height: 0.91rem;
	background: #FFF7F7;
	border-radius: 0.13rem;
	border: 0.03rem #FB5252 solid;
	text-align: center;
	font-size: 0.43rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #FB5351;
	margin-top: 0.2rem;
}

.loan_btn {
	width: 2.12rem;
	height: 0.8rem;
	line-height: 0.8rem;
	background: linear-gradient(90deg, #FA8865 0%, #F76336 100%);
	border-radius: 0.48rem 0rem 0rem 0.48rem;
	text-align: center;
	font-size: 0.4rem;
	font-family: ArialMT;
	color: #FFFFFF;
}

.square-btn {
	width: 2.12rem;
	height: 0.96rem;
	line-height: 0.96rem;
	text-align: center;
	background: linear-gradient(-90deg, #FEB440, #FFA210);
	border-radius: 0.48rem 0rem 0rem 0.48rem;
	font-size: 0.26rem;
	font-family: ArialMT;
	color: #FFFFFF;
	margin-top: 0.2rem;
	padding: 0 0.2rem;
}


.loan_minu-num {
	font-size: 0.8rem;
	font-weight: 600;
	color: #333333;
	text-indent: 0.64rem;
	margin-right: 0.21rem;
}

.loan_minu-time {
	display: flex;
	flex-direction: row;
}

.loan_minu-time-text {
	font-size: 0.32rem;
	color: #999999;
}

.loan_minu-time-num {
	font-size: 0.32rem;
	color: #FF7711;
}

.loan_minuNo {
	background: #F8F8F8;
	border-radius: 0.21rem;
	border: 0.03rem solid #EAEAEA;
	padding: 0.32rem 0.27rem 0.32rem 0.64rem;
	margin-bottom: 0.32rem;
}

.loan_minuNo-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.08rem;
}

.loan_minuNo-head-img {
	width: 0.85rem;
	height: 0.85rem;
}

.loan_minuNo-head-text {
	font-size: 0.32rem;
	font-family: ArialMT;
	color: #333333;
}

.loan_minuNo-head-text-loan {
	font-size: 0.32rem;
	font-family: ArialMT;
	color: #fff;
}

.loan_minuNo-num {
	font-size: 0.37rem;
	font-weight: 600;
	color: #333333;
	text-indent: 0.04rem;
	margin-bottom: 0.27rem;
}

.loan_minuNo-time-text {
	font-size: 0.27rem;
	font-family: ArialMT;
	color: #999;
}

.loan_minuNo-time-num {
	font-size: 0.27rem;
	font-family: ArialMT;
	color: #333333;
}

.postpone_minu {
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.13rem 0rem rgba(0, 185, 157, 0.5);
	border-radius: 0.21rem;
	border: 0.03rem solid #00B99D;
	padding: 0.32rem 0.27rem 0.32rem 0.64rem;
	margin-bottom: 0.27rem;
}

.postpone_minu-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.05rem;
}

.postpone_minu-head-img {
	width: 0.85rem;
	height: 0.85rem;
}

.postpone_minu-head-text {
	font-size: 0.32rem;
	font-family: ArialMT;
	color: #333333;
	margin-right: 0.08rem;
}

.postpone_minu-head-trip {
	width: 2.3rem;
	height: 0.43rem;
	line-height: 0.33rem;
	text-align: center;
	background: linear-gradient(60deg, #FF9F30 0%, #FF7711 100%);
	border-radius: 0.24rem 0.21rem 0.24rem 0rem;
	margin-bottom: 0.09rem;
	font-size: 0.24rem;
	font-family: ArialMT;
	color: #FFFFFF;
}

.postpone_minu-con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 0.04rem;
}

.postpone_minu-con-left {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.postpone_minu-con-left-num {
	font-size: 0.8rem;
	font-family: SFProText, SFProText;
	font-weight: 600;
	color: #333333;
	margin-right: 0.21rem;
}

.postpone_minu-con-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.postpone_minu-con-right-text {
	font-size: 0.32rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #333333;
	margin-right: 0.05rem;
}

.postpone_minu-con-right-radius {
	width: 0.21rem;
	height: 0.21rem;
	border: 0.03rem solid #00B99D;
	border-radius: 50%;
}

.postpone_minu-con-right-btn {
	width: 1.44rem;
	height: 0.53rem;
	line-height: 0.53rem;
	background: #E1FBF7;
	border-radius: 0.11rem;
	border: 0.03rem solid #00B99D;
	text-align: center;
	font-size: 0.32rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #00B99D;
	margin-left: 0.11rem;
}

.postpone_minu-line {
	width: 0.002rem;
	height: 1rem;
	border: 0.002rem solid #DEDEDE;
	background-color: #DEDEDE;
	margin-bottom: 0.11rem;
}

.postpone_minu-con-left-money {
	font-size: 0.32rem;
	font-family: ArialMT;
	color: #333333;
}

.postpone_minu-con-right-time {
	font-size: 0.32rem;
	font-family: ArialMT;
	color: #333333;
}

.postpone_minu-trip {
	background: #FEFADC;
	border-radius: 0.11rem;
	font-size: 0.27rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #E38344;
	margin-bottom: 0.32rem;
	white-space: normal;
	word-wrap: break-word;
	padding: 0.11rem;
}

.exten_con {
	background: #FAFCFF;
	border-radius: 0.21rem;
	border: 0.03rem solid #2B6EFF;
	text-align: center;
	padding: 0.44rem 0.16rem;
}

.exten_con-no {
	background: #FAFCFF;
	border-radius: 0.21rem;
	text-align: center;
	padding: 0.44rem 0.16rem;

}

.exten_con-title {
	width: 1.49rem;
	margin: auto;
	font-size: 0.24rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	margin-bottom: 0.05rem;
}

.exten_con-text {
	font-size: 0.24rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
}

.exten_con-img {
	width: 0.5rem;
	height: 0.5rem;
}

.postpone_minuNo {
	background: #F8F8F8;
	border-radius: 0.21rem;
	border: 0.03rem solid #EAEAEA;
	padding: 0.32rem 0.27rem 0.32rem 0.64rem;
	margin-bottom: 0.27rem;
}

.postpone_minuNo-loan {
	background: #00B99D;
	border-radius: 0.21rem;
	border: 0.03rem solid #00B99D;
	padding: 0.32rem 0.27rem;
	margin-bottom: 0.27rem;
}

.loan_detail {
	display: flex;
	justify-content: center;
	align-items: center;
}

.loan_detail-text {
	font-size: 0.32rem;
	font-family: ArialMT;
	color: #999999;
}

.loan_detail-img {
	width: 0.27rem;
	height: 0.32rem;
}

.loan_title {
	font-size: 0.37rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	text-align: center;
	margin-bottom: 0.32rem;
}

.loan_con {
	background: #FFFFFF;
	padding: 0.32rem 0.32rem 0.59rem;
	box-shadow: 0.12rem 0.5rem 0.8rem 0.12rem rgba(0, 0, 0, 0.04);
}
.loan_name-head{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.loan_con-head {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0.48rem;
}

.loan_con-head-img {
	width: 1.04rem;
	height: 0.48rem;
	margin-right: 0.11rem;
}

.loan_con-head-title {
	font-size: 0.32rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #333333;
}

.loan_con-num {
	padding: 0.32rem 0;
	text-align: center;
	background: #F5F5F5;
	border-radius: 0.21rem;
	font-size: 0.43rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #333333;
}

.loan_con-btn {
	width: 6.4rem;
	height: 1.07rem;
	line-height: 1.07rem;
	margin: auto;
	background: #00B99D;
	border-radius: 0.13rem;
	text-align: center;
	font-size: 0.43rem;
	font-family: ArialMT;
	color: #FFFFFF;
}

.tips {
	font-size: 0.32rem;
	font-family: ArialMT;
	color: #999999;
	margin-bottom: 0.27rem;
	margin-left: 0.59rem;
}

.coupon_minu {
	margin-top: 1rem;
	text-align: center;
}

.coupon_img {
	width: 9rem;
	height: 3.25rem;
}

#detailPoP {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column-reverse;
}

.detailPoP_minu {
	background: #FFFFFF;
	border-radius: 0.27rem 0.27rem 0rem 0rem;
	padding: 0.43rem;
}

.detailPoP_minu-img {
	width: 0.32rem;
	height: 0.32rem;
	float: right;
}

.detailPoP_minu-title {
	text-align: center;
	font-size: 0.43rem;
	font-family: ArialMT;
	color: #333333;
	margin-bottom: 0.48rem;
}

.detailPoP_minu-message {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.33rem;
}

.detailPoP_minu-message-text {
	font-size: 0.37rem;
	font-family: ArialMT;
	color: #999;
}

.detailPoP_minu-message-num {
	font-size: 0.37rem;
	font-family: ArialMT;
	color: #333333;
}

.detailPoP_minu-btn {
	width: 8.91rem;
	height: 1.33rem;
	line-height: 1.33rem;
	text-align: center;
	background: #00B99D;
	box-shadow: 0rem 0rem 0rem 0rem rgba(255, 255, 255, 0.1);
	border-radius: 0.27rem;
	font-size: 0.48rem;
	font-family: Arial-BoldMT, Arial;
	font-weight: normal;
	color: #FFFFFF;
}

.draw {
	position: absolute;
	top: 13rem;
	left: 0;
}

.draw_minu {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.draw_img {
	width: 0.51rem;
	height: 0.48rem;
	margin-left: -0.5rem;
	margin-top: 0.3rem;
	-webkit-transform: rotate(360deg);
	animation: rotation 3s linear infinite;
	-moz-animation: rotation 3s linear infinite;
	-webkit-animation: rotation 3s linear infinite;
	-o-animation: rotation 3s linear infinite;
}

.draw_icon {
	width: 1.71rem;
	height: 2.08rem;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

#trips {
	width: 100%;
	position: absolute;
	z-index: 9999999999;
	top: 8rem;
}

.trips_text {
	width: 8rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	border-radius: 0.1rem;
	color: #FFF;
	font-size: 0.42rem;
	background-color: rgba(0, 0, 0, 0.4);
	margin: auto;
}

/* 还款指引 */
.loan_guide {
	height: 1.17rem;
	line-height: 1.17rem;
	background: #f9f9f9;
	border-radius: 0rem 0rem 0.32rem 0.32rem;
	margin-bottom: 0.53rem;
	margin-top: -0.1rem;
	font-size: 0.35rem;
	font-family: ArialMT;
	color: #999;
	text-align: center;
}

#guide_one {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0;
}

.guide_content {
	overflow: auto;
	webkit-overflow-scrolling: touch;
	height: 720px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.guide_content-head-title {
	font-size: 0.69rem;
	font-family: Arial, Arial;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	text-shadow: 0px 0px 0px #006253;
}

.content-head_img {
	width: 8.99rem;
	height: 1.73rem;
	margin-bottom: 0.31rem;
}

.guide_content-minu {
	background: #FFFFFF;
	border-radius: 0.85rem;
	padding: 0.53rem 0;
	margin-bottom: 1.33rem;
}

.guide_content-minu-img {
	width: 10rem;
	height: 8.83rem;
	margin-bottom: 0.4rem;
}

.guide_content-minu-head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.53rem;
	padding: 0 0.43rem;
}

.guide-minu-head-title {
	font-size: 1.65rem;
	font-family: Arial, Arial;
	font-weight: normal;
	color: #F5A00B;
	opacity: 0.2;
	font-style: italic;
	margin: auto;
}

.guide_content-trips {
	width: 8rem;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin: auto;
}

.guide_content-trips-line {
	font-size: 0.32rem;
	color: #F5A00B;
	margin-right: 0.21rem;
}

.guide_content-trips-imgone {
	width: 0.27rem;
	height: 0.27rem;
	margin-right: 0.27rem;
	margin-top: -0.3rem;
}

.guide_content-trips-img {
	width: 0.27rem;
	height: 0.27rem;
	margin-right: 0.27rem;
	margin-top: 0.1rem;
}

.guide_content-trips-text {
	font-size: 0.32rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #F5A00B;
}

.guide-minu-head-text {
	font-size: 0.37rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-top: -0.7rem;
	text-align: center;
}

.guide_one-con {
	position: relative;
	width: 8.36rem;
	background: #FFFFFF;
	border-radius: 0.8rem;
	padding: 0.99rem 0.27rem;
	margin: 0 auto 1.03rem;
}

.guide_one-con-head {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0.53rem;
}


.guide_one-con-bom {
	display: flex;
	flex-direction: row;
}


.guide_one-btn {
	width: 5.23rem;
	height: 1.07rem;
	line-height: 1.07rem;
	text-align: center;
	background: #00B99D;
	border-radius: 0.64rem;
	margin: auto;
	font-size: 0.53rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}

/* 还款指引1 end */
/* 还款指引2 */
.guideTwo_minu {
	padding: 0.8rem 0 0.5rem;
	background: #FFFFFF;
	border-radius: 0.8rem;
	margin-bottom: 0.8rem;
	overflow: auto;
	webkit-overflow-scrolling: touch;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.guideTwo_minuImg {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}

.guideTwo_minuImg-one {
	width: 2.67rem;
	height: 5.17rem;
}

.guideTwo_minuImg-bom {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

/* 还款指引2 end */
#extensionCon {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.33rem;
}

.extensionMinu {
	background: #FFFFFF;
	border-radius: 0.24rem;
	padding: 0.85rem 0.72rem;
}

.extensionMinu_title {
	font-size: 0.43rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-bottom: 0.96rem;
	text-align: center;
}

.extensionMinu_btn {
	width: 7rem;
	display: flex;
	justify-content: space-between !important;
	align-items: center;
}

.extensionMinu_btn-close {
	width: 2.93rem;
	height: 1.07rem;
	line-height: 1.07rem;
	border-radius: 0.13rem;
	text-align: center;
	border: 0.03rem solid #00B99D;
	font-size: 0.43rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #00B99D;
}

.extensionMinu_btn-ok {
	width: 2.93rem;
	height: 1.07rem;
	line-height: 1.07rem;
	border-radius: 0.13rem;
	text-align: center;
	background-color: #00B99D;
	font-size: 0.43rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}

/* 选择日期 */
#timeListShow {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	flex-direction: column-reverse;
}

.Time_minu {
	overflow: auto;
	height: 25%;
	padding: 0.61rem 0.67rem;
	background: #FFFFFF;
	border-radius: 0.27rem 0.27rem 0rem 0rem;
	text-align: center;
	position: relative;
}

.li_one {
	font-size: 0.43rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #D6D6D6;
	margin-bottom: 0.43rem;
}

.li_two {
	font-size: 0.48rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #858585;
	margin-bottom: 0.43rem;
}

.li_three {
	font-size: 0.53rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	color: #333333;
}

.li_minu {
	display: flex;
	flex-wrap:nowrap;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	padding: 0.16rem 0;
	border-top: 0.01rem solid #E6E6E6;
	border-bottom: 0.01rem solid #E6E6E6;
	margin-bottom: 0.43rem;
	/* position: absolute; */
}
.li_minuNo{
	display: flex;
	flex-wrap:nowrap;
	justify-content: center;
	flex-direction: row;
}

.li_minu-text {
	width: 2.35rem;
	height: 0.69rem;
	line-height: 0.69rem;
	text-align: center;
	background: #FFF0E6;
	border-radius: 0.11rem;
	font-size: 0.37rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #FF7711;
}

.Time_minu-btn {
	width: 8.67rem;
	height: 1.31rem;
	line-height: 1.31rem;
	text-align: center;
	background: #00B99D;
	border-radius: 0.13rem;
	font-size: 0.48rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
}