@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	height: 100%;
	background: #f5f7fa;
}
.wp{ width: 1200px; }
.result-list{ margin: 20px 0 0;}
.result-list h4 a{font-size: 16px;color: #2440b3; text-decoration: underline;}
h4 small{font-weight: normal;line-height: 1;color: #999999;}
.relevantbox{ margin-bottom: 20px; margin-top: 10px;}

.relevantlink p span a{ font-size: 14px; margin-right: 10px; color: #2440b3;}
.total_cost{  color: #999}
.search_bar{width:500px;height:40px;position:relative;z-index:10;padding-right:60px;border:2px solid #2440b3;border-radius:5px;margin:0 0 10px ;background:#fff}
.search_bar input.search-query{outline:0;border:none;background:0 0;resize:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:90%;height:40px;padding:0 10px 0 20px;font-size:14px}
.search_bar button{position:absolute;text-align:center;top:-1px;right:0;width:90px;height:42px;border-radius:0 5px 5px 0;cursor:pointer;outline:0;border:none;font-size:16px;resize:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#fff;background:linear-gradient(to bottom,#2440b3 0,#2440b3 100%)}
.search_bar .keke_iconfont{font-size:18px;margin-right:7px}


.condition{ display:none;overflow: hidden; color: #999;margin-top: 10px; margin-bottom: 10px;}
.seniorbtn{ float: right}
.seniorbtn i{border-color: transparent #333 #333 transparent;border-style: solid;border-width: 3px 3px; display: inline-block;transform:rotate(45deg); margin-bottom: 3px; margin-right: 5px;}
.seniorbtn.up i{ margin-bottom: 0}
.topbox{ display: inline-block; width: 100%; padding-bottom: 30px;  border-bottom: 1px solid #f3f3f3}
.showbox{ display: block}
.displayorder-input{ background: #f5f5f5 !important; margin: 0 2px; padding: 2px 5px; border: 0}

.text-error {
	color: #aaa; margin-top: 8px;
	line-height: 20px;font-size: 14px;
}
.text-error em{ color:#c02930; margin: 0 7px;}
.container{ padding: 50px;background: #fff; margin-top: 20px;    box-shadow: 0px 0px 10px 0 rgb(47 47 51/2%);}

.condition input {
	_width: auto;
	vertical-align: middle;
	margin: 0 5px 0;
}
.form-search .input-append .search-query {
	_height:24px;
	_line-height:24px;
}

.textviewbox{ margin-top: 5px; font-size: 13px; padding-right: 50px;}
#q-options .radio.inline, #q-options .checkbox.inline {
    padding-top: 0;
	margin-left: 0;
	margin-right: 8px; float: left;
}
.condition select {
	width: auto;
}
.condition span {
	vertical-align: middle;
}
#q-input input.tips {
	color: #aaa;
}
.link {
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
    margin-top: 70px;
    padding: 30px 0;
}
.link p {
    color: #777777;
    margin-bottom: 0;
	display: inline;
	width: 780px;
	float: left;
}
.link h4 {
	display: inline;
	float: left;
	vertical-align: top;
	margin: 0;
}
.link span {
	margin-left: 30px;
	float: left;
	display: inline;
}
footer {
	margin-top: 10px;
}
footer p {
    color: #777777;
}
.result {
	 margin-top: 5px;
	 width: 564px;
	color: #5d5d5d;
	font-size: 12px;

}
.result b {
	margin: 0 10px;
	color: #333;
}
.result-list dt {
	margin-top: 30px;
}
.field-info span {
	margin-right: 10px;
}
.field-info strong {
	margin-right: 4px;
	font-weight: normal;
	font-size: 90%;
}
.demo-error {
	font-weight: 900;
	 margin-top: 60px; line-height: 25px;
}
.demo-error ul {
	list-style: none outside none;
	font-weight: 400;
	font-size: 12px; line-height: 30px; color: #999;
}
.demo-error2 ul li {
	display: inline;
	list-style-type: none;
	margin-right: 8px;
}

.demo-error h5{ margin-top: 20px; font-weight: 800 }

.result-list h4 em ,.textviewbox em{
	color:red;
	font-style: normal;
}
.corrected {
	margin: 10px 0 30px;
	padding: 10px;
	overflow: hidden;
}
.corrected h4 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
.corrected span {
	margin-left: 10px;
}
.ui-autocomplete li.ui-menu-item {
	font-size: 12px;
}

.pagination ul > li {
	display: inline;
}


.pagination-centered {
	text-align: center;
}
.pagination {
	margin: 20px 0;
}


.pagination ul > .disabled > span, .pagination ul > .disabled > a {
	color: #fff;
	background: #2440b3;
	cursor: default !important;

}

.pagination ul > li > a:hover{background: #2440b3; color: #fff;cursor: pointer}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*zoom: 1;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li > a, .pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
}
