﻿/*浮动清除优化方案，兼容各浏览器*/
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfloat {
    zoom: 1;
}

* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    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 {
	 margin-top: 0px;
    overflow-x: hidden;
}

input, button, select, textarea {
    outline: none;
}

input, textarea {
    outline: none;
	border:0px;
}
h1{
	width:100%;
	height:10px;
	padding-bottom:20px;
	font-size:14px;
	font-weight:normal;
	}

