.outhold {
	height: 45px;
}

.outtop {
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	background: #fff;
	border-bottom: 1px solid #e1e1e1;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 995;
}

.outtop .tdleft {
	width: 36%;
	float: left;
	padding: 0 0 0 4%;
	color: #5b5b5b;
	overflow: hidden;
}

.outtop .tdright {
	width: 52%;
	float: left;
	padding: 0 6% 0 0;
	text-align: right;
	margin-right: 2%;
}

.outtop .tdright {
	background: url(../image/spoint.png) no-repeat center right;
	background-size: 8%;
	overflow: hidden;
	height: 100%;
}

.outtop .tdright img {
	vertical-align: middle;
	margin: 0 0 3px 5px;
}

.outtop a {
	color: #007cd9;
}


.jump-ask{ display: block; width: 2.9rem; height: 2.9rem; background-color: #4cc38f; box-shadow: 2px 0 10px rgba(76,195,143,.5); position: fixed; right:15px; bottom: 30px; border-radius: 50%; text-align: center;display: box; display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-pack: center; color: #fff; font-size: 12px; }
.jump-ask > img{ width: 1.2rem; height: 1rem; vertical-align: middle; }