﻿*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin:0;
    padding:0;
    font-family: "微软雅黑","Microsoft YaHei" !important;
}
body,ul,li,h1,h2,h3,h4,h5,h6,p,ol,li,dt,dd,dl{
    border:none;
    list-style: none;
    font-weight: normal;

}
body{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑","Microsoft YaHei" !important;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
img{
	vertical-align:bottom;
	display:block;
}
a{
    text-decoration: none;
}

a img{
	border: none;
}

.clear:after{
	content: "";
	display: block;
	clear:both;
}
.clear { zoom:1; }
.cbefore:before {
  content: "";
  display: table;
}
.displayNone{
	display: none;
}
input { border:none; outline: none;}
.fl { float: left; }
.fr { float: right;}



