/* 跳转页 */
body {
    position: relative;
    min-height: 100%;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.contact {
	padding-top: 80px;
	text-align: center;
	min-height: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.contact .item {
	width: 510px;
	height: 384px;
	border-radius: 6px;
	background-color: #fff;
	margin: 0 auto 70px;
}
.contact .top {
	border-bottom: 1px solid #f0f0f0;
	padding: 28px 36px;
	display: table;
}
.contact .rigth {
	text-align: left;
	font-size: 18px;
	color: #2c2c2c;
	display: table-cell;
	vertical-align: middle;
	padding-left: 26px;
	line-height: 1.5;
}
.contact .rigth a {
	color: #0092ff;
	display: inline-block
}
.contact .content {
	padding: 26px 40px 33px;
}
.contact .content .tip {
	font-size: 14px;
	color: #2c2c2c;
	line-height: 1.4;
	text-align: left;
	padding-bottom: 40px;
}
.contact .content a {
	margin: 20px 0 33px;
	width: 100%;
	height: 48px;
	line-height: 48px;
	border-radius: 3px;
	border: 1px solid #0092ff;
	text-align: center;
	font-size: 14px;
	color: #008bf2;
	box-sizing: border-box;
}
.contact .content .jump {
	line-height: 1;
	font-size: 14px;
	color: #c2c2c2;
}
.contact .foot {
	margin-top: 10px;
	line-height: 1;
	font-size: 14px;
	color: #c2c2c2;
}
.footer {
	position: absolute;
	/* bottom: 0; */
	left: 50%;
	margin-left: -110px;
	margin-bottom: 20px;
}
.footer p{
	font-size: 13px;
	color: #2c2c2c;
	text-align: left;
	text-align: center
}
.footer a{
	display: inline-block;
	text-decoration: underline;
	color: #008bf2;
}
.footer .text{
	margin-bottom: 10px;
}