@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');/* IE9 */
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),/* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),/* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont"!important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}
/* 全局重置 - 兼容IE7+ */
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei", Arial, sans-serif;
}
body {
    background: #fff;
    line-height: 1.6;
    min-width: 1380px;
    overflow-x: auto;
}
a {
    text-decoration: none;
    color: #667eea;
}
li {
    list-style: none;
}
.btn {
    outline: none;
}
.btn:hover {
    opacity: 0.8;
}
.clearfix {
    *zoom: 1;
    /* IE7 Hack */
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.container {
    width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}