body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select,img {

    margin: 0;padding: 0; }

/*body{min-width: 1350px;}*/

html,body{width: 100%;height: 100%;}

table{ border-collapse:collapse;}

/*body {font-family: "Microsoft YaHei";}*/

li{list-style: none;}

a{text-decoration: none;}

a:focus{outline:none;}

a{color: #6C6C6C}

button{border:none;}

/*button点击去掉边框*/

button::after {content: none;}

/*input点击时去掉边框*/

input{outline:medium}

.fl{float: left;}

.fr{float: right;}

/*清楚浮动*/

.clear:after {content: " ";display: table; }

.clear:after {clear: both;zoom:1;}

a{cursor:pointer}