
@media (max-width: 767px) {
html {
	overflow-x: hidden
}
body {
	min-width: 100%;
}

.phone_foot {
	display: block;
	position: relative;
	padding-top: 48px;
}
.phone_foot .pfoot_box {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
}
.phone_foot .pfoot_box .pfoot_col {
	float: left;
	width: 50%;
	line-height: 48px;
	text-align: center;
}
.phone_foot .pfoot_box .pfoot_col a {
	display: block;
	background: #32806C;
	color: #fff;
}
.phone_foot .pfoot_box .pfoot_col a.pfoot_col_qiao {
	background: #ff6a64;
}

