body,html {
	background: rgba(255,255,255,1);
}
body > div {
	background: rgba(255,255,255,1);
}
/* 申请板块 */
.submit_apply .apply_num {
	margin-top: 5px;
	font-size: 16px;
	text-align: center;
}
.submit_apply .apply_num .flow {
	font-size: 20px;
	color: #dd292d;
}
.submit_apply .apply_num .gradient {
	height: 1px;
	margin-top: 6px;
	background: #f29393;
	background: -webkit-linear-gradient(to right,#fff,#f29393,#fff);
	background: linear-gradient(to right,#fff,#f29393,#fff);
}
/**
 * 申请模块
 * 填写表单
	*/
.submit_apply .form_box {
	padding: 8px 8% 0;
}
.submit_apply .form_box .item {
	margin-top: 16px;
	font-size: 14px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.submit_apply .form_box .item:nth-last-child(1) {
	flex-direction: column;
}
.submit_apply .form_box .item .fill_in {
	width: 100%;
	padding-left: 3%;
	line-height: 40px;
	background-color: #f4f1f0;
	border-radius: 5px;
	display: flex;
}
.submit_apply .form_box .item:nth-child(1) .fill_in {
	width: 67%;
}
.submit_apply .form_box .item .fill_in > span {
	width: 27%;
}
.submit_apply .form_box .item .fill_in > input {
	background-color: transparent;
	outline: 0;
	flex: 1;
}
.submit_apply .form_box .item .fill_in > select {
	border: none;
	background-color: transparent;
	outline: 0;
	flex: 1;
}
.submit_apply .form_box .item .fill_in > label {
	width: 10%;
}
.submit_apply .form_box .item .choice {
	width: 27%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.submit_apply .form_box .item .submit_btn {
	width: 100%;
	line-height: 40px;
	border: none;
	border-radius: 5px;
	color: #fff;
	background-color: #f8494f;
	outline: 0;
}
.submit_apply .form_box .item .accredit {
	margin-top: 8px;
	text-align: center;
	color: #666;
}
.submit_apply .form_box .item .accredit > .clause {
	color: #f8494f;
	text-decoration: underline;
	cursor: pointer;
}
.submit_apply .form_box .item .accredit > b {
	color: #f8494f;
}

/**
 * 近期申请
	*/
 .recent_apply {
	 margin-top: 25px;
	 padding: 0 5%;
 }
 .recent_apply .swiper-container {
	 height: 98px;
	 padding: 5px 8px;
	 margin-top: 15px;
	 border-radius: 5px;
	 box-shadow: 0 0 5px rgba(0,0,0,.15);
 }
.recent_apply .swiper-container .swiper-wrapper .swiper-slide {
	font-size: 11.5px;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.recent_apply .swiper-container .swiper-wrapper .swiper-slide > span {
	color: #f7464b;
}

/**
 * 普江网商贷款
 */
.loan {
	margin-top: 25px;
	padding: 0 5%;
}
.loan .subtitle {
	padding: 5px 0 0 40px;
	font-size: 12px;
	color: #666;
}
.loan .loan_box {
	margin-top: 15px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	display: flex;
	align-items: center;
}
.loan .loan_box .item {
	width: 28%;
	padding: 10px 2.5%;
	font-size: 14px;
	text-align: center;
}
.loan .loan_box .item > p {
	line-height: 1.5;
}
/**
 * 合作单位
*/
.unit {
	margin-top: 25px;
	padding: 0 5%;
}
.unit .unit_box {
	padding: 7px 1%;
	margin-top: 15px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.unit .unit_box .item {
	width: 22%;
	border: 1px solid #e4e4e4;
	margin: 4px 1% 4px 1.3%;
}
.unit .unit_box .item > img {
	width: 100%;
}
/**
 * 理财
*/
.financing {
	margin-top: 25px;
	padding: 0 5%;
}
.financing .financing_box {
	margin-top: 15px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	display: flex;
	align-items: center;
}
.financing .financing_box .item {
	width: 17%;
	margin: 15px 4%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}
.financing .financing_box .item > img {
	width: 86%;
}
.financing .financing_box .item > span {
	margin-top: 7px;
	font-size: 14px;
	white-space: nowrap;
}
/**
 * 我们的优势
*/
 .advantage {
	margin-top: 25px;
	padding: 0 5%;
 }
 .advantage .advantage_box {
	margin-top: 15px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
 }
 .advantage .advantage_box .item {
	width: 42%;
	padding: 7px 4%;
	display: flex;
	align-items: center;
 }
 .advantage .advantage_box .item > img {
	 width: 30%;
	 margin-right: 4%;
 }
	.advantage .advantage_box .item .right > span {
		font-size: 14px;
		color: #f7464b;
		line-height: 1.6;
	}
 	.advantage .advantage_box .item .right > p {
		font-size: 12px;
		color: #666;
		line-height: 1.6;
	}
	
/**
 * 放款机构
*/
.mechanism {
	margin-top: 25px;
	padding: 0 5%;
}
.mechanism .mechanism_box {
	margin-top: 15px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.mechanism .mechanism_box .logo {
	padding: 20px 26.4%;
}
.mechanism .mechanism_box .logo > img {
	width: 100%;
}

/**
 * 底部提示
*/
.footer {
	padding: 18px 0;
	margin-top: 7px;
	font-size: 12px;
	line-height: 1.6;
	color: #999;
}
.footer > p {
	padding: 0 5%;
}
.footer > p:nth-last-child(1) {
	text-align: center;
}
.footer .gradient {
	margin: 13px 0;
	height: 1px;
	background: -webkit-linear-gradient(to right, #fff , #d1d1d1 , #fff);
	background: linear-gradient(to right, #fff , #d1d1d1 , #fff);
}
/*
 *	公共标题
*/
.common_title {
	height: 33px;
	padding-left: 40px;
	font-size: 16px;
	line-height: 33px;
	color: #fff;
	background: url(../image/title-bg.png) no-repeat;
	background-size: 223px;
}
