/* 将标签默认的间距设为0 (把用得到的设置一下就可以了)*/
/* 在这里中文逗号导致input的margin和padding没有重置*/
body,p,h1,h2,h3,h4,h5,h6,ul,dl,dt,form,input{
    margin: 0;
    padding: 0;
}
*{
    font-family:Microsoft YaHei;
    font-weight:400;
}
/*去掉默认的小圆点,ol一般不用*/
ul{
    list-style: none;
}

/*去掉下划线*/
a{
    text-decoration: none;
}

/*设置不倾斜*/
em{
    font-style: normal;
}

/*去掉在ie下图片做链接时的边框*/
img{
    border: 0px;
}

h1,h2,h3,h4,h5,h6{
    /* 让h标签继承body中的字体大小的设置*/
    font-size: 100%;
}

/*!*清除浮动，解决margin-top的塌陷*!*/

/*.clearfix:before,.clearfix:after{*/
    /*content: "";*/
    /*!*解决塌陷:此元素会作为块级表格来显示（类似 <table>），表格前后带有换行符。*!*/
    /*display: table;*/
/*}*/
/*.clearfix:after{*/
    /*!*两边元素都不会浮动*!*/
    /*clear: both;*/
/*}*/
/*!*清除浮动,兼容ie*!*/
/*.clearfix{*/
    /*zoom:1;*/
/*}*/

.fl{
    float: left;
}

.fr{
    float: right;
}

.vm{
    display: table-cell; /*IE8以上及Chrome、Firefox*/
    vertical-align: middle; /*IE8以上及Chrome、Firefox*/
}
@font-face{
    font-family:BigYoungBoldGB;
    /*src:url('../font/bigyoungboldgb.ttf');*/
    /*src:*/
    /*        url('../font/bigyoungboldgb.eot?#iefix') format('embedded-opentype'),*/
    /*        url('../font/bigyoungboldgb.woff') format('woff'),*/
    /*        url('../font/bigyoungboldgb.ttf') format('truetype'),*/
    /*        url('../font/bigyoungboldgb.svg') format('svg');*/
    font-weight: normal;
    font-style: normal;
}
