/* CSS Document */
body,span,div,ul,li,ol,dl,dt,dd,a,img,input,textarea,h1,h2,h3,h4,h5,h6,p,form,em,b,u,i{ padding:0px; margin:0px; border:0px; font-style:normal; list-style:none;}
body{ font-family:themefont,"Microsoft YaHei",'微软雅黑',Arial; overflow-x: hidden; font-size:14px; color:#686868; background: #f8f8f8;}
h1,h2,h3,h4,h5,h6{ font-weight: normal; font-size: 14px;}
input,textarea,button,select{ font-size:15px; font-family:themefont,"Microsoft YaHei",'微软雅黑',Arial; outline:none;}
select{ ppearance:none; -moz-appearance:none;/*Firefox*/ -webkit-appearance:none;/*Safari和Chrome*/}
img{ vertical-align: middle;}
a{
	color: #fff;
	outline-style:none; 
	transition: none 0.3s linear 0s; 
	-webkit-transition: none 0.3s linear 0s; 
	-moz-transition: none 0.3s linear 0s; 
	-ms-transition: none 0.3s linear 0s; 
	-o-transition: none 0.3s linear 0s; 
	transition-property: background,color,border; 
	-webkit-transition-property: background,color,border;
	-moz-transition-property: background,color,border;
	-ms-transition-property: background,color,border;
	-o-transition-property: background,color,border;
}
a:visited,a:link{ text-decoration:none;}
a:hover{ text-decoration:none;}
a:active{}

input[type="submit"],input[type="reset"],input[type="button"]{ -webkit-appearance:none;}
/*ios系统中元素被触摸时产生的半透明灰色遮罩去掉*/
a,span,button,input,textarea{ -webkit-tap-highlight-color: rgba(0,0,0,0); /*-webkit-user-modify:read-write-plaintext-only; */}
/*input type=number*/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{ -webkit-appearance:none !important;}/* chrome and safari */
/*input{ -webkit-}*/

/*取消点击高亮*/
a,div,span{ -webkit-tap-highlight-color:transparent;}

/* 修改chrome记住密码后自动填充表单的黄色背景 */
input:-webkit-autofill { background-color: none; background-image: none; color: #000;}

/*定义字体*/
/*@font-face{
	font-family: 'themefont';
	src: url('./../font/themefont/century-gothic.eot');
	src: url('./../font/themefont/century-gothic.eot?#iefix') format('embedded-opentype'),
	url('./../font/themefont/century-gothic.woff') format('woff'),
	url('./../font/themefont/century-gothic.ttf')  format('truetype'),
	url('./../font/themefont/century-gothic.svg#./../font/themefont/century-gothic') format('svg');
}*/

/*@font-face{
	font-family: "iconfont";
	src: url('./../font/iconfont/iconfont.eot');
	src: url('./../font/iconfont/iconfont.eot#iefix') format('embedded-opentype'),
	url('./../font/iconfont/iconfont.woff') format('woff'),
	url('./../font/iconfont/iconfont.ttf') format('truetype'),
	url('./../font/iconfont/iconfont.svg#./../font/iconfont/iconfont') format('svg');
}*/

.iconfont{
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.clearfix:after{ content:""; display:block; clear:both;}
.clearfix{ zoom:1;}
.fl-l{ float: left;}
.fl-r{ float: right;}