﻿/*全局样式设置*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
section,
form,
input,
textarea {
    margin: 0;
    padding: 0
}

html{
	width:100%;
	height:100%;
}

body {
	height: 100%;
    width: 100%;
    color: #666;
    font: 12px/1.6 "Microsoft Yahei", "Arial";
}

ul,
ol,
li {
    list-style-type: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

@font-face {
  font-family: 'iconfontx';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../font/iconfont.woff') format('woff'),
  url('../font/iconfont.ttf') format('truetype'),
  url('../font/iconfont.svg#iconfont') format('svg');
}

.iconfontx {
    font-family: "iconfontx" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
