html{ height:100%;-webkit-text-size-adjust: 100%;}
body {
	-webkit-text-size-adjust: 100%!important;
	font-family:"微软雅黑",Tahoma,Arial,Roboto,"Droid Sans","Helvetica Neue","Droid Sans Fallback","Heiti SC","Hiragino Sans GB",Simsun,sans-self;
    font-size:14px;
	height:100%;
	background-color:#fff;
	margin:0px;
    padding:0px;
    min-width: 1680px;
	 }
.css {
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	color:#333;
    /*-webkit-appearance: none;*/
    border-radius: 0;
    word-wrap: break-word;
    box-sizing: border-box;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary { display: block; }
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0 ;}
img { border: 0  }
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
ul, li {list-style: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
pre {white-space: pre-wrap; word-wrap: break-word;}
a{ color:#424242; text-decoration:none;}
a:hover{text-decoration:none;}
a:active,a:hover{outline: 0;}
a:visited{color:#333;}
.clearfix{clear:both;margin: 0;padding:0;}
strong{ font-weight:bold;}
.fl{float: left!important; display: inline;}
.fr{float: right!important; display: inline;}
.relative{ position: relative;}
.text-left{ text-align: left;}
.text-center{ text-align: center;}
.text-right{ text-align: right;}
i{ font-style: normal!important;}
.margin-auto{ margin: 0 auto;}
.hidden{ overflow: hidden;}

