﻿/*浮动清除优化方案，兼容各浏览器*/
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfloat {
    zoom: 1;
}

* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing:normal;
    word-spacing:normal;
    font-family: '宋体', '微软雅黑','Microsoft YaHei', "Helvetica Neue",Helvetica,Arial,sans-serif,Droid,Sans,Verdana;
    -webkit-text-size-adjust: none;
    list-style-type: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    color: white;
}

ul li {
    list-style: none;
}

a, img {
    border: 0 none;
}

body {
    overflow-x: hidden;
}

input, button, select, textarea {
    outline: none;
}
