@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    /* css3盒子模型 */
    box-sizing: border-box;
}

em,
i {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

button {
    cursor: pointer
}

a {
    color: #fff;
    text-decoration: none
}



button,
input {
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    border: 0;
    outline: none;
}

body {
    -webkit-font-smoothing: antialiased;
    font: 12px/1.5 sans-serifMicrosoft YaHei,
        Heiti SC,
        tahoma,
        arial,
        Hiragino Sans GB;
    color: #666
}

.hide,
.none {
    display: none
}

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}
.redfont {
    color:#F00;
}
.listyle {
    border-bottom: 3px solid #F00;
}
img {
    vertical-align: middle;
}
.big {
    transform: scale(1.03);
}