@charset "utf-8";

/*reset*/

body,h1,h2,h3,h4,h5,p,dl,dd,ul,ol,form,input,textarea,th,td,select {margin: 0;padding: 0;}

em,i,strong,h1,h2,h3,h4 {font-style: normal;font-weight: normal;}

li {list-style: none;}

a {text-decoration: none;color: #000;}

img {border: none;vertical-align: top;}

table {border-collapse: collapse;}

input,textarea {outline: none;}

textarea {resize: none;overflow: auto;}

body {font-size: 12px;font-family: "微软雅黑";}


/*end reset*/


/*public*/

.clear {
    zoom: 1;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    display: inline-block;
    width: 100%;
}

* html .clearfix {
    height: 1%
}

* html .clearfix {
    min-height: 1%;
}


/*end public*/