/* CSS Document */
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:hover,
a:focus {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}

/*css为clearfix，清除浮动*/
.clearfix::before,
.clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    /*IE/7/6*/
    *zoom: 1;
}

* {
    margin: 0 auto;
    padding: 0;
    color: #333333;
}

body {
    background: #ffffff;
    line-height: 1;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

::selection {
    background: #b68f4a;
    color: #ffffff;
}

::-moz-selection {
    background: #b68f4a;
    color: #ffffff;
}

::-webkit-keygen-select {
    background: #b68f4a;
    color: #ffffff;
}

i {
    font-style: normal;
}

img {
    border: none;
    outline: none;
}

.h30 {
    height: 30px;
    clear: both;
    display: table;
}
