.close {
	display: none;
	position: fixed;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 998;
}

.xf_right {
	width: 104px;
	position: fixed;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 998;
}

.xf_del {
	position: absolute;
	right: -4px;
	top: 4px;
}

.xf_ren {
	display: block;
	margin: 0 auto;
}

.xf_ul {
	margin-top: -12px;
}

.xf_ul li {
	width: 100%;
	height: 24px;
	background: #ff7922;
	position: relative;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	text-align: center;
}

.xf_ul li img {
	display: block;
	width: 100%;
}

.xf_div {
	width: 100%;
	height: 10px;
	background: url("http://www.qihang.com.cn/images/xf_left/xf_bg.png") no-repeat;
	background-size: 100% 100%;
}

.xf_tel {

	width: 100%;
	background: #ff7922;
	padding: 5px;
}

.xf_tel span {
	display: block;
	width: 100%;
	height: 100%;
	height: 19px;
	background: #fff;
	text-align: center;
	font-size: 12px;
	color: #ff7922;
}
