::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
}
body, html {
    width: 100%;
    height: 100%;
    min-width: 1000px;
    font-family: "Microsoft YaHei", serif;
    background: #f0f0f0;
}
*{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body,h1,h2,h3,h4,h5,h6,p,dl,dd,ol,ul,th,td,form,fieldset,input,button,textarea{margin: 0;padding: 0}
html{-webkit-text-size-adjust: none;word-wrap: break-word;}
ol,ul,li{list-style: none}
h1,h2,h3,h4,h5{ font-weight:normal;}
em,i{ font-style:normal;}
a{text-decoration: none; outline:none; -moz-outline:none;}
img,label,input{vertical-align: middle;}
input, select {
    outline: none;
    -moz-outline: none;
    outline-style: none;
}
.w1280{
	width: 1280px;
	margin: 0 auto;
}
img{ border:0; max-width:100%; }
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
table{ border-collapse:collapse; border:0;}
/*移动端提高滑动性能*/
/*.scroller{
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
E {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}*/



