@charset "utf-8";

*{
margin:0;
padding:0;
}

html {
/*overflow-y: scroll;*/
}

a{
/*color:#333333;*/
text-decoration:none;
}

a:hover {
/*color:#333333;	*/
text-decoration:none;
}

/*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;	
padding: 0;
}
*/
article, aside, canvas, footer, header, hgroup, nav, section, figure, figcaption { 
display: block;
margin: 0;
padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
}

table {
border-collapse: collapse;	
border-spacing: 0;
}

caption, th	{
text-align: left;
}

q:before ,q:after {
content: '';
}

object, embed {
vertical-align: top;
}

hr, legend {
display: none;
}



img, abbr, acronym, fieldset {
border: 0;
vertical-align: bottom;
}

li {
list-style-type: none;
}

/*  消除chrome 黄色输入框*/
input,button,select,textarea{
	outline:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
/* 取消textarea的拖动改变大小的功能 */
textarea{resize:none}  


/*------------ fontStyle------------*/
body {
font-family: "FuturaBT-Medium", 'Lato', sans-serif,  "Noto Sans CJK TC", "Microsoft JhengHei","Microsoft YaHei";
letter-spacing:1px;
/*font-size: 13px;*/
line-height: 1.8;
color:#333;
letter-spacing:1px;
/*-webkit-text-size-adjust:100%;*/
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: none;
}

/*-----------------------------------------------------------------------------------------------------------clearfix-----------------*/

.clearfix{ /zoom:1; }
.clearfix:after{ content : ''; display : block; clear : both; height:0; }
.clearfix{ overflow:hidden; }

.clear{
	clear: both;
}



/*--------------------------------------------------------------------------------------------------------------jsMessage----------*/

#msg_js{
background: none repeat scroll 0 0 #F00;
color: #FFF;
display: block;
line-height: 1.2;
opacity: 0.7;
padding: 12px 0;
position: absolute;
text-align: center;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
}
