/* 头部 */
.app-header{
	height: 57px;
	line-height: 57px;
	position: relative;
}
.app-header .links{
	font-size: 14px;
	position: absolute;right: 10px;top: 0;
}
.app-header .links .spliter{
	margin: 0 5px;
	color: #888;
}
.app-header .tel{
	margin-left: 5px;
}

.content{
	height: 600px;
	background-color: #31b7f6;
	color: #fff;
}
.kaguanjia .content{
	background-color: #3793c2;
}
.credit .content{
	background-color: #e9dbc5;
}
.content-inner{
	width: 420px;margin: auto;
	padding-left: 500px;
}
.content h1{
	font-size: 48px;
}
.content p{
	font-size: 14px;
}
.content p.app-desc{
	font-size: 18px;line-height: 30px;
}
.scan-qrcode{
	width: 164px;height: 200px;padding: 55px 0 0 0;
	text-align: center;
	background: url(qrcode-bg.png) 0 center no-repeat;
}
.scan-qrcode img{
	margin: 8px 0 22px 2px;
}
.line{
	height: 16px;
	background: url(line.jpg) 0 0 repeat-x;
}
.kaguanjia .line{
	background-image: url(line-caguanjia.png);
}
.credit .line{
	background-image: url(line-credit.png);
}
.app-face{
	position: absolute;left: 50%;top: 80px;
	margin-left: -500px;
}
.desc-list{
	width: 980px;margin: 100px auto 0 auto;
	height: 220px;
}
.desc-list .item{
	width: 235px;padding: 0 35px 0 55px;
	float: left;
	border-right: 1px solid #e7e7e7;
}
.desc-list .item h4{
	padding-bottom: 10px;
	position: relative;
	font-size: 18px;color: #ec413c;
}
.desc-list .item h4 strong{
	position: absolute;left: -40px;top: -20px;
	font-size: 55px;font-weight: normal;
}
.desc-list .item p{
	line-height: 24px;
	font-size: 14px;color: #888;
}
.ui-btn,
a.ui-btn{
	width: 195px;height: 55px;
	line-height: 55px;text-align: center;
	border: none;border-radius: 5px;
	font-size: 24px;
}
.ui-btn .ui-icon{
	position: relative;top: -4px;
	font-size: 24px;
}
a.red{
	margin-right: 10px;
	background-color: #ec413c;
	color: #fff;
}
a.red:hover{
	background-color: #ff726e;
}
a.red:active{
	background-color: #ca1711;
}
.gray{
	color: #fff;
	background-color: #eaeaea;
}


/* 更多应用 */
.more-app-wrap{
	margin-top: 30px;
	overflow: hidden;
	color: #7e7e7e;
	border-top: 10px solid #ffcc33;
	background-color: #333333;
}
.more-app-wrap .wrap-base{
	overflow: hidden;
}
.more-app-wrap .title{
	padding: 25px 0 10px 0;
	font-size: 24px;font-weight: bold;
	border-bottom: 1px solid #515151;
}
.more-app-wrap .app-list{
	width: 1200px;padding-bottom: 10px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px dashed #515151;
}
.more-app-wrap .app-list .item{
	width: 460px;
	padding: 30px 40px 30px 0;
	float: left;
	overflow: hidden;
}
.more-app-wrap .app-list .item .icon{
	width: 114px;height: 114px;
	margin-left: 15px;
	float: left;
}
.more-app-wrap .app-list .item .detail{
	width: 300px;
	margin-left: 15px;
	float: left;
}
.more-app-wrap .app-list .item .detail .title{
	padding: 0 0 5px 0;
	font-size: 16px;
	border-bottom: none;
}
.more-app-wrap .app-list .item .detail .desc{
	padding: 10px 0;
}
.more-app-wrap .app-list .item .detail .down{
	text-align: right;
}
.more-app-wrap .app-list .item .detail .ui-btn{
	width: 86px;height: 36px;
	font-size: 14px;
	line-height: 36px;
}

/* 首页贷款 */
.home-daikuan{
	position: relative;
}
.home-daikuan .content{
	height: 750px;
}

/* 首页信用卡 */
.home-credit{
	height: 650px;
	position: relative;
}
.home-credit .content{
	color: #555;
	background-color: #fff;
}
.home-credit .content .content-inner{
	padding-left: 0;padding-right: 520px;
}
.home-credit .app-face{
	margin-left: 0;left: auto;right: 50px;top: 20px;
}
.home-credit .scan-qrcode{
	margin: 30px 0 0 450px;
}