@charset "utf-8";
/* CSS Document */
@font-face {font-family: "FZLTDH";
	src:url("../fonts/方正兰亭大黑_GBK.ttf") format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
}
*{
	padding:0;
	margin: 0;
	box-sizing: border-box;
}
body, html {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	position: relative;
	color: #333;
	background:#F3F5F9; 
	/**/height: 100%;
	overflow: hidden;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}
li{
	list-style: none;
	display: block;
}
ul li a{
	display: block;
}
a{
	text-decoration: none;
	color: #666;
	outline: none;
	display: block;
	border: none;
}
a:hover,a:active{
	text-decoration: none;
}
input{
	border: 1px solid #ccc;
	outline: none;
}
textarea{
	border: 1px solid #ccc;
	outline: none;
}
input[type="text"], textarea, select {
	border: solid 1px #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-indent: 5px;
	line-height: 26px;
	background: none;
	font-size: 12px;
	color: #333;
	font-family: "Source Han Sans CN","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
input[type="text"]:focus,select:focus{
	border: solid 1px #3b88fb;
	/* box-shadow:0 0 3px#3b88fb;
	-webkit-box-shadow:0 0 3px #3b88fb;
	-moz-box-shadow:0 0 3px #3b88fb; */
}
select{
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	background:transparent url(../images/selS.svg) no-repeat 97% center/17px;
	padding: 0 14px 0 0;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
select::-ms-expand {
	display: none;
}
select option::-ms-expand {
	display: none;
}
select option {
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari 和 Chrome */
	appearance: none;
}
option:hover {
	color: #fff;
	background-color: #1E90FF;
}
form {
	margin: 0px;
	padding: 0px;
}
table{
	cellspacing: 0px;
	cellpadding: 0px;
	border-collapse:collapse;
	border-spacing:0; 
	display: block;
}
thead,tbody,tr,th,td{
	margin: 0px;
	padding: 0px;
	display: block;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.clearfix {
	*zoom:1;
}
.clearfix:after {
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
i{
	font-style: normal;
	display: block;
}
.text-right{
    text-align: right;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.show{
    display: block;
}
.hide{
    display: none;
}
::-webkit-scrollbar-track-piece {
width:2px;
background-color:#fff
}
::-webkit-scrollbar {
width:2px;
height:2px
}
::-webkit-scrollbar-thumb {
height:2px;
background-color:#ddd;
}
::-webkit-scrollbar-thumb:hover {
background:#ddd;
}