/*
* @Author: hyl
* @Date:   2018-01-12 17:04:32
* @Last Modified by:   hyl
* @Last Modified time: 2018-01-12 18:52:00
*/

@charset "utf-8";
/* CSS Document */

 * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box;}

html{background-color: #f0eff5;}
body {font-size: 14px; font-family:Arial, Helvetica, sans-serif;  font-family: "微软雅黑"; background: transparent !important;}
a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, input { margin: 0; padding: 0;}
ul,ol,li,dl,dt,dd{list-style:none; }
a{text-decoration:none !important;}

/*清楚浮动*/
.clearfix:after{ visibility:hidden; display:block; font-size:0px;  content:" "; clear:both; height:0px;}
/* 兼容ie7 */
.clearfix{*overflow:hidden !important;}
img{font-size:0;border:0px none;}
