﻿/*通配符开始*/
*{margin: 0;padding: 0;border: none;list-style: none;text-decoration: none;box-sizing: border-box;}
i,em{font-style: normal;}
.zz_clear{clear: both;}
html,body,div,h1,h2,h3,h4,h5,h6,em,i,a,span,li,ol,p,input,textarea,select{font-family: "微软雅黑";}
img{max-width: 100%;}
.w1180{width: 1180px;margin: auto;}
input,textarea,select{
    outline: none;
}
html,body{
    max-width: 1920px;
    min-width: 1180px;
}
/*清除浮动*/
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
/*/清除浮动*/
/*通配符结束*/
