* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

#j_bg {
	background: #000 none repeat scroll 0 0;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.2;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

.jump {
	border: 4px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	display: none;
	left: 50%;
	position: absolute;
	z-index: 100;
}

.jump a {
	color: #29B4A0;
	outline: medium none;
	text-decoration: none;
}

.jump a:hover {
	text-decoration: underline;
}

.jump a.white {
	color: #fff;
}

.jump a.gray {
	color: #888;
}

.jump a.gray:hover {
	color: #f33;
}

.jump a.black {
	color: #333;
}

.jump a.black:hover {
	color: #f33;
}

.jump a.red {
	color: #c03;
}

.jump a.red:hover {
	color: #f33;
}

 em {
	font-style: normal;
}

#j_float {
	bottom: 15px;
	max-width: 400px;
	position: fixed;
	right: 15px;
}

#j_float .jclose {
	background: #fff url("core/img/j_close.png") no-repeat scroll 2px 2px;
	border: 1px solid #666;
	height: 13px;
	overflow: hidden;
	position: absolute;
	right: 3px;
	text-indent: -99em;
	top: 3px;
	width: 13px;
}

.jump {
	background: #fff url("../images/catesearch_bg.png") no-repeat scroll center 22px;
	border: 1px solid #aaa;
	border-radius: 0;
	color: #333;
	font: 12px/1.5 arial, sans-serif;
	position: absolute;
	width: 440px;
	z-index: 8;
}

.jump1 {
	background: #fff url("../images/catesearch_bg1.png") no-repeat scroll 144px 22px;
}


.jump li {
	list-style: outside none none;
}

.jump .catenav {
	overflow: hidden;
	padding: 10px 4px;
}

.jump .catenav li {
	clear: inherit;
	padding: 0;
	background: #f4f4f4 none repeat scroll 0 0;
	border: 1px solid #eee;
	border-radius: 5px;
	color: #333;
	float: left;
	font-size: 14px;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	margin: 0 12px;
	overflow: hidden;
	text-align: center;
	width: 118px;
}

.jump .catenav .finish {
	background-color: #38BEB3;
	border-color: #29B4A0;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	position: relative;
	text-indent: -18px;
}

.jump .catenav .no {
	color: #888;
	font-size: 12px;
	font-weight: 400;
}

.jump .catenav a.close {
	background: #38BEB3 url("../images/catesearch_item.png") no-repeat scroll 0 -10px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 6px;
	text-indent: -99em;
	top: 8px;
	width: 15px;
}

.jump .catelist {
	margin: 15px 6px;
	overflow-x: hidden;
}

.jump .catelist li {
    clear: initial;
    width: auto;
	border-left: 1px solid #888;
	float: left;
	font-size: 14px;
	line-height: 16px;
	margin: 0 1px 12px -1px;
	padding: 0 10px;
	white-space: nowrap;
}

.jump .arrow {
	background: rgba(0, 0, 0, 0) url("../images/catesearch_item.png") no-repeat scroll 0 0;
	height: 10px;
	left: 16px;
	overflow: hidden;
	position: absolute;
	text-indent: -99em;
	top: 40px;
	width: 120px;
}

.jump .btns {
	background: #f2f2f2 url("../images/catesearch_line.png") no-repeat scroll center top;
	padding: 10px;
	text-align: center;
}

.jump .btns a {
	margin-left: 18px;
}

input,
select,
textarea,
button {
	font-family: arial;
	vertical-align: middle;
}

.btn_red {
	background-color: #29B4A0;
	color: #ffffff;
	font-family: arial, sans-serif;
	font-weight: bold;
}

.btn_red:hover {
	background: #38BEB3 none repeat scroll 0 0;
}

.btnL {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 18px;
}

button,
.button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	margin-right: 0;
	outline: medium none;
	overflow: visible;
	padding: 0;
	text-decoration: none;
	vertical-align: middle;
}