﻿@charset "utf-8";
	body {
	color:#555;
	font-family:sans-serif,"Microsoft YaHei";
	font-size:13px;
	direction:ltr;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	text-rendering:optimizelegibility
}
body,html {
	height:100%;
	width:100%
}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,button,article,aside,details,figcaption,figure,footer,header,menu,nav,i,select,section {
	margin:0;
	padding:0
}
article,aside,details,figcaption,figure,footer,header,menu,nav,section {
	display:block
}
select:hover {
	cursor:pointer
}
table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%
}
ul,ol {
	list-style:none;
	padding:0;
	margin:0
}
img {
	border:0
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative
}
:root sub,:root sup {
	vertical-align:baseline
}
sup {
	top:-0.5em
}
sub {
	bottom:-0.25em
}
a {
	text-decoration:none;
	outline:0
}
a:hover {
	text-decoration:none
}
.textwrap,.textwrap td,.textwrap th {
	word-wrap:break-word;
	word-break:break-all
}
.textwrap-table {
	table-layout:fixed
}
.a img {
	max-width:100%
}
input[type="text"],input[type="password"],input[type="tel"],input[type="number"],input[type="email"] {
	height:34px;
	line-height:34px;
	font-size:14px;
	font-weight:400;
	color:#333;
	border:0;
	border-radius:5px;
	outline:0
}
input:-webkit-autofill {
	-webkit-box-shadow:0 0 0 1000px white inset;
	outline:0
}
.hidden {
	display:none
}
.clearfix:before,.clearfix:after {
	content:"";
	display:table
}
.clearfix:after {
	clear:both
}
.clearfix {
	*zoom:1
}
select {
	display:inline-block;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
select[disabled="disabled"],select[disabled="true"] {
	background-color:#f1f1f1;
	color:#999
}
select.fullWidth {
	width:100%
}
#search-list-out {
	width:280px;
	overflow:hidden;
	box-shadow:0 0 3px #ccc;
	max-height:260px;
	z-index:9999999;
	background:white
}
#search-list-out .search-input {
	padding-left:40px;
	outline:0;
	height:36px;
	width:218px;
	border:1px solid #eee;
	border-radius:4px;
	margin:10px;
	font-size:14px
}
#search-list-out .icon-search {
	position:absolute;
	top:21px;
	left:29px
}
#search-list-out .search-list {
	display:inline-block;
	list-style:none;
	max-height:200px;
	width:280px;
	overflow:auto;
	color:#999
}
#search-list-out .search-list-li {
	position:relative;
	height:42px;
	padding-left:20px;
	line-height:42px;
	cursor:pointer;
	color:#555;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	border-top:1px solid #eee
}
#search-list-out .search-list-li:hover {
	background:#ebf7f7
}
#search-list-out .search-list-text {
	display:inline-block;
	height:40px;
	width:240px;
	padding-right:30px;
	line-height:40px;
	float:left;
	z-index:22;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	background:0
}
#search-list-out .search-list-li a {
	display:inline-block;
	width:19px;
	line-height:14px;
	height:10px;
	position:absolute;
	top:15px;
	left:259px
}
