
* {
    margin: 0;
    padding: 0;
    outline: none;
}

em,
i {
    font-style: normal;
}

li {
    list-style: none;
}




img {
    border: 0;
    
    vertical-align: middle;
}




button {
    border: none;
    cursor: pointer;
}

a {
    color: #000;    
    text-align: center;
    text-decoration: none!important;
    cursor: pointer;
    
    transition: all .3s;
    outline: none;
}

a:hover {
    text-decoration: none!important;
    color: #FF0000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: bold;}
button,
input {
    font-family: arial, 'Heiti SC', 'Heiti SC', tahoma, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
}

body {
    background-color: #fff;
    font: 12px/1.5 arial,'Heiti SC', 'Heiti SC', tahoma,  'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    color: #6b6b6b
}

.hide,
.none {
    display: none;
}


.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}
.clearfix {
    *zoom: 1
}