@charset "UTF-8";
/*ÖØÖÃcss*/
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
}
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img{
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
}
li{list-style: none;}
img{border: 0;}
a{text-decoration: none;color: #333;}
button{background: none;outline: none;border: 0;font-family: "Microsoft YaHei";}
.fl{float: left;}
.fr{float: right;}
.hide{display: none;}
.clearfix:after,.rows:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
input,select,textarea{
    background-color: none;
    outline: none;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    color: #333;
    resize: none;
    font-family: "Microsoft YaHei";
	margin:0px;
}
textarea{
    padding: 5px;
}
.clearfix{
    zoom:1;
}
td{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    /*width:**px; */
}
table{
    table-layout:fixed;
    border-collapse: collapse;
}