/* ****vinter——www.bigobiu.com**** */


body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div {margin: 0;padding: 0;border: 0;box-sizing: border-box;}

body {
    height: 100%;background: #fff;color: #333;
    font-family: "微软雅黑", Microsoft YaHei, Source Han Sans, Helvetica, Arial;
}

h1,h2,h3,h4,h5,h6 {font-size: 14px;font-weight: normal;}
ul,ol {list-style-type: none;}
ol,ul,li {list-style: none;}
select,input,img,select {vertical-align: middle;}
b,i,address,cite,code,em,th {font-weight: normal;font-style: normal;}
a,a:active {color: inherit;text-decoration: none;cursor: pointer;border: 0;}

/* 引入字体 */
/* @font-face {font-family: 'XXX';src: url('../fonts/XXX.OTF');} */
/* 清除浮动 */
.clearfix{*zoom:1}
.clearfix:before,.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}