@charset "utf-8"; *{ box-sizing:border-box; } body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd{ margin:0; } ul,ol,th,td{ padding:0; } html{ font-size:10px; -webkit-text-size-adjust:100%; }/* 防止在iOS方向改变后调整字体大小 */ body{ font-family:Helvetica,Arial,"Microsoft Yahei",sans-serif; font-size:14px; line-height:1.5; color:#333; background-color:#fff; } h1,h2,h3,h4,h5,h6{ font-size:inherit; font-weight:400; } ul,ol{ list-style:none; } table{ border-collapse:collapse; border-spacing:0; } a{ color:#333; text-decoration:none; } a:hover{ color:#666; } a:active{ outline:none; } img{ border:none; } iframe{ border:none; } button,input,textarea,select,optgroup{ margin:0; padding:0; font-family:inherit; font-size:inherit; line-height:inherit; color:inherit; outline:none; } textarea{ overflow:auto; }/* 删除IE 10+中的默认垂直滚动条 */ .right{ float:right; } .left{ float:left; } .clear{ clear:both; } .clearfix:after{ content:""; clear:both; display:table; visibility:hidden; overflow:hidden; } .ellipsis{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }