
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ol,
ul {
    list-style: none;
    padding:0;
    margin:0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

fieldset,
img {
    border: none;
}


/*img{vertical-align:top;}*/

input,
button {
    vertical-align: middle;
    color: #6b5f53;
    outline: none;
}

caption,
th {
    text-align: left;
}

a {
    text-decoration: none;
    color: #323232;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

a:hover {
    color: #cd0067;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

body,html {
    font-size:16px;
    overflow-x:hidden;
    color:#333;
    background:#fff;
    padding:0;
    margin:0;
    font-family: "微软雅黑";
}




.fl{
    float:left;
}
.fr{
    float:right;
}
.clear{
    clear:both;
}
.mt-15{
    margin-top:15px;
}
.mt-30{
    margin-top:30px;
}


